mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libarchive: fix .la file
This commit is contained in:
parent
7c30ce9562
commit
9e0dcf3bd9
|
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
|||
echo "#include <windows.h>" >> config.h
|
||||
'' else null;
|
||||
|
||||
preFixup = ''
|
||||
sed 's|-lcrypto|-L${openssl}/lib -lcrypto|' -i $out/lib/libarchive.la
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Multi-format archive and compression library";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue