whoops, add libgcrypt and libotr here too
svn path=/nixpkgs/trunk/; revision=9143
This commit is contained in:
parent
a42c1d3486
commit
41da7d8753
pkgs/top-level
|
@ -1582,6 +1582,10 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libgcrypt = import ../development/libraries/libgcrypt {
|
||||||
|
inherit fetchurl stdenv libgpgerror;
|
||||||
|
};
|
||||||
|
|
||||||
libgpgerror = import ../development/libraries/libgpg-error {
|
libgpgerror = import ../development/libraries/libgpg-error {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
@ -1620,6 +1624,10 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libotr = import ../development/libraries/libotr {
|
||||||
|
inherit fetchurl stdenv libgcrypt;
|
||||||
|
};
|
||||||
|
|
||||||
libpcap = import ../development/libraries/libpcap {
|
libpcap = import ../development/libraries/libpcap {
|
||||||
inherit fetchurl stdenv flex bison;
|
inherit fetchurl stdenv flex bison;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue