forked from mirrors/nixpkgs
RealPlayer needs callPackage_i686
This commit is contained in:
parent
19bd2da96e
commit
7bf4ec13f9
|
@ -7369,7 +7369,7 @@ let
|
|||
|
||||
rdesktop = callPackage ../applications/networking/remote/rdesktop { };
|
||||
|
||||
RealPlayer = callPackage ../applications/video/RealPlayer {
|
||||
RealPlayer = callPackage_i686 ../applications/video/RealPlayer {
|
||||
libstdcpp5 = gcc33.gcc;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue