Merge pull request #133372 from SuperSandro2000/gpsd

gpsd: remove ? null
This commit is contained in:
Martin Weinelt 2021-08-10 15:08:14 +02:00 committed by GitHub
commit 56519d9b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,17 +15,17 @@
# optional deps for GUI packages
, guiSupport ? true
, dbus-glib ? null
, libX11 ? null
, libXt ? null
, libXpm ? null
, libXaw ? null
, libXext ? null
, gobject-introspection ? null
, pango ? null
, gdk-pixbuf ? null
, atk ? null
, wrapGAppsHook ? null
, dbus-glib
, libX11
, libXt
, libXpm
, libXaw
, libXext
, gobject-introspection
, pango
, gdk-pixbuf
, atk
, wrapGAppsHook
, gpsdUser ? "gpsd", gpsdGroup ? "dialout"
}: