mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Telling those GNU SIP Witch related packages to use gnutls.
svn path=/nixpkgs/trunk/; revision=25635
This commit is contained in:
parent
02f2fd1837
commit
39506a095d
@ -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;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, pkgconfig, ucommon, libosip, libexosip, openssl, zlib }:
|
||||
{ fetchurl, stdenv, pkgconfig, ucommon, libosip, libexosip, gnutls, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sipwitch-0.9.2";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1xww6v4s45ss7v4548gxk6dgal5605cxnvdfsblmqn3ydzp6227h";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ucommon libosip libexosip openssl zlib ];
|
||||
buildInputs = [ pkgconfig ucommon libosip libexosip gnutls zlib ];
|
||||
|
||||
preConfigure = ''
|
||||
export configureFlags="--sysconfdir=$out/etc"
|
||||
|
Loading…
Reference in New Issue
Block a user