mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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
|
||||
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"
|
||||
''; # */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user