* Use --meta --xml to check whether the meta attributes all evaluate

correctly.

svn path=/nixpkgs/trunk/; revision=17771
This commit is contained in:
Eelco Dolstra 2009-10-13 09:05:09 +00:00
parent fa9d33b8cc
commit 64f76f4643

View File

@ -53,7 +53,7 @@ releaseTools.makeSourceTarball {
header "checking pkgs/top-level/all-packages.nix on $platform"
nix-env --readonly-mode -f pkgs/top-level/all-packages.nix \
--show-trace --argstr system "$platform" \
-qa \* --drv-path --system-filter \* --system
-qa \* --drv-path --system-filter \* --system --meta --xml
stopNest
done
'';