Batch update telepathy-related packages
Some of these packages need glib-2.30.x, so I commit it to this branch. Add sofia-sip and telepathy-rakia. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ stdenv, fetchurl, glib, openssl, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sofia-sip-1.12.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/sofia-sip/${name}.tar.gz";
|
||||
sha256 = "10bwsdfijpbk9ahlfpk94kzdapxiahl9mljpgwghvq1630pbq09b";
|
||||
};
|
||||
|
||||
buildInputs = [ glib openssl ];
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
}
|
||||
Reference in New Issue
Block a user