Fix build product path

This commit is contained in:
Sander van der Burg 2020-03-31 23:54:02 +02:00 committed by Sander van der Burg
parent 2a62b62120
commit ce82d551fc

View file

@ -21,7 +21,7 @@ in
postInstall = ''
vendor/bin/phpdoc
mkdir -p $out/nix-support
echo "doc api $out/doc" >> $out/nix-support/hydra-build-products
echo "doc api $out/share/php/composer-svanderburg-composer2nix/doc" >> $out/nix-support/hydra-build-products
'';
}));