mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
* Don't include an empty `nix-path-registration' on the CD.
svn path=/nixos/trunk/; revision=22030
This commit is contained in:
parent
62675aa0cf
commit
f70798352d
1 changed files with 4 additions and 2 deletions
|
@ -54,8 +54,10 @@ done
|
||||||
|
|
||||||
# Also include a manifest of the closures in a format suitable for
|
# Also include a manifest of the closures in a format suitable for
|
||||||
# nix-store --load-db.
|
# nix-store --load-db.
|
||||||
|
if [ -n "$object"; ]; then
|
||||||
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
|
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
|
||||||
echo "nix-path-registration=nix-path-registration" >> pathlist
|
echo "nix-path-registration=nix-path-registration" >> pathlist
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Add symlinks to the top-level store objects.
|
# Add symlinks to the top-level store objects.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue