Author: viric
Date: Fri Apr  6 13:01:55 2012
New Revision: 33647
URL: https://nixos.org/websvn/nix/?rev=33647&sc=1

Log:
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.

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Fri Apr  6 12:23:44 
2012        (r33646)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Fri Apr  6 13:01:55 
2012        (r33647)
@@ -6803,7 +6803,7 @@
   gmu = callPackage ../applications/audio/gmu { };
 
   gnash = callPackage ../applications/video/gnash {
-    xulrunner = icecatXulrunner3;
+    xulrunner = firefoxPkgs.xulrunner;
     inherit (gnome) gtkglext;
   };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to