Merge pull request #21896 from Ericson2314/gawk
Two changes in preperation of cross cleanup
This commit is contained in:
commit
94ad99e759
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|| stdenv.isFreeBSD
|
|| stdenv.isFreeBSD
|
||||||
);
|
);
|
||||||
|
|
||||||
buildInputs = [ xz.bin ]
|
nativeBuildInputs = [ xz.bin ];
|
||||||
++ stdenv.lib.optional (stdenv.system != "x86_64-cygwin") libsigsegv
|
buildInputs =
|
||||||
|
stdenv.lib.optional (stdenv.system != "x86_64-cygwin") libsigsegv
|
||||||
++ stdenv.lib.optional interactive readline
|
++ stdenv.lib.optional interactive readline
|
||||||
++ stdenv.lib.optional stdenv.isDarwin locale;
|
++ stdenv.lib.optional stdenv.isDarwin locale;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ let
|
|||||||
/* Basic list of packages to be natively built,
|
/* Basic list of packages to be natively built,
|
||||||
but need a crossSystem defined to get meaning */
|
but need a crossSystem defined to get meaning */
|
||||||
basicNativeDrv = {
|
basicNativeDrv = {
|
||||||
gdbCross = nativePlatforms;
|
gdbCross.nativeDrv = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
basic = basicCrossDrv // basicNativeDrv;
|
basic = basicCrossDrv // basicNativeDrv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user