Made xbursttools have libusb and libusb1. Looks like depending on both.
svn path=/nixpkgs/trunk/; revision=32969
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, libusb, autoconf, automake, confuse, pkgconfig
|
||||
{ stdenv, fetchgit, libusb, libusb1, autoconf, automake, confuse, pkgconfig
|
||||
, gccCross ? null }:
|
||||
|
||||
let
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
dontCrossStrip = true;
|
||||
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
buildInputs = [ libusb autoconf automake confuse ] ++
|
||||
buildInputs = [ libusb libusb1 autoconf automake confuse ] ++
|
||||
stdenv.lib.optional (gccCross != null) gccCross;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user