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