From b9e1bd9cd816f84d651314ad4296ee1aa24d19ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 2 Sep 2010 20:40:33 +0000 Subject: [PATCH] Who wants tightvnc? I'll set tigervnc into release-cross.nix instead of tightvnc. svn path=/nixpkgs/branches/stdenv-updates/; revision=23605 --- 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 9d961d0c09e..ca3cc3a07bc 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -9,7 +9,7 @@ let busybox.hostDrv = nativePlatforms; coreutils.hostDrv = nativePlatforms; dropbear.hostDrv = nativePlatforms; - tightvnc.hostDrv = nativePlatforms; + tigervnc.hostDrv = nativePlatforms; #openoffice.hostDrv = nativePlatforms; wxGTK.hostDrv = nativePlatforms; #firefox = nativePlatforms;