Merge pull request #270129 from afh/ledger-by-name

ledger: migrate to by-name
This commit is contained in:
Mario Rodas 2023-12-23 07:32:28 -05:00 committed by GitHub
commit f657c12587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -33432,8 +33432,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation;
};
ledger = callPackage ../applications/office/ledger { };
ledger-autosync = callPackage ../applications/office/ledger-autosync { };
ledger-web = callPackage ../applications/office/ledger-web { };