mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
privoxy: fix weird use of STRIP in the Makefile
This commit is contained in:
parent
2244b1815d
commit
264d6641ec
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec{
|
|||
nativeBuildInputs = [ autoreconfHook w3m man ];
|
||||
buildInputs = [ zlib pcre ];
|
||||
|
||||
makeFlags = [ "STRIP="];
|
||||
|
||||
postInstall = ''
|
||||
rm -rf $out/var
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue