libgig: Configure script warns about missing libuuid

wip/yesman
Franz Pletz 8 years ago committed by Robin Gloster
parent 3f426f6f55
commit 63f7d53572
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
  1. 4
      pkgs/development/libraries/libgig/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchsvn, autoconf, automake, libsndfile, libtool, pkgconfig }:
{ stdenv, fetchsvn, autoconf, automake, libsndfile, libtool, pkgconfig, libuuid }:
stdenv.mkDerivation rec {
name = "libgig-svn-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0i7sj3zm6banl5avjdxblx0mlbxxzbsbr4x5hsl2fhrdsv5dnxhc";
};
buildInputs = [ autoconf automake libsndfile libtool pkgconfig ];
buildInputs = [ autoconf automake libsndfile libtool pkgconfig libuuid ];
preConfigure = "make -f Makefile.cvs";

Loading…
Cancel
Save