3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 28
28
These users can synthesize input events system-wide, even when another user is logged in - untrusted users should not be added.
29
29
'' ;
30
30
} ;
31
-
32
- package = lib . mkPackageOption pkgs "weylus" { } ;
31
+ package = lib . mkOption {
32
+ type = package ;
33
+ default = pkgs . callPackage ../../pkgs/by-name/we/weylus/package.nix ;
34
+ } ;
33
35
} ;
34
36
config = lib . mkIf cfg . enable {
35
37
networking . firewall = lib . mkIf cfg . openFirewall {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -996,10 +996,6 @@ with pkgs;
996
996
997
997
fontbakery = with python3Packages; toPythonApplication fontbakery;
998
998
999
- weylus = callPackage ../applications/graphics/weylus {
1000
- inherit (darwin.apple_sdk.frameworks) ApplicationServices Carbon Cocoa VideoToolbox;
1001
- };
1002
-
1003
999
inherit (callPackage ../development/tools/genealogos { }) genealogos-cli genealogos-api;
1004
1000
1005
1001
# This is to workaround gfal2-python broken against Python 3.12 or later.
0 commit comments