xonotic: set pname and version
This commit is contained in:
@@ -158,18 +158,16 @@ in rec {
|
||||
rm -rf $(ls | grep -v "^data$" | grep -v "^key_0.d0pk$")
|
||||
'';
|
||||
meta.hydraPlatforms = [];
|
||||
passthru.version = version;
|
||||
inherit version pname;
|
||||
};
|
||||
|
||||
xonotic = runCommand "xonotic${variant}-${version}" {
|
||||
inherit xonotic-unwrapped;
|
||||
inherit xonotic-unwrapped version;
|
||||
pname = "${pname}${variant}";
|
||||
nativeBuildInputs = [ makeWrapper copyDesktopItems ];
|
||||
desktopItems = [ desktopItem ];
|
||||
passthru = {
|
||||
inherit version;
|
||||
meta = meta // {
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
meta = meta // {
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
} (''
|
||||
mkdir -p $out/bin
|
||||
|
||||
Reference in New Issue
Block a user