icestorm: use libftdi1 rather than libftdi
This commit is contained in:
parent
c9625fa9ac
commit
d13e64641d
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, pkgconfig, libftdi
|
, pkgconfig, libftdi1
|
||||||
, python3, pypy3
|
, python3, pypy3
|
||||||
|
|
||||||
# PyPy yields large improvements in build time and runtime performance,
|
# PyPy yields large improvements in build time and runtime performance,
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ pythonPkg libftdi ];
|
buildInputs = [ pythonPkg libftdi1 ];
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user