From 4c4b783a108bf41661ff8141bf1f244a48b0775c Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 15 Nov 2010 20:36:50 +0000 Subject: Fix typo svn path=/nixpkgs/trunk/; revision=24703 --- pkgs/tools/system/lshw/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/system/lshw/default.nix b/pkgs/tools/system/lshw/default.nix index fc791c2761b..a0f838cfcf9 100644 --- a/pkgs/tools/system/lshw/default.nix +++ b/pkgs/tools/system/lshw/default.nix @@ -22,11 +22,11 @@ stdenv.mkDerivation rec { 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 +} -- cgit 1.4.1