Add telepathy-mission-control
svn path=/nixpkgs/trunk/; revision=33066
This commit is contained in:
parent
4874ff1144
commit
0a7c3ff061
|
@ -0,0 +1,15 @@
|
||||||
|
{ stdenv, fetchurl, pkgconfig, telepathy_glib, libxslt }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "${pname}-5.11.0";
|
||||||
|
pname = "telepathy-mission-control";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
|
||||||
|
sha256 = "19fz1lrsvrm0p58wkxhjn7xyickz8bgzks4mkhlvgp692ypvvppm";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ telepathy_glib ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig libxslt ];
|
||||||
|
}
|
|
@ -7437,6 +7437,8 @@ let
|
||||||
inherit (pkgs.gnome) libsoup;
|
inherit (pkgs.gnome) libsoup;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
telepathy_mission_control = callPackage ../applications/networking/instant-messengers/telepathy/mission-control { };
|
||||||
|
|
||||||
tesseract = callPackage ../applications/graphics/tesseract { };
|
tesseract = callPackage ../applications/graphics/tesseract { };
|
||||||
|
|
||||||
thinkingRock = callPackage ../applications/misc/thinking-rock { };
|
thinkingRock = callPackage ../applications/misc/thinking-rock { };
|
||||||
|
|
Loading…
Reference in New Issue