Commit c34ee327 authored by OPNA2608's avatar OPNA2608
Browse files

Revert "lomiri.telephony-service: Mark broken & exclude everywhere"

This reverts commit 3ef60ac4.
parent d8d82bad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ in {
        morph-browser
        qtmir # not having its desktop file for Xwayland available causes any X11 application to crash the session
        suru-icon-theme
        # telephony-service # currently broken: https://github.com/NixOS/nixpkgs/pull/314043
        telephony-service
      ]);
      variables = {
        # To override the keyboard layouts in Lomiri
@@ -85,7 +85,7 @@ in {
      ] ++ lib.optionals (config.hardware.pulseaudio.enable || config.services.pipewire.pulse.enable) [
        ayatana-indicator-sound
      ]) ++ (with pkgs.lomiri; [
        # telephony-service # currently broken: https://github.com/NixOS/nixpkgs/pull/314043
        telephony-service
      ] ++ lib.optionals config.networking.networkmanager.enable [
        lomiri-indicator-network
      ]);
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ in {
        ayatana-indicator-sound
      ] ++ (with pkgs.lomiri; [
        lomiri-indicator-network
        # telephony-service # currently broken: https://github.com/NixOS/nixpkgs/pull/314043
        telephony-service
      ]);
    };

+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ stdenv.mkDerivation (finalAttrs: {
    lomiri-settings-components
    lomiri-thumbnailer
    qtmultimedia
    # telephony-service # currently broken: https://github.com/NixOS/nixpkgs/pull/314043
    telephony-service
  ];

  nativeCheckInputs = [
+0 −2
Original line number Diff line number Diff line
@@ -195,7 +195,5 @@ stdenv.mkDerivation (finalAttrs: {
    license = licenses.gpl3Only;
    maintainers = teams.lomiri.members;
    platforms = platforms.linux;
    # Completely broken until https://github.com/NixOS/nixpkgs/pull/314043 is merged
    broken = true;
  };
})