parent
8a93e97370
commit
4c4b783a10
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue