Merge pull request #116366 from SuperSandro2000/fix-python-dev

cpython: allow $out reference again
This commit is contained in:
Sandro 2021-03-15 03:39:17 +01:00 committed by GitHub
commit 3ebf0494ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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