liblpeg: Improve installPhase
This commit is contained in:
parent
8c21913418
commit
7566d21084
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ pkgs.stdenv.mkDerivation {
|
|||
patches = [ ../patches/liblpeg-makefile.patch ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/lib
|
||||
install -D lpeg.dylib $out/lib/lpeg.dylib
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue