libzip: fix tests
This commit is contained in:
parent
28550bf5cc
commit
28d98d7a56
@ -9,13 +9,19 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1633dvjc08zwwhzqhnv62rjf1abx8y5njmm8y16ik9iwd07ka6d9";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs test-driver
|
||||
patchShebangs man/handle_links
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
propagatedBuildInputs = [ zlib ];
|
||||
|
||||
preInstall = ''
|
||||
patchShebangs man/handle_links
|
||||
preCheck = ''
|
||||
# regress/runtests is a generated file
|
||||
patchShebangs regress
|
||||
'';
|
||||
|
||||
# At least mysqlWorkbench cannot find zipconf.h; I think also openoffice
|
||||
|
Loading…
Reference in New Issue
Block a user