gpsd: remove ? null

launchpad/nixpkgs/master
Sandro Jäckel 3 years ago
parent 1eea388646
commit fa0f9b76a3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 22
      pkgs/servers/gpsd/default.nix

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

Loading…
Cancel
Save