From fa0f9b76a3ea7828d7a71ba7e78ea087308f619e Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 10 Aug 2021 14:46:40 +0200 Subject: gpsd: remove ? null --- pkgs/servers/gpsd/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'pkgs/servers/gpsd') diff --git a/pkgs/servers/gpsd/default.nix b/pkgs/servers/gpsd/default.nix index d6f7fbea3dede..e7746fa34f0a5 100644 --- a/pkgs/servers/gpsd/default.nix +++ b/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" }: -- cgit 1.4.1