Author: simons
Date: Tue Oct  4 08:45:15 2011
New Revision: 29620
URL: https://ssl.nixos.org/websvn/nix/?rev=29620&sc=1

Log:
modules/installer/scan/not-detected.nix: don't depend on pkgs.rt73fw

The rt73 firmware has disappeared from the upstream server, and we don't
have a new URL yet.

Modified:
   nixos/trunk/modules/installer/scan/not-detected.nix

Modified: nixos/trunk/modules/installer/scan/not-detected.nix
==============================================================================
--- nixos/trunk/modules/installer/scan/not-detected.nix Tue Oct  4 01:40:45 
2011        (r29619)
+++ nixos/trunk/modules/installer/scan/not-detected.nix Tue Oct  4 08:45:15 
2011        (r29620)
@@ -13,7 +13,8 @@
     ];
 
   config = mkDefault {
-    # Wireless card firmware
-    networking.enableRT73Firmware = true;
+    # That wireless card firmware not enabled because the corresponding
+    # build expression 'rt73fw' is broken.
+    networking.enableRT73Firmware = false;
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to