svn path=/nixpkgs/trunk/; revision=17571
This commit is contained in:
parent
9a833f026b
commit
cbf13d8269
@ -69,7 +69,11 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
|
|||||||
echo "file deb $i" >> $out/nix-support/hydra-build-products
|
echo "file deb $i" >> $out/nix-support/hydra-build-products
|
||||||
stopNest
|
stopNest
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for i in $extraDebs; do
|
||||||
|
echo "file deb $(ls $i/debs/*.deb | sort | head -1)" >> $out/nix-support/hydra-build-products
|
||||||
|
done
|
||||||
|
|
||||||
eval "$postInstall"
|
eval "$postInstall"
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user