1
0
Fork 0

liblpeg: Improve installPhase

This commit is contained in:
Daniel Kempkens 2023-05-23 02:04:29 +02:00
parent 8c21913418
commit 7566d21084
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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
'';