cpython: allow $out reference again

This regression got introduced with 738746a34b
This commit is contained in:
Sandro Jäckel 2021-03-15 01:40:00 +01:00
parent cc6e2d60db
commit b45c06fde8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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
]);