Skip to content

Commit

Permalink
Merge pull request #299574 from abysssol/imgbrd-grabber-main-bin
Browse files Browse the repository at this point in the history
imgbrd-grabber: add `meta.mainProgram` for `nix run`
  • Loading branch information
SuperSandro2000 committed Mar 27, 2024
2 parents 6d64d66 + 4fe3b9a commit 3e9447b
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 3e9447b

Please sign in to comment.