about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2022-05-31 18:57:03 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2022-06-01 00:34:52 -0400
commitd4964be44cb430760b266f5df34a185f2920e80e (patch)
treef3b9dac3cac6d46e41f4ff111a80390c6a54ba1c /pkgs/applications/office
parent03364a73ef392040232eb4d2a74edaae38f9d15b (diff)
ledger: fix Python 3.10 module build
The current default boost (1.77) doesn’t work with Python 3.10, so use
1.79 instead.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix
index 52e756f5b6453..d4b4bde7b10b4 100644
--- a/pkgs/applications/office/ledger/default.nix
+++ b/pkgs/applications/office/ledger/default.nix
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
     homepage = "https://ledger-cli.org/";
     description = "A double-entry accounting system with a command-line reporting interface";
     license = licenses.bsd3;