From d8f7f89d99f767ade41bae9d6a63dbaa13579575 Mon Sep 17 00:00:00 2001 From: klea Date: Tue, 14 Jul 2026 19:29:28 +0000 Subject: [PATCH] netdata: fix dontStrip typo As part of the #532401 tracking issue. --- pkgs/tools/system/netdata/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix index 1140ae4d7086..9fbfe0938c61 100644 --- a/pkgs/tools/system/netdata/default.nix +++ b/pkgs/tools/system/netdata/default.nix @@ -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 = ''