Merge pull request #87138 from lukegb/fix-php

php: correctly set outputsToInstall after withExtensions.
This commit is contained in:
adisbladis 2020-05-09 15:40:35 +02:00 committed by GitHub
commit 2e69f8977d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''