summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-02-15 13:14:33 +0000
committerLudovic Courtès <ludo@gnu.org>2011-02-15 13:14:33 +0000
commit10f6eb70f13a1e2e07294628613e18f651480590 (patch)
treec96ff0a2bb3174b846a2f7bb9603d008bb3ac3aa /pkgs/top-level/release-cross.nix
parent9bc101679ab18d26726e74d8b08af318f1e15e05 (diff)
downloadnixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar.gz
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar.bz2
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar.lz
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar.xz
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.tar.zst
nixlib-10f6eb70f13a1e2e07294628613e18f651480590.zip
Add more cross-MinGW and cross-GNU jobs.
svn path=/nixpkgs/trunk/; revision=25977
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index fd865419487f..040a4df2fc00 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -154,6 +154,13 @@ let
   };
 in {
   crossMingw32 = mapTestOnCross crossSystem {
+    coreutils.hostDrv = nativePlatforms;
+    boehmgc.hostDrv = nativePlatforms;
+    gmp.hostDrv = nativePlatforms;
+    guile_1_8.hostDrv = nativePlatforms;
+    libffi.hostDrv = nativePlatforms;
+    libtool.hostDrv = nativePlatforms;
+    libunistring.hostDrv = nativePlatforms;
     windows.wxMSW.hostDrv = nativePlatforms;
   };
 }) // (
@@ -179,6 +186,12 @@ in {
     ed.hostDrv = nativePlatforms;
     grub2.hostDrv = nativePlatforms;
     inetutils.hostDrv = nativePlatforms;
+    boehmgc.hostDrv = nativePlatforms;
+    gmp.hostDrv = nativePlatforms;
+    guile_1_8.hostDrv = nativePlatforms;
+    libffi.hostDrv = nativePlatforms;
+    libtool.hostDrv = nativePlatforms;
+    libunistring.hostDrv = nativePlatforms;
     nixUnstable.hostDrv = nativePlatforms;
     patch.hostDrv = nativePlatforms;
     zile.hostDrv = nativePlatforms;