Author: eelco
Date: Wed Feb 16 11:49:08 2011
New Revision: 25988
URL: https://svn.nixos.org/websvn/nix/?rev=25988&sc=1

Log:
* nixSqlite expects another integer (denoting the size of the NAR) in
  `nix-store --load-db'.

Modified:
   nixpkgs/trunk/pkgs/build-support/kernel/paths-from-graph.pl

Modified: nixpkgs/trunk/pkgs/build-support/kernel/paths-from-graph.pl
==============================================================================
--- nixpkgs/trunk/pkgs/build-support/kernel/paths-from-graph.pl Wed Feb 16 
10:24:25 2011        (r25987)
+++ nixpkgs/trunk/pkgs/build-support/kernel/paths-from-graph.pl Wed Feb 16 
11:49:08 2011        (r25988)
@@ -53,6 +53,7 @@
     foreach my $storePath (sort (keys %storePaths)) {
         print "$storePath\n";
         print 
"0000000000000000000000000000000000000000000000000000000000000000\n"; # !!! fix
+        print "0\n"; # !!! fix 
         print "\n"; # don't care about preserving the deriver
         print scalar(@{$refs{$storePath}}), "\n";
         foreach my $ref (@{$refs{$storePath}}) {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to