Fix typo
svn path=/nixpkgs/trunk/; revision=24703
This commit is contained in:
parent
8a93e97370
commit
4c4b783a10
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user