Skip to content

Commit

Permalink
topydo: use throw instead of trace to not break evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 22, 2017
1 parent 11e1e82 commit f2aecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -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}";
Expand Down

0 comments on commit f2aecac

Please sign in to comment.