3
0
Fork 0
forked from mirrors/nixpkgs

Making gnash build with the default firefox xulrunner.

I have not checked if gnash needs it; I only changed it from the
xulrunner of iceweasel (which does not build) to that more maintained xulrunner
that builds.


svn path=/nixpkgs/trunk/; revision=33647
This commit is contained in:
Lluís Batlle i Rossell 2012-04-06 13:01:55 +00:00
parent 29ae6a2332
commit 3e923680d2

View file

@ -6803,7 +6803,7 @@ let
gmu = callPackage ../applications/audio/gmu { }; gmu = callPackage ../applications/audio/gmu { };
gnash = callPackage ../applications/video/gnash { gnash = callPackage ../applications/video/gnash {
xulrunner = icecatXulrunner3; xulrunner = firefoxPkgs.xulrunner;
inherit (gnome) gtkglext; inherit (gnome) gtkglext;
}; };