cygwin libarchive
This commit is contained in:
parent
90a97d32df
commit
d6c4963bcb
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++
|
||||
stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ];
|
||||
|
||||
preBuild = if stdenv.isCygwin then ''
|
||||
echo "#include <windows.h>" >> config.h
|
||||
'' else null;
|
||||
|
||||
meta = {
|
||||
description = "Multi-format archive and compression library";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user