svn path=/nixpkgs/trunk/; revision=17571

This commit is contained in:
Rob Vermaas 2009-10-01 12:12:45 +00:00
parent 9a833f026b
commit cbf13d8269

View file

@ -69,7 +69,11 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
echo "file deb $i" >> $out/nix-support/hydra-build-products
stopNest
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"
''; # */