mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
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:
@@ -174,7 +174,6 @@ stdenv.mkDerivation rec {
|
||||
libnotify
|
||||
libdbusmenu
|
||||
pipewire
|
||||
stdenv.cc.cc
|
||||
xdg-utils
|
||||
wayland
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user