glfw 3.3.10 -> 3.4 https://github.com/glfw/GLFW/releases attrpath: glfw 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/development/libraries/glfw/3.x.nix b/pkgs/development/libraries/glfw/3.x.nix index 014e5f7e9f0e..6b8826fb0fb4 100644 --- a/pkgs/development/libraries/glfw/3.x.nix +++ b/pkgs/development/libraries/glfw/3.x.nix @@ -6,14 +6,14 @@ }: stdenv.mkDerivation rec { - version = "3.3.10"; + version = "3.4"; pname = "glfw"; src = fetchFromGitHub { owner = "glfw"; repo = "GLFW"; rev = version; - sha256 = "sha256-kTRXsfQ+9PFurG3ffz0lwnITAYAXtNl3h/3O6FSny5o="; + sha256 = "sha256-FcnQPDeNHgov1Z07gjFze0VMz2diOrpbKZCsI96ngz0="; }; # Fix linkage issues on X11 (https://github.com/NixOS/nixpkgs/issues/142583) Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A glfw nix build failed. source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8wbr601qlsy6sl5wx64j0v9xgycs3dnm-x11.patch patching file src/CMakeLists.txt Hunk #1 succeeded at 237 with fuzz 2 (offset 18 lines). @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/share/doc/GLFW -DCMAKE_INSTALL_INFODIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/include -DCMAKE_INSTALL_SBINDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/m6n3i4l6w2ya507lv15jda3kx4fp08r0-glfw-3.4 -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS=-D_GLFW_GLX_LIBRARY='"/nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0/lib/libGL.so.1"' -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Including Wayland support -- Including X11 support -- Looking for memfd_create -- Looking for memfd_create - found CMake Error at src/CMakeLists.txt:76 (message): Failed to find wayland-scanner  -- Configuring incomplete, errors occurred!