From 077a408b9eedb431e350e42e23d35cee9d0461d1 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 19:23:24 +0100 Subject: [PATCH] stp: move CFLAGS into env for structuredAttrs --- pkgs/by-name/st/stp/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/st/stp/package.nix b/pkgs/by-name/st/stp/package.nix index 45eb1b76ca84..e0aeae745c26 100644 --- a/pkgs/by-name/st/stp/package.nix +++ b/pkgs/by-name/st/stp/package.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: { # # TODO: Remove these CFLAGS when they update to the version that pulls `abc` in with a submodule. # https://github.com/stp/stp/issues/498#issuecomment-2611251631 - CFLAGS = [ "-fsigned-char" ]; + env.CFLAGS = toString [ "-fsigned-char" ]; outputs = [ "dev"