Package for the Polari IRC app

This commit includes a patch to telepathy's derivation, written by
Lethalman. This patch makes public the Telepathy's dependency to
dbus_glib. This patch will become problematic with the next pkgconfig
upgrade but this upgrade should make the patch irrelevant. See these 2
links for more information:
- https://bugs.freedesktop.org/show_bug.cgi?id=15199
- https://bugzilla.redhat.com/show_bug.cgi?id=436773

Modified by Luca Bruno:
- Moved telepathy_idle to propagatedUserEnvPkgs
- Added myself to maintainers
- Enable parallel building
This commit is contained in:
Damien Cassou
2014-12-08 15:59:06 +01:00
committed by Luca Bruno
parent 40bbc1806a
commit bc789064d8
5 changed files with 55 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [pkgconfig libxslt] ++ stdenv.lib.optional valaSupport vala;
preConfigure = ''
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires
'';
meta = {
homepage = http://telepathy.freedesktop.org;
};