I think xburst needs pkgconfig
svn path=/nixpkgs/trunk/; revision=32858
This commit is contained in:
parent
749df87304
commit
906f400681
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, libusb, autoconf, automake, confuse
|
{ stdenv, fetchgit, libusb, autoconf, automake, confuse, pkgconfig
|
||||||
, gccCross ? null }:
|
, gccCross ? null }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -24,6 +24,7 @@ stdenv.mkDerivation {
|
|||||||
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
||||||
dontCrossStrip = true;
|
dontCrossStrip = true;
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libusb autoconf automake confuse ] ++
|
buildInputs = [ libusb autoconf automake confuse ] ++
|
||||||
stdenv.lib.optional (gccCross != null) gccCross;
|
stdenv.lib.optional (gccCross != null) gccCross;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user