From 0c294c482793e138d9ab275d6f24a580d617705e Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 25 Aug 2009 06:07:42 +0000 Subject: [PATCH] My way of testing packages was wrong.. svn path=/nixpkgs/trunk/; revision=16847 --- pkgs/top-level/all-packages.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8c422ed7c500..10f97ba83d99 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5878,11 +5878,12 @@ let inherit (gnome) libglade libgnomeprint libgnomeprintui libgnomecanvas; }; - adobeReader = import ../applications/misc/adobe-reader { - inherit fetchurl stdenv zlib libxml2 cups; - inherit (xlibs) libX11; - inherit (gtkLibs) glib pango atk gtk; - }; + adobeReader = platformPackage ["i686-linux"] ( + import ../applications/misc/adobe-reader { + inherit fetchurl stdenv zlib libxml2 cups; + inherit (xlibs) libX11; + inherit (gtkLibs) glib pango atk gtk; + }); amsn = import ../applications/networking/instant-messengers/amsn { inherit fetchurl stdenv which tcl tk x11;