iwmenu: fix remove obsolete dependencies
This commit is contained in:
parent
3975b2bc49
commit
8817b0bc38
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
dbus,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
lib,
|
lib,
|
||||||
iwd,
|
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -19,11 +17,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoHash = "sha256-NjA8n11pOytXsotEQurYxDHPhwXG5vpdlyscmVUIzfA=";
|
cargoHash = "sha256-NjA8n11pOytXsotEQurYxDHPhwXG5vpdlyscmVUIzfA=";
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
dbus
|
|
||||||
iwd
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/e-tho/iwmenu";
|
homepage = "https://github.com/e-tho/iwmenu";
|
||||||
description = "Launcher-driven Wi-Fi manager for Linux";
|
description = "Launcher-driven Wi-Fi manager for Linux";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user