Enable some features in gvpe
svn path=/nixpkgs/trunk/; revision=16915
This commit is contained in:
parent
ef6a270501
commit
043fe38f80
@ -2,7 +2,7 @@ a :
|
|||||||
let
|
let
|
||||||
s = import ./src-for-default.nix;
|
s = import ./src-for-default.nix;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
openssl
|
openssl gmp
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
@ -10,7 +10,11 @@ rec {
|
|||||||
|
|
||||||
inherit (s) name;
|
inherit (s) name;
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
configureFlags = [];
|
configureFlags = [
|
||||||
|
"--enable-tcp"
|
||||||
|
"--enable-http-proxy"
|
||||||
|
"--enable-dns"
|
||||||
|
];
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||||
|
@ -849,7 +849,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
gvpe = builderDefsPackage ../tools/networking/gvpe {
|
gvpe = builderDefsPackage ../tools/networking/gvpe {
|
||||||
inherit openssl;
|
inherit openssl gmp;
|
||||||
};
|
};
|
||||||
|
|
||||||
gzip = useFromStdenv "gzip"
|
gzip = useFromStdenv "gzip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user