1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Add --nodeps to rpm when test-uninstalling after a rpmBuild.

This commit is contained in:
Petr Rockai 2012-07-14 08:27:09 +02:00 committed by Peter Simons
parent e1c172ab6b
commit 1eb5450bd4

View file

@ -41,7 +41,7 @@ vmTools.buildRPM (
eval "$postRPMInstall"
echo "uninstalling ''${rpmNames[*]}..."
rpm -e ''${rpmNames[*]}
rpm -e ''${rpmNames[*]} --nodeps
for i in $out/rpms/*/*.src.rpm; do
echo "file srpm $i" >> $out/nix-support/hydra-build-products