gpsd: remove ? null

This commit is contained in:
Sandro Jäckel 2021-08-10 14:46:40 +02:00
parent 1eea388646
commit fa0f9b76a3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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"
}: