Fix build product path
This commit is contained in:
parent
2a62b62120
commit
ce82d551fc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
vendor/bin/phpdoc
|
vendor/bin/phpdoc
|
||||||
mkdir -p $out/nix-support
|
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
|
||||||
'';
|
'';
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue