aw-watcher-window-wayland: remove package

It is available on nixpkgs now.
This commit is contained in:
Gabriel Arazas 2023-11-02 11:42:09 +08:00
parent 97633a5df1
commit c15e414e6f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 0 additions and 1728 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,38 +0,0 @@
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, openssl
}:
rustPlatform.buildRustPackage rec {
pname = "aw-watcher-window-wayland";
version = "unstable-2023-08-03";
src = fetchFromGitHub {
owner = "ActivityWatch";
repo = "aw-watcher-window-wayland";
rev = "6108ad3df8e157965a43566fa35cdaf144b1c51b";
hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU=";
};
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
env.OPENSSL_NO_VENDOR = "1";
meta = with lib; {
homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
description = "ActivityWatch AFK and window watcher for Wayland";
license = licenses.mpl20;
maintainers = with maintainers; [ foo-dogsquared ];
};
}

View File

@ -8,7 +8,6 @@ let
in rec {
ags = callPackage ./ags { };
awesome-cli = callPackage ./awesome-cli { };
aw-watcher-window-wayland = callPackage ./aw-watcher-window-wayland { };
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
blender-machin3tools = python3Packages.callPackage ./blender-machin3tools { };
cosmic-launcher = callPackage ./cosmic-launcher { };