add openssl to deps
This commit is contained in:
@@ -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}";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user