Forgot to change Nix to Nix::Store in one place

[?]
Nov 30, 2011, 4:22 PM
64K7R4Y6IE4HYE36LMENATBEHOGZ6RNSGJSIZFZGZOLJXM6RRMBAC

Dependencies

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
    [3.1591][2.410:495]()
    my ($deriver, $hash, $time, $narSize, $refs) = Nix::queryPathInfo($outPath);
    [3.1591]
    [2.495]
    my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($outPath);
  • replacement in src/script/hydra_build.pl.in at line 391
    [2.522][2.522:583]()
    my @closure = Nix::computeFSClosure(0, 0, $outPath);
    [2.522]
    [2.583]
    my @closure = computeFSClosure(0, 0, $outPath);
  • replacement in src/script/hydra_build.pl.in at line 393
    [2.621][2.621:700]()
    my ($deriver, $hash, $time, $narSize, $refs) = Nix::queryPathInfo($path);
    [2.621]
    [2.700]
    my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($path);