mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
glimpse-with-plugins: add meta.mainProgram
This commit is contained in:
parent
10cdd65259
commit
86e41d3b34
@ -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 New Issue
Block a user