Hopefully that should a) work b) not break things when it does not work
svn path=/nixpkgs/trunk/; revision=16846
This commit is contained in:
parent
585e52c406
commit
3b5b31afed
@ -7007,12 +7007,13 @@ let
|
|||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
};
|
};
|
||||||
|
|
||||||
RealPlayer = import ../applications/video/RealPlayer {
|
RealPlayer = platformPackage ["i686-linux"]
|
||||||
|
(import ../applications/video/RealPlayer {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
inherit (gtkLibs) glib pango atk gtk;
|
inherit (gtkLibs) glib pango atk gtk;
|
||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
libstdcpp5 = gcc33.gcc;
|
libstdcpp5 = gcc33.gcc;
|
||||||
};
|
});
|
||||||
|
|
||||||
rsync = import ../applications/networking/sync/rsync {
|
rsync = import ../applications/networking/sync/rsync {
|
||||||
inherit fetchurl stdenv acl;
|
inherit fetchurl stdenv acl;
|
||||||
|
@ -66,7 +66,9 @@ in {
|
|||||||
|
|
||||||
tarball = import ./make-tarball.nix;
|
tarball = import ./make-tarball.nix;
|
||||||
|
|
||||||
} // (mapTestOn (/*(selectMaintained pkgs) // */ rec {
|
} // (mapTestOn (rec {
|
||||||
|
|
||||||
|
maintainedPackages = selectMaintained pkgs;
|
||||||
|
|
||||||
MPlayer = linux;
|
MPlayer = linux;
|
||||||
abcde = linux;
|
abcde = linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user