third_party/nixpkgs: manually pull in PHP fix

https://github.com/NixOS/nixpkgs/pull/87138
This commit is contained in:
Luke Granger-Brown 2020-05-06 20:56:47 +00:00
parent 5dbc575e95
commit c66b8e4a00

View file

@ -113,7 +113,7 @@ let
unwrapped = php; unwrapped = php;
tests = nixosTests.php; tests = nixosTests.php;
inherit (php-packages) packages extensions; inherit (php-packages) packages extensions;
inherit (php) meta; meta = php.meta // { outputsToInstall = [ "out" ]; };
}; };
paths = [ php ]; paths = [ php ];
postBuild = '' postBuild = ''