whoops, add libgcrypt and libotr here too
svn path=/nixpkgs/trunk/; revision=9143
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user