kew 1.5.2 -> 2.4 https://github.com/ravachol/kew/releases attrpath: kew 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/ke/kew/package.nix b/pkgs/by-name/ke/kew/package.nix index 54f3f6717bd3..62203e03fb6f 100644 --- a/pkgs/by-name/ke/kew/package.nix +++ b/pkgs/by-name/ke/kew/package.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "kew"; - version = "1.5.2"; + version = "2.4"; src = fetchFromGitHub { owner = "ravachol"; repo = "kew"; rev = "v${version}"; - hash = "sha256-Om7v8eTlYxXQYf1MG+L0I5ICQ2LS7onouhPGosuK8NM="; + hash = "sha256-EKUjdjhPWqCdfZcG+CLxlWaG389ofnz4m3QW6yluZcA="; }; nativeBuildInputs = [ pkg-config ]; 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 kew nix build failed. No package 'opus' found Package opusfile was not found in the pkg-config search path. Perhaps you should add the directory containing `opusfile.pc' to the PKG_CONFIG_PATH environment variable No package 'opusfile' found Package vorbis was not found in the pkg-config search path. Perhaps you should add the directory containing `vorbis.pc' to the PKG_CONFIG_PATH environment variable No package 'vorbis' found gcc -I/usr/include -I/usr/include/ogg -I/usr/include/opus -I/usr/include/stb -Iinclude/imgtotxt/ext -Iinclude/imgtotxt -I/usr/include/ffmpeg -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Iinclude/miniaudio -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIE -fstack-protector -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -c -o src/obj/write_ascii.o include/imgtotxt/write_ascii.c -pie -Wl,-z,relro Package opus was not found in the pkg-config search path. Perhaps you should add the directory containing `opus.pc' to the PKG_CONFIG_PATH environment variable No package 'opus' found Package opusfile was not found in the pkg-config search path. Perhaps you should add the directory containing `opusfile.pc' to the PKG_CONFIG_PATH environment variable No package 'opusfile' found Package vorbis was not found in the pkg-config search path. Perhaps you should add the directory containing `vorbis.pc' to the PKG_CONFIG_PATH environment variable No package 'vorbis' found gcc -I/usr/include -I/usr/include/ogg -I/usr/include/opus -I/usr/include/stb -Iinclude/imgtotxt/ext -Iinclude/imgtotxt -I/usr/include/ffmpeg -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Iinclude/miniaudio -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIE -fstack-protector -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -c -o src/obj/soundgapless.o src/soundgapless.c In file included from src/soundgapless.h:16, from src/soundgapless.c:5: src/songloader.h:1:10: fatal error: glib.h: No such file or directory 1 | #include  | ^~~~~~~~ compilation terminated. make: *** [Makefile:25: src/obj/soundgapless.o] Error 1