mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
whoops, add libgcrypt and libotr here too
svn path=/nixpkgs/trunk/; revision=9143
This commit is contained in:
parent
a42c1d3486
commit
41da7d8753
@ -1582,6 +1582,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libgcrypt = import ../development/libraries/libgcrypt {
|
||||
inherit fetchurl stdenv libgpgerror;
|
||||
};
|
||||
|
||||
libgpgerror = import ../development/libraries/libgpg-error {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
@ -1620,6 +1624,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libotr = import ../development/libraries/libotr {
|
||||
inherit fetchurl stdenv libgcrypt;
|
||||
};
|
||||
|
||||
libpcap = import ../development/libraries/libpcap {
|
||||
inherit fetchurl stdenv flex bison;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user