mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
* 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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user