mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Set the versionSuffix on tarballs/channel properly
This commit is contained in:
parent
e201da376e
commit
c30b65df4b
1 changed files with 4 additions and 2 deletions
|
@ -86,7 +86,8 @@ let
|
|||
|
||||
src = nixosSrc;
|
||||
|
||||
inherit officialRelease version versionSuffix;
|
||||
inherit officialRelease version;
|
||||
versionSuffix = lib.optionalString (!officialRelease) versionSuffix;
|
||||
|
||||
distPhase = ''
|
||||
echo -n $VERSION_SUFFIX > .version-suffix
|
||||
|
@ -111,7 +112,8 @@ let
|
|||
|
||||
src = nixosSrc;
|
||||
|
||||
inherit officialRelease version versionSuffix;
|
||||
inherit officialRelease version;
|
||||
versionSuffix = lib.optionalString (!officialRelease) versionSuffix;
|
||||
|
||||
buildInputs = [ nixUnstable ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue