mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gpsd: enable on darwin
This commit is contained in:
parent
cbb59a14dd
commit
c022ff0b50
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user