mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
urjtag: upgrade libftdi -> libftdi1
Without this change, it has been observed to crash trying to connect to a device.
This commit is contained in:
parent
e896c5a9f3
commit
0448356c2e
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, autoconf, automake, pkgconfig, gettext, libtool, bison
|
{ 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
|
, python3
|
||||||
, svfSupport ? true
|
, svfSupport ? true
|
||||||
, bsdlSupport ? true
|
, bsdlSupport ? true
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ gettext autoconf automake libtool bison flex which
|
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 = [
|
configureFlags = [
|
||||||
(stdenv.lib.enableFeature svfSupport "svf")
|
(stdenv.lib.enableFeature svfSupport "svf")
|
||||||
|
Loading…
Reference in New Issue
Block a user