add openssl to deps

This commit is contained in:
Rob Vermaas 2012-04-01 18:15:00 +02:00
parent d8f8143cc2
commit 1904f82f06

View file

@ -16,7 +16,7 @@ rec {
version = builtins.readFile ./version;
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}";