mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
libzip: Move directory containing zipconf.h to $dev
http://hydra.nixos.org/build/34979863/nixlog/1/raw
This commit is contained in:
parent
2c32607650
commit
519dd711fe
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
# At least mysqlWorkbench cannot find zipconf.h; I think also openoffice
|
||||
# had this same problem. This links it somewhere that mysqlworkbench looks.
|
||||
postInstall = ''
|
||||
mkdir -p $dev/lib
|
||||
mv $out/lib/libzip $dev/lib/libzip
|
||||
( cd $dev/include ; ln -s ../lib/libzip/include/zipconf.h zipconf.h )
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user