Telling those GNU SIP Witch related packages to use gnutls.

svn path=/nixpkgs/trunk/; revision=25635
This commit is contained in:
Lluís Batlle i Rossell
2011-01-19 21:48:05 +00:00
parent 02f2fd1837
commit 39506a095d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, openssl, pkgconfig, zlib }:
{ fetchurl, stdenv, gnutls, pkgconfig, zlib }:
stdenv.mkDerivation rec {
name = "ucommon-4.0.5";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1h2xyb9s1xivpr5039jhhcqvd7ygn37si8yvmh5fd57n1y8by6vm";
};
buildInputs = [ pkgconfig openssl zlib ];
buildInputs = [ pkgconfig gnutls zlib ];
doCheck = true;