Author: raskin
Date: Mon Nov 15 20:36:50 2010
New Revision: 24703
URL: https://svn.nixos.org/websvn/nix/?rev=24703&sc=1

Log:
Fix typo

Modified:
   nixpkgs/trunk/pkgs/tools/system/lshw/default.nix

Modified: nixpkgs/trunk/pkgs/tools/system/lshw/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/system/lshw/default.nix    Mon Nov 15 20:29:20 
2010        (r24702)
+++ nixpkgs/trunk/pkgs/tools/system/lshw/default.nix    Mon Nov 15 20:36:50 
2010        (r24703)
@@ -22,11 +22,11 @@
     rmdir $out/usr
   '';
 
-  meta = with stdenv.libs; {
+  meta = with stdenv.lib; {
     homepage = http://ezix.org/project/wiki/HardwareLiSter;
     description = "A small tool to provide detailed information on the 
hardware configuration of the machine.";
     license = licenses.gpl2;
     maintainers = [ maintainers.phreedom ];
     platforms = platforms.linux;
   };
-}
\ No newline at end of file
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to