Skip to content

Commit 454c64c

Browse files
committed
beancount: set passthru.skipBulkUpdate
1 parent 389ad08 commit 454c64c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/beancount/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ buildPythonPackage rec {
4949
pytest
5050
];
5151

52+
# beancount cannot be directly bumped to 3.x
53+
# e.g. https://github.com/NixOS/nixpkgs/issues/380197
54+
passthru.skipBulkUpdate = true;
55+
5256
meta = with lib; {
5357
homepage = "https://github.com/beancount/beancount";
5458
description = "Double-entry bookkeeping computer language";

0 commit comments

Comments
 (0)