gpsd: enable on darwin

This commit is contained in:
Nikolay Korotkiy 2023-08-29 23:27:48 +04:00
parent cbb59a14dd
commit c022ff0b50
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -10,7 +10,7 @@
, dbus
, libusb1
, ncurses
, pps-tools
, kppsSupport ? stdenv.isLinux, pps-tools
, python3Packages
# optional deps for GUI packages
@ -53,8 +53,9 @@ stdenv.mkDerivation rec {
dbus
libusb1
ncurses
pps-tools
python3Packages.python
] ++ lib.optionals kppsSupport [
pps-tools
] ++ lib.optionals guiSupport [
atk
dbus-glib
@ -135,7 +136,7 @@ stdenv.mkDerivation rec {
homepage = "https://gpsd.gitlab.io/gpsd/index.html";
changelog = "https://gitlab.com/gpsd/gpsd/-/blob/release-${version}/NEWS";
license = licenses.bsd2;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor rasendubi ];
};
}