* Argh! The patch downloader was broken due to the renaming of the
`--isvalid' flag in nix-store.
This commit is contained in:
parent
f3660b1c8c
commit
9f3601a36c
|
@ -76,7 +76,7 @@ addToQueue $targetPath;
|
|||
|
||||
sub isValidPath {
|
||||
my $p = shift;
|
||||
system "@bindir@/nix-store --isvalid '$p' 2> /dev/null";
|
||||
system "@bindir@/nix-store --check-validity '$p' 2> /dev/null";
|
||||
return $? == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue