File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
development/python-modules/beancount Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -15944,7 +15944,7 @@ with pkgs;
1594415944
1594515945 samplv1 = libsForQt5.callPackage ../applications/audio/samplv1 { };
1594615946
15947- beancount = with python3.pkgs; toPythonApplication beancount ;
15947+ beancount_2 = with python3.pkgs; toPythonApplication beancount_2 ;
1594815948
1594915949 beancount-black = with python3.pkgs; toPythonApplication beancount-black;
1595015950
Original file line number Diff line number Diff line change @@ -1587,7 +1587,7 @@ self: super: with self; {
15871587
15881588 before-after = callPackage ../development/python-modules/before-after { };
15891589
1590- beancount = callPackage ../development/python-modules/beancount { };
1590+ beancount_2 = callPackage ../development/python-modules/beancount/2.nix { };
15911591
15921592 beancount-black = callPackage ../development/python-modules/beancount-black { };
15931593
You can’t perform that action at this time.
0 commit comments