mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
Block a user