wipe: Do not strip binary during install

This commit is contained in:
Jonas Heinrich
2025-01-16 12:43:34 +01:00
parent 72fe607771
commit f292fa21d7
+6
View File
@@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
sha256 = "180snqvh6k6il6prb19fncflf2jcvkihlb4w84sbndcv1wvicfa6";
};
postPatch = ''
# Do not strip binary during install
substituteInPlace Makefile.in \
--replace-fail '$(INSTALL_BIN) -s' '$(INSTALL_BIN)'
'';
nativeBuildInputs = [ autoreconfHook ];
# fdatasync is undocumented on darwin with no header file which breaks the build.