mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
commit
d293e5502c
@ -10,7 +10,7 @@
|
|||||||
, dbus
|
, dbus
|
||||||
, libusb1
|
, libusb1
|
||||||
, ncurses
|
, ncurses
|
||||||
, pps-tools
|
, kppsSupport ? stdenv.isLinux, pps-tools
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
|
||||||
# optional deps for GUI packages
|
# optional deps for GUI packages
|
||||||
@ -53,8 +53,9 @@ stdenv.mkDerivation rec {
|
|||||||
dbus
|
dbus
|
||||||
libusb1
|
libusb1
|
||||||
ncurses
|
ncurses
|
||||||
pps-tools
|
|
||||||
python3Packages.python
|
python3Packages.python
|
||||||
|
] ++ lib.optionals kppsSupport [
|
||||||
|
pps-tools
|
||||||
] ++ lib.optionals guiSupport [
|
] ++ lib.optionals guiSupport [
|
||||||
atk
|
atk
|
||||||
dbus-glib
|
dbus-glib
|
||||||
@ -135,7 +136,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gpsd.gitlab.io/gpsd/index.html";
|
homepage = "https://gpsd.gitlab.io/gpsd/index.html";
|
||||||
changelog = "https://gitlab.com/gpsd/gpsd/-/blob/release-${version}/NEWS";
|
changelog = "https://gitlab.com/gpsd/gpsd/-/blob/release-${version}/NEWS";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ bjornfor rasendubi ];
|
maintainers = with maintainers; [ bjornfor rasendubi ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user