Commit da0bfe80 authored by Atemu's avatar Atemu
Browse files

signal-desktop: remove stdenv.cc.cc from runtimeDeps

The signal desktop app does not require a C compiler to function.
parent 4aa36568
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -174,7 +174,6 @@ stdenv.mkDerivation rec {
    libnotify
    libdbusmenu
    pipewire
    stdenv.cc.cc
    xdg-utils
    wayland
  ];