pkgs/os-specific: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-17 23:26:08 +07:00
parent 979e6e67d3
commit 16d91ee628
212 changed files with 597 additions and 599 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, perl, kmod, coreutils }:
{ lib, stdenv, fetchFromGitHub, perl, kmod, coreutils }:
# Requires the acpi_call kernel module in order to run.
stdenv.mkDerivation rec {
@@ -26,9 +26,9 @@ stdenv.mkDerivation rec {
'';
meta = {
maintainers = [stdenv.lib.maintainers.orbekk];
platforms = stdenv.lib.platforms.linux;
maintainers = [lib.maintainers.orbekk];
platforms = lib.platforms.linux;
description = "Tool to set battery charging thesholds on Lenovo Thinkpad";
license = stdenv.lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
};
}