Adopt more packages.

This commit is contained in:
Petr Rockai
2014-01-28 18:11:00 +01:00
parent 6f5be260b4
commit 4124bb9ff5
20 changed files with 41 additions and 9 deletions
+3 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "01ahldvf0gc29dmbd5zi4rrnrw2i1ajnf30sx2vyaski3jv099fp";
};
meta = {
meta = with stdenv.lib; {
description = "Show battery status and other ACPI information";
longDescription = ''
Linux ACPI client is a small command-line
@@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://sourceforge.net/projects/acpiclient/;
license = "GPLv2+";
platforms = platforms.linux;
maintainers = maintainers.mornfall;
};
}