netdata: fix dontStrip typo (#541918)

This commit is contained in:
Yohann Boniface
2026-07-14 21:32:01 +00:00
committed by GitHub
+1 -1
View File
@@ -165,7 +165,7 @@ stdenv.mkDerivation (
# We pick zlib.dev as a simple canary package with pkg-config input.
disallowedReferences = lib.optional (!withDebug) zlib.dev;
donStrip = withDebug || withLibbacktrace;
dontStrip = withDebug || withLibbacktrace;
env.NIX_CFLAGS_COMPILE = lib.optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
postInstall = ''