about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-06-29 14:03:38 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2024-06-29 14:03:38 -0300
commit41579d64bd6ac98376693587b0a78dd76b9e4c9c (patch)
treee7288715052e957756d8f7d62d4f1ceceb6332ae /pkgs/applications/office
parent3e1871e3643199ed29258cf0e3260d129315d592 (diff)
beancount-share: mark broken
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/beancount/beancount_share.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/beancount/beancount_share.nix b/pkgs/applications/office/beancount/beancount_share.nix
index 19b49a2697ccf..2d702ad8d7ce7 100644
--- a/pkgs/applications/office/beancount/beancount_share.nix
+++ b/pkgs/applications/office/beancount/beancount_share.nix
@@ -25,5 +25,7 @@ python3.pkgs.buildPythonApplication rec {
     description = "Beancount plugin to share expenses with external partners within one ledger";
     license = licenses.agpl3Plus;
     maintainers = with maintainers; [ matthiasbeyer ];
+    broken = true; # At 2024-06-29, missing unpacked dependency
+                   # https://hydra.nixos.org/build/262800507/nixlog/1
   };
 }