mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-10 23:09:19 +01:00
packages: Drop pinephone-toolkit
Edit /sys/class/leds/**/brightness directly instead.
This commit is contained in:
parent
1e0c1453ef
commit
502580b3e9
@ -131,7 +131,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = attrValues {
|
environment.systemPackages = attrValues {
|
||||||
inherit (self.packages.${pkgs.system}) webp-thumbnailer pinephone-toolkit;
|
inherit (self.packages.${pkgs.system}) webp-thumbnailer;
|
||||||
inherit (pkgs.gnome) gnome-contacts;
|
inherit (pkgs.gnome) gnome-contacts;
|
||||||
|
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
stdenv,
|
|
||||||
fetchFromGitHub,
|
|
||||||
meson,
|
|
||||||
ninja,
|
|
||||||
pkg-config,
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "pinephone-toolkit";
|
|
||||||
version = "0-unstable-2021-03-22";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Dejvino";
|
|
||||||
repo = "pinephone-toolkit";
|
|
||||||
rev = "0107cf984fe5d04dc876a18139cc0c52d6bd6046";
|
|
||||||
hash = "sha256-jANYWAKBKvDGUDDCcqKplyJ1LZDigGvQkN0melWFpzo=";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
pkg-config
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "Tools and utilities for the PINE64 PinePhone";
|
|
||||||
homepage = "https://github.com/Dejvino/pinephone-toolkit";
|
|
||||||
license = lib.licenses.asl20;
|
|
||||||
maintainers = with lib.maintainers; [ donovanglover ];
|
|
||||||
platforms = lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user