Forgot to change Nix to Nix::Store in one place
[?]
Nov 30, 2011, 4:22 PM
64K7R4Y6IE4HYE36LMENATBEHOGZ6RNSGJSIZFZGZOLJXM6RRMBACDependencies
- [2]
6US6LEC7* Add a NarSize field to Hydra manifests. This allows nix-env - [3]
5O6E5SU5hydra: store logfile/output path/closure size - [*]
7YBYT2LQ - [*]
B72GLND4 - [*]
JK2QWPH6
Change contents
- edit in src/script/hydra_build.pl.in at line 6[6.3732][7.54]
use Nix::Store; - replacement in src/script/hydra_build.pl.in at line 388
my ($deriver, $hash, $time, $narSize, $refs) = Nix::queryPathInfo($outPath);my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($outPath); - replacement in src/script/hydra_build.pl.in at line 391
my @closure = Nix::computeFSClosure(0, 0, $outPath);my @closure = computeFSClosure(0, 0, $outPath); - replacement in src/script/hydra_build.pl.in at line 393
my ($deriver, $hash, $time, $narSize, $refs) = Nix::queryPathInfo($path);my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($path);