forked from lix-project/hydra
Use nixUnstable for the tarball
Not needed for building, only for dev-shell.
This commit is contained in:
parent
b0c8eecd37
commit
69e9f73cf6
|
@ -38,7 +38,7 @@ in rec {
|
|||
version = builtins.readFile ./version;
|
||||
|
||||
buildInputs =
|
||||
[ perl libxslt nukeReferences pkgconfig nix git openssl ];
|
||||
[ perl libxslt nukeReferences pkgconfig nixUnstable git openssl ];
|
||||
|
||||
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue