about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-01 12:01:27 +0000
committerGitHub <noreply@github.com>2022-06-01 12:01:27 +0000
commitebcaa0d01ca93d002c8f3e8ed601930271ffaeb4 (patch)
tree6daeb68421e618bcbfcb2ef6e70ff3335f86c37e /pkgs/applications/office
parente07d477aff78d1a61b7a7447c6fc488d045eb2ae (diff)
parent25fee8ca78a925ee52844943e29bf6f13664b71b (diff)
Merge master into staging-next
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;