gpsbabel: enable usb

PR #91439
gstqt5
Markus S. Wamser 2020-06-24 22:28:13 +02:00 committed by Robert Helgesson
parent f91075506c
commit caa858d777
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, zlib, which, IOKit, qtbase }:
{ lib, stdenv, fetchFromGitHub, fetchpatch, zlib, which, IOKit, qtbase, libusb-compat-0_1 }:
stdenv.mkDerivation rec {
pname = "gpsbabel";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
})
];
buildInputs = [ zlib qtbase which ]
buildInputs = [ zlib qtbase which libusb-compat-0_1 ]
++ lib.optionals stdenv.isDarwin [ IOKit ];
/* FIXME: Building the documentation, with "make doc", requires this: