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:
parent
29ae6a2332
commit
3e923680d2
|
@ -6803,7 +6803,7 @@ let
|
|||
gmu = callPackage ../applications/audio/gmu { };
|
||||
|
||||
gnash = callPackage ../applications/video/gnash {
|
||||
xulrunner = icecatXulrunner3;
|
||||
xulrunner = firefoxPkgs.xulrunner;
|
||||
inherit (gnome) gtkglext;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue