telepathy-salut: use standard pkgconfig
Building glib with selinux support caused the build to fail due to selinux being specificed in `Required.private` in gio-2.0.pc. `pkgconfigUpstream` isn't patched to handle `Required.private` properly.
This commit is contained in:
parent
16f31fb8e4
commit
ef67f0d2c8
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, libxslt, glib, libxml2, telepathy-glib, avahi, libsoup
|
||||
, libuuid, openssl, pcre, sqlite, pkgconfigUpstream }:
|
||||
, libuuid, openssl, pcre, sqlite, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telepathy-salut";
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib libxml2 telepathy-glib avahi libsoup libuuid openssl
|
||||
sqlite pcre telepathy-glib.python ];
|
||||
|
||||
nativeBuildInputs = [ libxslt pkgconfigUpstream ];
|
||||
nativeBuildInputs = [ libxslt pkgconfig ];
|
||||
|
||||
configureFlags = [ "--disable-avahi-tests" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user