xca: fix ssl

This commit is contained in:
Jaka Hudoklin
2015-01-24 22:49:11 +01:00
parent c457bbb2bb
commit 3a2670c74a
2 changed files with 59 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1fn6kh8mdy65rrgjif7j9wn3mxg1mrrcnhzpi86hfy24ic6bahk8";
};
patches = [ ./0001-Fix-for-openssl-1.0.1i.patch ];
configurePhase = ''
export PATH=$PATH:${which}/bin
export QTDIR=${qt4}