From 3b5b31afed557cff7f0cfea57725faeaf55fdb91 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 25 Aug 2009 06:04:13 +0000 Subject: [PATCH] Hopefully that should a) work b) not break things when it does not work svn path=/nixpkgs/trunk/; revision=16846 --- pkgs/top-level/all-packages.nix | 13 +++++++------ pkgs/top-level/release.nix | 4 +++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4f1a6634e588..8c422ed7c500 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7007,12 +7007,13 @@ let inherit (xlibs) libX11; }; - RealPlayer = import ../applications/video/RealPlayer { - inherit fetchurl stdenv; - inherit (gtkLibs) glib pango atk gtk; - inherit (xlibs) libX11; - libstdcpp5 = gcc33.gcc; - }; + RealPlayer = platformPackage ["i686-linux"] + (import ../applications/video/RealPlayer { + inherit fetchurl stdenv; + inherit (gtkLibs) glib pango atk gtk; + inherit (xlibs) libX11; + libstdcpp5 = gcc33.gcc; + }); rsync = import ../applications/networking/sync/rsync { inherit fetchurl stdenv acl; diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index eb79916c5362..bc7c1a56474f 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -66,7 +66,9 @@ in { tarball = import ./make-tarball.nix; -} // (mapTestOn (/*(selectMaintained pkgs) // */ rec { +} // (mapTestOn (rec { + + maintainedPackages = selectMaintained pkgs; MPlayer = linux; abcde = linux;