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
|
postInstall = let
|
||||||
# References *not* to nuke from (sys)config files
|
# References *not* to nuke from (sys)config files
|
||||||
keep-references = concatMapStringsSep " " (val: "-e ${val}") ([
|
keep-references = concatMapStringsSep " " (val: "-e ${val}") ([
|
||||||
|
(placeholder "out")
|
||||||
] ++ optionals tzdataSupport [
|
] ++ optionals tzdataSupport [
|
||||||
tzdata
|
tzdata
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue