From 0448356c2ef9fb008989662d32683b4376387efc Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Wed, 10 Jun 2020 12:19:10 -0700 Subject: [PATCH] urjtag: upgrade libftdi -> libftdi1 Without this change, it has been observed to crash trying to connect to a device. --- pkgs/tools/misc/urjtag/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/urjtag/default.nix b/pkgs/tools/misc/urjtag/default.nix index 63b809d6e9fa..f058f2cb8dde 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, fetchurl, makeWrapper, libftdi, libusb-compat-0_1, readline +, flex, which, subversion, fetchurl, makeWrapper, libftdi1, libusb-compat-0_1, readline , python3 , svfSupport ? true , bsdlSupport ? true @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkgconfig ]; buildInputs = [ gettext autoconf automake libtool bison flex which - subversion makeWrapper readline libftdi libusb-compat-0_1 python3 ]; + subversion makeWrapper readline libftdi1 libusb-compat-0_1 python3 ]; configureFlags = [ (stdenv.lib.enableFeature svfSupport "svf")