summary refs log tree commit diff
path: root/pkgs/development/libraries/libdeflate
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-05-19 22:23:11 +0000
committerOrivej Desh <orivej@gmx.fr>2020-05-19 22:23:11 +0000
commit3389db60a14c9be92f3ccffd19acd1acfd8a18b4 (patch)
treea1fbf23a42b5e9ea3e4384c510c27d908d4aa171 /pkgs/development/libraries/libdeflate
parent4a8a4c2b99a2e08acee0560214d2246ecf33d01f (diff)
downloadnixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar.gz
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar.bz2
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar.lz
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar.xz
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.tar.zst
nixpkgs-3389db60a14c9be92f3ccffd19acd1acfd8a18b4.zip
libdeflate: remove local prefix
Diffstat (limited to 'pkgs/development/libraries/libdeflate')
-rw-r--r--pkgs/development/libraries/libdeflate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libdeflate/default.nix b/pkgs/development/libraries/libdeflate/default.nix
index f766994a099..25fa4db38f6 100644
--- a/pkgs/development/libraries/libdeflate/default.nix
+++ b/pkgs/development/libraries/libdeflate/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   };
 
   postPatch = ''
-    substituteInPlace Makefile --replace /usr $out
+    substituteInPlace Makefile --replace /usr/local $out
   '';
 
   configurePhase = ''