gnutls: fixup 6b6183125 with multiple-output changes

This commit is contained in:
Vladimír Čunát
2015-05-05 11:56:29 +02:00
parent 5d26d83df2
commit f0746b846c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
# Fix broken libtool file
preFixup = ''
sed 's,-lcrypto,-L${openssl}/lib -lcrypto,' -i $out/lib/libtspi.la
sed 's,-lcrypto,-L${openssl.out}/lib -lcrypto,' -i $out/lib/libtspi.la
'';
meta = with stdenv.lib; {