keyd 2.4.2 -> 2.4.3 https://repology.org/project/keyd/versions attrpath: keyd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/inputmethods/keyd/default.nix b/pkgs/tools/inputmethods/keyd/default.nix index ba0c0516443..a5d4f187c1d 100644 --- a/pkgs/tools/inputmethods/keyd/default.nix +++ b/pkgs/tools/inputmethods/keyd/default.nix @@ -10,13 +10,13 @@ }: let - version = "2.4.2"; + version = "2.4.3"; src = fetchFromGitHub { owner = "rvaiya"; repo = "keyd"; rev = "v" + version; - hash = "sha256-QWr+xog16MmybhQlEWbskYa/dypb9Ld54MOdobTbyMo="; + hash = "sha256-NhZnFIdK0yHgFR+rJm4cW+uEhuQkOpCSLwlXNQy6jas="; }; pypkgs = python3.pkgs; @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - # post-2.4.2 may need this to unbreak the test + # post-2.4.3 may need this to unbreak the test # makeFlags = [ "SOCKET_PATH/run/keyd/keyd.socket" ]; postInstall = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A keyd nix build failed. got build log for 'keyd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/4nja24iw27h1fcl9vkw6k86qppx3xph9-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources substituteStream(): WARNING: pattern 'DESTDIR=' doesn't match anything in file 'Makefile' @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: -j16 SHELL=/nix/store/mh1c3p23xby3chc3q0c0g78fa1nn65yw-bash-5.2-p15/bin/bash /nix/store/mh1c3p23xby3chc3q0c0g78fa1nn65yw-bash-5.2-p15/bin/bash: line 1: git: command not found mkdir bin cp scripts/keyd-application-mapper bin/ gcc -DVERSION=\"v2.4.3\ \(\)\" -I/local/include -L/local/lib -Wall -Wextra -Wno-unused -std=c11 -DSOCKET_PATH=\"/var/run/keyd.socket\" -DCONFIG_DIR=\"/etc/keyd\" -DDATA_DIR=\"/share/keyd\" -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -Werror=format-security -O3 src/*.c src/vkbd/uinput.c -lpthread -o bin/keyd @nix { "action": "setPhase", "phase": "installPhase" } installing install flags: -j16 SHELL=/nix/store/mh1c3p23xby3chc3q0c0g78fa1nn65yw-bash-5.2-p15/bin/bash install /nix/store/mh1c3p23xby3chc3q0c0g78fa1nn65yw-bash-5.2-p15/bin/bash: line 1: git: command not found NOTE: systemd not found, you will need to manually add keyd to your system's init process. mkdir -p /etc/keyd mkdir: cannot create directory '/etc/keyd': Permission denied make: *** [Makefile:52: install] Error 1