Merge pull request #299574 from abysssol/imgbrd-grabber-main-bin

imgbrd-grabber: add `meta.mainProgram` for `nix run`
This commit is contained in:
Sandro 2024-03-27 23:37:00 +01:00 committed by GitHub
commit 3e9447bc80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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 ];
};
}