mutter: move PKG_CONFIG env variables into env for structuredAttrs

This commit is contained in:
Sigmanificient
2025-12-25 02:01:50 +01:00
committed by Stefan Frijters
parent 7a2477ac92
commit a0e1239489
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
# Install udev files into our own tree.
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
env.PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
separateDebugInfo = true;
strictDeps = true;
+1 -1
View File
@@ -184,7 +184,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
# Install udev files into our own tree.
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
env.PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
separateDebugInfo = true;