cpython: allow $out reference again
This regression got introduced with 738746a34b
This commit is contained in:
parent
cc6e2d60db
commit
b45c06fde8
|
@ -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