about summary refs log tree commit diff
path: root/pkgs/tools/misc/urjtag
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-29 08:35:47 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-29 08:35:47 +0200
commit2874eebfd27731a8ceef3856be35338affd32eaa (patch)
tree674cb8c6addbdc3f8e2290ebdc34c5b3fa714c1b /pkgs/tools/misc/urjtag
parent1014c7cb423c5866c06bf671dab5eed667ba245b (diff)
parentf14021febf9c856e07a561124a1d67b90b5bf057 (diff)
downloadnixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar.gz
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar.bz2
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar.lz
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar.xz
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.tar.zst
nixlib-2874eebfd27731a8ceef3856be35338affd32eaa.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/tools/misc/urjtag')
-rw-r--r--pkgs/tools/misc/urjtag/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/urjtag/default.nix b/pkgs/tools/misc/urjtag/default.nix
index 67b25eaca82f..2056fb9d0a5a 100644
--- a/pkgs/tools/misc/urjtag/default.nix
+++ b/pkgs/tools/misc/urjtag/default.nix
@@ -1,5 +1,5 @@
 { stdenv, autoconf, automake, pkgconfig, gettext, libtool, bison
-, flex, which, subversion, fetchsvn, makeWrapper, libftdi, libusb, readline
+, flex, which, subversion, fetchsvn, makeWrapper, libftdi, libusb-compat-0_1, readline
 , python3
 , svfSupport ? true
 , bsdlSupport ? true
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ gettext autoconf automake libtool bison flex which
-    subversion makeWrapper readline libftdi libusb python3 ];
+    subversion makeWrapper readline libftdi libusb-compat-0_1 python3 ];
 
   configureFlags = [
     (stdenv.lib.enableFeature svfSupport   "svf")