gnome2.libglade: move env variable into env for structuredAttrs

This commit is contained in:
Sigmanificient
2026-05-25 16:57:26 +02:00
parent b401e19c79
commit 3c879e9d15
@@ -38,5 +38,5 @@ stdenv.mkDerivation rec {
--replace "pkg-config" "$PKG_CONFIG"
'';
NIX_LDFLAGS = "-lgmodule-2.0";
env.NIX_LDFLAGS = "-lgmodule-2.0";
}