karlender: move to by-name

This commit is contained in:
wxt 2024-11-05 18:03:48 +08:00
parent 5b765c4658
commit 161e7bff14
No known key found for this signature in database
GPG Key ID: F62181757D8BF693
2 changed files with 0 additions and 2 deletions

View File

@ -28770,8 +28770,6 @@ with pkgs;
avahi = avahi.override { withLibdnssdCompat = true; };
};
karlender = callPackage ../applications/office/karlender { };
keepassxc = libsForQt5.callPackage ../applications/misc/keepassxc {
inherit (darwin.apple_sdk_11_0.frameworks) LocalAuthentication;
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;