From 2d7b05d332732740284e4ce5d8f25875bcdbc417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 27 Feb 2012 17:50:44 +0000 Subject: [PATCH] release-cross: Build `gnu.smbfs.hostDrv', not `gnu.smbfs'. svn path=/nixpkgs/trunk/; revision=32628 --- pkgs/top-level/release-cross.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 71e4944b303..e6a4798f27b 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -182,7 +182,7 @@ in { gnu.hurdCross = nativePlatforms; gnu.mach.hostDrv = nativePlatforms; gnu.mig = nativePlatforms; - gnu.smbfs = nativePlatforms; + gnu.smbfs.hostDrv = nativePlatforms; coreutils.hostDrv = nativePlatforms; ed.hostDrv = nativePlatforms;