salt: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 00:36:10 +01:00
parent 4e44c5dc5c
commit 07758ae84f
+1 -1
View File
@@ -65,7 +65,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
++ extraInputs;
# Don't use fixed dependencies on Darwin
USE_STATIC_REQUIREMENTS = "0";
env.USE_STATIC_REQUIREMENTS = "0";
# The tests fail due to socket path length limits at the very least;
# possibly there are more issues but I didn't leave the test suite running