brltty 6.3 -> 6.5 https://repology.org/project/brltty/versions attrpath: brltty 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/misc/brltty/default.nix b/pkgs/tools/misc/brltty/default.nix index 5838c24172f..5d59755e65b 100644 --- a/pkgs/tools/misc/brltty/default.nix +++ b/pkgs/tools/misc/brltty/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "brltty"; - version = "6.3"; + version = "6.5"; src = fetchurl { url = "https://brltty.app/archive/${pname}-${version}.tar.gz"; - sha256 = "14psxwlvgyi2fj1zh8rfykyjcjaya8xa7yg574bxd8y8n49n8hvb"; + sha256 = "sha256-/9x39eXLI5C5MJ3mPre+aNn+Yx6Jj02mwEqBWdrvwsA="; }; nativeBuildInputs = [ pkg-config python3.pkgs.cython tcl ]; 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 brltty nix build failed. gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I.. -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -Werror=format-security -Wno-address-of-packed-member -Wno-stringop-truncation -c ./apitest.c gcc -Wl,-export-dynamic -o apitest apitest.o program.o pgmpath_linux.o pid.o options.o params_linux.o messages.o log.o log_history.o addresses.o file.o device.o parse.o variables.o datafile.o unicode.o utf8.o timing.o async_handle.o async_data.o async_wait.o async_alarm.o async_task.o async_io.o async_event.o async_signal.o thread.o queue.o lock.o dynld_dlfcn.o ports_glibc.o system_linux.o hostcmd.o hostcmd_unix.o cmd.o cmd_brlapi.o ttb_translate.o ttb_compile.o ttb_native.o prefs.o pref_tables.o charset.o charset_iconv.o dataarea.o -L./../Programs -lbrlapi -lbluetooth -lbluetooth gawk -f ./brlapi_brldefs.awk -f ../Programs/brl_cmds.awk ../Headers/brl_cmds.h ../Headers/brl_custom.h >brlapi_brldefs.auto.h set -- Lisp Python Tcl; \ for language \ do (cd ./../Bindings/$language && make all) || exit 1; \ done make[2]: Entering directory '/build/brltty-6.5/Bindings/Lisp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/brltty-6.5/Bindings/Lisp' make[2]: Entering directory '/build/brltty-6.5/Bindings/Python' gawk -f ../../Programs/brlapi.awk -f ./constants.awk -f ../../Programs/brl_cmds.awk ./../../Programs/brlapi.h ../../Programs/brlapi_keycodes.h ../../Programs/brlapi_param.h ../../Headers/brl_cmds.h ../../Headers/brl_custom.h >constants.auto.pyx "/nix/store/0yjcc47f04d1mfcbfxjksyrh4nmlyn24-python3.10-cython-0.29.34/bin/cython" -3 -I. -X embedsignature=True -o brlapi.auto.c ./brlapi.pyx touch installed-files cd ./../../Programs && make api make[3]: Entering directory '/build/brltty-6.5/Programs' make[3]: Nothing to be done for 'api'. make[3]: Leaving directory '/build/brltty-6.5/Programs' set -- --quiet build --build-temp .; \ [ "linux-gnu" != "mingw32" ] || set -- "${@}" --compiler mingw32; \ "/nix/store/6jx4nc20v3cfphlbypqid30q41i5vh5x-python3-3.10.11/bin/python3" ./setup.py "${@}" Traceback (most recent call last): File "/build/brltty-6.5/Bindings/Python/./setup.py", line 21, in from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' make[2]: *** [Makefile:79: brlapi.so] Error 1 make[2]: Leaving directory '/build/brltty-6.5/Bindings/Python' make[1]: *** [Makefile:764: all-api-bindings] Error 1 make[1]: Leaving directory '/build/brltty-6.5/Programs' make: *** [Makefile:49: all] Error 2