topydo: use throw instead of trace to not break evaluation
This commit is contained in:
parent
11e1e826bf
commit
f2aecac5c7
@ -25788,7 +25788,7 @@ EOF
|
||||
};
|
||||
};
|
||||
|
||||
topydo = builtins.trace "python3Packages.topydo was moved to topydo" pkgs.topydo; # 2017-09-22
|
||||
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
|
||||
|
||||
w3lib = buildPythonPackage rec {
|
||||
name = "w3lib-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user