forked from lix-project/hydra
add openssl to deps
This commit is contained in:
parent
d8f8143cc2
commit
1904f82f06
|
@ -16,7 +16,7 @@ rec {
|
||||||
version = builtins.readFile ./version;
|
version = builtins.readFile ./version;
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc git ];
|
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc git openssl];
|
||||||
|
|
||||||
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";
|
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue