waffle: move PKG_CONFIG env variables into env for structuredAttrs

This commit is contained in:
Sigmanificient
2025-12-25 02:01:51 +01:00
committed by Stefan Frijters
parent ab4303c739
commit 47805deb37
+1 -1
View File
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
wayland-scanner
];
PKG_CONFIG_BASH_COMPLETION_COMPLETIONSDIR = "${placeholder "out"}/share/bash-completion/completions";
env.PKG_CONFIG_BASH_COMPLETION_COMPLETIONSDIR = "${placeholder "out"}/share/bash-completion/completions";
postInstall = ''
wrapProgram $out/bin/wflinfo \