mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
chore(buildPythonEnv): TODO substitution conflicts
This commit is contained in:
parent
d16436579a
commit
87842fa32e
@ -125,6 +125,8 @@ in {
|
||||
};
|
||||
|
||||
buildPythonEnv = {
|
||||
# TODO: substitutions might lead to conflicts due to duplicated dependencies. We'd probably
|
||||
# need to substitute each given package *and* its transistive dependencies.
|
||||
drvs = drvs // patchedSubstitutions;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user