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

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