weylus: Migrate to by-name

This commit is contained in:
Guy Chronister
2025-04-15 11:36:12 -05:00
parent 3e5bb71d1a
commit dd0f4e56fd
3 changed files with 0 additions and 9 deletions
-9
View File
@@ -1113,15 +1113,6 @@ with pkgs;
fontbakery = with python3Packages; toPythonApplication fontbakery;
weylus = callPackage ../applications/graphics/weylus {
inherit (darwin.apple_sdk.frameworks)
ApplicationServices
Carbon
Cocoa
VideoToolbox
;
};
genealogos-api = genealogos-cli.override {
crate = "api";
};