mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
libnice-0.1.1
svn path=/nixpkgs/trunk/; revision=33040
This commit is contained in:
parent
db0158f292
commit
c6830bdf6a
2 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
{stdenv, fetchurl, pkgconfig, glib}:
|
||||
{ stdenv, fetchurl, pkgconfig, glib, gupnp_igd, gstreamer, gstPluginsBase }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libnice-0.0.10";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnice-0.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nice.freedesktop.org/releases/libnice-0.0.10.tar.gz;
|
||||
sha256 = "04r7syk67ihw8gzy83f603kmwvqv2dpd1mrfzpk4p72vjqrqidl6";
|
||||
url = "http://nice.freedesktop.org/releases/${name}.tar.gz";
|
||||
sha256 = "0jcpb953jn7c3ng2vbkljybzh63x6mg4m6rjxj1s1iccm3fi6qki";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib ];
|
||||
buildInputs = [ pkgconfig glib gupnp_igd gstreamer gstPluginsBase ];
|
||||
|
||||
meta = {
|
||||
homepage = http://nice.freedesktop.org/wiki/;
|
||||
|
|
|
@ -4049,7 +4049,7 @@ let
|
|||
libnatspec = callPackage ../development/libraries/libnatspec { };
|
||||
|
||||
libnice = callPackage ../development/libraries/libnice {
|
||||
inherit (gnome) glib;
|
||||
inherit (gst_all) gstreamer gstPluginsBase;
|
||||
};
|
||||
|
||||
libplist = callPackage ../development/libraries/libplist { };
|
||||
|
|
Loading…
Reference in a new issue