Merge pull request #87138 from lukegb/fix-php
php: correctly set outputsToInstall after withExtensions.
This commit is contained in:
commit
2e69f8977d
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,9 @@ 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