Skip to content

Commit

Permalink
imgbrd-grabber: add meta.mainProgram for nix run
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Mar 27, 2024
1 parent ab6071e commit 4fe3b9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/graphics/imgbrd-grabber/default.nix
@@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, cmake
, fetchFromGitHub
, wrapQtAppsHook
Expand Down Expand Up @@ -93,6 +94,7 @@ stdenv.mkDerivation rec {
description = "Very customizable imageboard/booru downloader with powerful filenaming features";
license = licenses.asl20;
homepage = "https://bionus.github.io/imgbrd-grabber/";
mainProgram = "Grabber";
maintainers = [ maintainers.evanjs ];
};
}

0 comments on commit 4fe3b9a

Please sign in to comment.