qucs-s: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:49 +01:00
parent d5ac654674
commit 7ddd90f0ae
+1 -1
View File
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.makeBinPath kernels)
];
QTDIR = qt6Packages.qtbase.dev;
env.QTDIR = qt6Packages.qtbase.dev;
doInstallCheck = true;
installCheck = ''