mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
space-station-14-launcher: fix fhsenv version (#359409)
This commit is contained in:
commit
4329ff5f84
@ -14,7 +14,8 @@ let
|
||||
'';
|
||||
in
|
||||
buildFHSEnv rec {
|
||||
name = "space-station-14-launcher-wrapped";
|
||||
pname = "space-station-14-launcher-wrapped";
|
||||
inherit (space-station-14-launcher) version;
|
||||
|
||||
targetPkgs = pkgs: [
|
||||
space-station-14-launcher
|
||||
@ -35,6 +36,6 @@ buildFHSEnv rec {
|
||||
unwrapped = space-station-14-launcher;
|
||||
};
|
||||
meta = space-station-14-launcher.meta // {
|
||||
mainProgram = name;
|
||||
mainProgram = pname;
|
||||
};
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ let
|
||||
pname = "space-station-14-launcher";
|
||||
in
|
||||
buildDotnetModule rec {
|
||||
inherit pname;
|
||||
inherit pname version;
|
||||
|
||||
# Workaround to prevent buildDotnetModule from overriding assembly versions.
|
||||
name = "${pname}-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user