We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389ad08 commit 454c64cCopy full SHA for 454c64c
pkgs/development/python-modules/beancount/default.nix
@@ -49,6 +49,10 @@ buildPythonPackage rec {
49
pytest
50
];
51
52
+ # beancount cannot be directly bumped to 3.x
53
+ # e.g. https://github.com/NixOS/nixpkgs/issues/380197
54
+ passthru.skipBulkUpdate = true;
55
+
56
meta = with lib; {
57
homepage = "https://github.com/beancount/beancount";
58
description = "Double-entry bookkeeping computer language";
0 commit comments