Unverified Commit 161e7bff authored by wxt's avatar wxt
Browse files

karlender: move to by-name

parent 5b765c46
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;