gpsbabel: enable usb

PR #91439
This commit is contained in:
Markus S. Wamser
2020-07-03 00:00:57 +02:00
committed by Robert Helgesson
parent f91075506c
commit caa858d777
+2 -2
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: