Adopt more packages.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user