nsis: don't disable stripping
This commit is contained in:
parent
dc04edc6ae
commit
f929120b1b
@ -35,7 +35,6 @@ in stdenv.mkDerivation rec {
|
||||
"APPEND_CPPPATH=${ZLIB_HOME}/include"
|
||||
"APPEND_LIBPATH=${ZLIB_HOME}/lib"
|
||||
"NSIS_CONFIG_CONST_DATA=no"
|
||||
"STRIP=no"
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
@ -45,8 +44,6 @@ in stdenv.mkDerivation rec {
|
||||
prefixKey = "PREFIX=";
|
||||
installTargets = "install-compiler";
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge";
|
||||
homepage = https://nsis.sourceforge.io/;
|
||||
|
Loading…
Reference in New Issue
Block a user