mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
bolt-launcher: fix fhsenv version
This commit is contained in:
parent
615e67bc48
commit
4b71489c41
@ -162,7 +162,7 @@ let
|
||||
});
|
||||
in
|
||||
buildFHSEnv {
|
||||
inherit (bolt) name version;
|
||||
inherit (bolt) pname version;
|
||||
|
||||
targetPkgs =
|
||||
pkgs:
|
||||
@ -198,7 +198,7 @@ buildFHSEnv {
|
||||
ln -s ${bolt}/share/icons/hicolor/256x256/apps/*.png $out/share/icons/hicolor/256x256/apps/
|
||||
'';
|
||||
|
||||
runScript = "${bolt.name}";
|
||||
runScript = "${bolt.pname}";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/Adamcake/Bolt";
|
||||
@ -209,6 +209,6 @@ buildFHSEnv {
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ nezia ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "${bolt.name}";
|
||||
mainProgram = "${bolt.pname}";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user