third_party/nixpkgs: manually pull in PHP fix
https://github.com/NixOS/nixpkgs/pull/87138
This commit is contained in:
parent
5dbc575e95
commit
c66b8e4a00
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ let
|
|||
unwrapped = php;
|
||||
tests = nixosTests.php;
|
||||
inherit (php-packages) packages extensions;
|
||||
inherit (php) meta;
|
||||
meta = php.meta // { outputsToInstall = [ "out" ]; };
|
||||
};
|
||||
paths = [ php ];
|
||||
postBuild = ''
|
||||
|
|
Loading…
Reference in a new issue