mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +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 New Issue
Block a user