Merge pull request #677 from the-kenny/avrdude
avrdude: Add libusb to enable USB support
This commit is contained in:
commit
3eea6e1489
@ -1,4 +1,4 @@
|
|||||||
{ composableDerivation, fetchurl, yacc, flex, texLive }:
|
{ composableDerivation, fetchurl, yacc, flex, texLive, libusb }:
|
||||||
|
|
||||||
let edf = composableDerivation.edf; in
|
let edf = composableDerivation.edf; in
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ composableDerivation.composableDerivation {} rec {
|
|||||||
|
|
||||||
configureFlags = [ "--disable-dependency-tracking" ];
|
configureFlags = [ "--disable-dependency-tracking" ];
|
||||||
|
|
||||||
buildInputs = [ yacc flex ];
|
buildInputs = [ yacc flex libusb ];
|
||||||
|
|
||||||
flags =
|
flags =
|
||||||
edf { name = "doc"; enable = { buildInputs = texLive; configureFlags = ["--enable-doc"]; }; }
|
edf { name = "doc"; enable = { buildInputs = texLive; configureFlags = ["--enable-doc"]; }; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user