qrencode: merge with libqrencode

This commit is contained in:
Jan Tojnar
2019-01-01 17:19:07 +01:00
parent 559916f648
commit c5c2ac4f45
13 changed files with 52 additions and 76 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pam ];
preConfigure = ''
sed -i "s|libqrencode.so.4|${qrencode}/lib/libqrencode.so.4|" src/google-authenticator.c
sed -i "s|libqrencode.so.4|${qrencode.out}/lib/libqrencode.so.4|" src/google-authenticator.c
'';
installPhase = ''