Author: shlevy
Date: Wed Jul 27 16:40:12 2011
New Revision: 27975
URL: https://svn.nixos.org/websvn/nix/?rev=27975&sc=1

Log:
Eliminate redundant definition of xulrunner

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       Wed Jul 27 16:37:44 
2011        (r27974)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Wed Jul 27 16:40:12 
2011        (r27975)
@@ -2501,8 +2501,7 @@
 
   xulrunnerWrapper = {application, launcher}:
     import ../development/interpreters/xulrunner/wrapper {
-      inherit stdenv application launcher;
-      xulrunner = firefoxPkgs.xulrunner;
+      inherit stdenv application launcher xulrunner;
     };
 
   xulrunner = firefoxPkgs.xulrunner;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to