* Notation.
svn path=/nixpkgs/trunk/; revision=6762
This commit is contained in:
parent
501ceef268
commit
5fb7ad141c
@ -225,7 +225,9 @@ rec {
|
|||||||
|
|
||||||
curlDiet = import ../tools/networking/curl {
|
curlDiet = import ../tools/networking/curl {
|
||||||
inherit fetchurl zlib;
|
inherit fetchurl zlib;
|
||||||
stdenv = addAttrsToDerivation {CFLAGS = "-DHAVE_INET_NTOA_R_2_ARGS=1";} (useDietLibC stdenv);
|
stdenv = addAttrsToDerivation {
|
||||||
|
CFLAGS = "-DHAVE_INET_NTOA_R_2_ARGS=1";
|
||||||
|
} (useDietLibC stdenv);
|
||||||
};
|
};
|
||||||
|
|
||||||
dhcp = import ../tools/networking/dhcp {
|
dhcp = import ../tools/networking/dhcp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user