mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
packages: replace bluetui with nixpkgs version
This commit is contained in:
parent
3eb1d82798
commit
2a3b5500c5
@ -63,6 +63,7 @@
|
|||||||
zbar
|
zbar
|
||||||
phraze
|
phraze
|
||||||
lychee
|
lychee
|
||||||
|
bluetui
|
||||||
ventoy
|
ventoy
|
||||||
taskwarrior3
|
taskwarrior3
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
rustPlatform,
|
|
||||||
fetchFromGitHub,
|
|
||||||
pkg-config,
|
|
||||||
dbus,
|
|
||||||
}:
|
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
|
||||||
pname = "bluetui";
|
|
||||||
version = "0.5.1";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "pythops";
|
|
||||||
repo = "bluetui";
|
|
||||||
rev = "v${version}";
|
|
||||||
hash = "sha256-9svPIZzKuI4XBlxBsKucGLdX2dkfAy9ERT5oj8Su9TM=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoHash = "sha256-w6rrZQNu5kLKEWSXFa/vSqwm76zWZug/ZqztMDY7buE=";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
pkg-config
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
dbus
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "TUI for managing bluetooth on Linux";
|
|
||||||
homepage = "https://github.com/pythops/bluetui";
|
|
||||||
license = lib.licenses.gpl3Only;
|
|
||||||
maintainers = with lib.maintainers; [ donovanglover ];
|
|
||||||
mainProgram = "bluetui";
|
|
||||||
platforms = lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user