From 3e923680d234e7bd17cd1eec468d43d65936eb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 6 Apr 2012 13:01:55 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fa38d84de82..6fad754535a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6803,7 +6803,7 @@ let gmu = callPackage ../applications/audio/gmu { }; gnash = callPackage ../applications/video/gnash { - xulrunner = icecatXulrunner3; + xulrunner = firefoxPkgs.xulrunner; inherit (gnome) gtkglext; };