svn path=/nixpkgs/trunk/; revision=24703
This commit is contained in:
Michael Raskin 2010-11-15 20:36:50 +00:00
parent 8a93e97370
commit 4c4b783a10

View File

@ -22,11 +22,11 @@ stdenv.mkDerivation rec {
rmdir $out/usr rmdir $out/usr
''; '';
meta = with stdenv.libs; { meta = with stdenv.lib; {
homepage = http://ezix.org/project/wiki/HardwareLiSter; homepage = http://ezix.org/project/wiki/HardwareLiSter;
description = "A small tool to provide detailed information on the hardware configuration of the machine."; description = "A small tool to provide detailed information on the hardware configuration of the machine.";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }