mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
|
|
@ -66,7 +66,9 @@ in {
|
|||
|
||||
tarball = import ./make-tarball.nix;
|
||||
|
||||
} // (mapTestOn (/*(selectMaintained pkgs) // */ rec {
|
||||
} // (mapTestOn (rec {
|
||||
|
||||
maintainedPackages = selectMaintained pkgs;
|
||||
|
||||
MPlayer = linux;
|
||||
abcde = linux;
|
||||
|
|
Loading…
Reference in a new issue