Fix desktop-tools on macOS

This commit is contained in:
Přemysl Eric Janouch 2023-07-04 02:44:33 +02:00
parent a0e88fb445
commit 40cab414cf
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ pkgs.stdenv.mkDerivation rec {
xorg.libXdmcp
libpulseaudio
dbus.dev
] ++ lib.optionals full [
] ++ lib.optionals (full && stdenv.isLinux) [
gnome.gdm.dev
glib
pcre2
systemd.dev
] ++ lib.optionals (full && stdenv.isLinux) [
# To address pkg-config warnings for glib.
util-linux
libselinux