about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-27 23:37:00 +0100
committerGitHub <noreply@github.com>2024-03-27 23:37:00 +0100
commit3e9447bc806dd35339579b2926fcb3e862334da9 (patch)
treed24fead4462962dad5c2c23ad285ee8d6fac32e3
parent6d64d66af189b9e237086af1a37a72eed36d9c27 (diff)
parent4fe3b9aec312b773dc842f03416deed06cf5a34f (diff)
Merge pull request #299574 from abysssol/imgbrd-grabber-main-bin
imgbrd-grabber: add `meta.mainProgram` for `nix run`
-rw-r--r--pkgs/applications/graphics/imgbrd-grabber/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/imgbrd-grabber/default.nix b/pkgs/applications/graphics/imgbrd-grabber/default.nix
index 0fa08c31c0a68..72d9d9cc1e01b 100644
--- a/pkgs/applications/graphics/imgbrd-grabber/default.nix
+++ b/pkgs/applications/graphics/imgbrd-grabber/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv
+{ lib
+, stdenv
 , cmake
 , fetchFromGitHub
 , wrapQtAppsHook
@@ -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 ];
   };
 }