From 54e4f2d5b51acd958a21e0977bbef0fdad9900fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 14 Nov 2011 09:57:13 +0000 Subject: [PATCH] Cross-build Guile 2.0 for GNU. svn path=/nixpkgs/trunk/; revision=30419 --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index de9532d712a..b5ab32cbf69 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -195,6 +195,7 @@ in { gnumake.hostDrv = nativePlatforms; gnused.hostDrv = nativePlatforms; guile_1_8.hostDrv = nativePlatforms; + guile.hostDrv = nativePlatforms; libffi.hostDrv = nativePlatforms; libtool.hostDrv = nativePlatforms; libunistring.hostDrv = nativePlatforms;