zopfli: include all headers
This commit is contained in:
parent
05a7b69509
commit
fd22984bbb
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
install -Dm444 -t $out/share/doc/zopfli ../README*
|
||||
cp $src/src/zopfli/*.h $dev/include/
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in New Issue