Merge pull request #116366 from SuperSandro2000/fix-python-dev
cpython: allow $out reference again
This commit is contained in:
commit
3ebf0494ab
|
@ -330,6 +330,7 @@ in with passthru; stdenv.mkDerivation {
|
|||
postInstall = let
|
||||
# References *not* to nuke from (sys)config files
|
||||
keep-references = concatMapStringsSep " " (val: "-e ${val}") ([
|
||||
(placeholder "out")
|
||||
] ++ optionals tzdataSupport [
|
||||
tzdata
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue