mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
glimpse-with-plugins: add meta.mainProgram
This commit is contained in:
parent
10cdd65259
commit
86e41d3b34
pkgs/applications/graphics/glimpse
|
@ -195,5 +195,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ ashkitten erictapen ];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "glimpse";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,4 +27,6 @@ symlinkJoin {
|
|||
ln -sf "$each-${versionBranch}" $out/bin/$each
|
||||
done
|
||||
'';
|
||||
|
||||
inherit (glimpse) meta;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue