Loading maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5317,6 +5317,11 @@ githubId = 1855930; name = "Ertugrul Söylemez"; }; esau79p = { github = "EsAu79p"; githubId = 21313906; name = "EsAu"; }; esclear = { github = "esclear"; githubId = 7432848; Loading pkgs/tools/wayland/aw-watcher-window-wayland/Cargo.lock 0 → 100644 +1689 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/tools/wayland/aw-watcher-window-wayland/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, }: rustPlatform.buildRustPackage rec { pname = "aw-watcher-window-wayland"; version = "6108ad3df8e157965a43566fa35cdaf144b1c51b"; src = fetchFromGitHub { owner = "ActivityWatch"; repo = pname; rev = version; hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ="; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU="; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; meta = with lib; { description = "WIP window and afk watcher for wayland "; homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland"; license = licenses.mpl20; maintainers = with maintainers; [ esau79p ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30302,6 +30302,8 @@ with pkgs; activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { }; aw-watcher-window-wayland = callPackage ../tools/wayland/aw-watcher-window-wayland { }; adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { }; adl = callPackage ../applications/video/adl { }; Loading
maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5317,6 +5317,11 @@ githubId = 1855930; name = "Ertugrul Söylemez"; }; esau79p = { github = "EsAu79p"; githubId = 21313906; name = "EsAu"; }; esclear = { github = "esclear"; githubId = 7432848; Loading
pkgs/tools/wayland/aw-watcher-window-wayland/Cargo.lock 0 → 100644 +1689 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/tools/wayland/aw-watcher-window-wayland/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, }: rustPlatform.buildRustPackage rec { pname = "aw-watcher-window-wayland"; version = "6108ad3df8e157965a43566fa35cdaf144b1c51b"; src = fetchFromGitHub { owner = "ActivityWatch"; repo = pname; rev = version; hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ="; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU="; }; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; meta = with lib; { description = "WIP window and afk watcher for wayland "; homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland"; license = licenses.mpl20; maintainers = with maintainers; [ esau79p ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30302,6 +30302,8 @@ with pkgs; activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { }; aw-watcher-window-wayland = callPackage ../tools/wayland/aw-watcher-window-wayland { }; adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { }; adl = callPackage ../applications/video/adl { };