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

The signal desktop app does not require a C compiler to function.
This commit is contained in:
Atemu
2024-11-07 06:09:54 +01:00
parent 4aa36568d4
commit da0bfe8006

View File

@@ -174,7 +174,6 @@ stdenv.mkDerivation rec {
libnotify
libdbusmenu
pipewire
stdenv.cc.cc
xdg-utils
wayland
];