privoxy: fix weird use of STRIP in the Makefile
This commit is contained in:
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec{
|
|||||||
nativeBuildInputs = [ autoreconfHook w3m man ];
|
nativeBuildInputs = [ autoreconfHook w3m man ];
|
||||||
buildInputs = [ zlib pcre ];
|
buildInputs = [ zlib pcre ];
|
||||||
|
|
||||||
|
makeFlags = [ "STRIP="];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rm -rf $out/var
|
rm -rf $out/var
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user