3
0
Fork 0
forked from mirrors/nixpkgs

RealPlayer needs callPackage_i686

This commit is contained in:
Florian Friesdorf 2012-07-21 14:08:34 +02:00
parent 19bd2da96e
commit 7bf4ec13f9

View file

@ -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;
};