salt: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user