wiiuse 0.15.5 -> 0.15.6 https://github.com/wiiuse/wiiuse/releases attrpath: wiiuse 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/wiiuse/default.nix b/pkgs/development/libraries/wiiuse/default.nix index d5d34fb618d6..392da459e7b0 100644 --- a/pkgs/development/libraries/wiiuse/default.nix +++ b/pkgs/development/libraries/wiiuse/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "WiiUse"; - version = "0.15.5"; + version = "0.15.6"; src = fetchFromGitHub { owner = "wiiuse"; repo = "wiiuse"; rev = version; - sha256 = "05gc3s0wxx7ga4g32yyibyxdh46rm9bbslblrc72ynrjxq98sg13"; + sha256 = "sha256-l2CS//7rx5J3kI32yTSp0BDtP0T5+riLowtnxnfAotc="; }; nativeBuildInputs = [ cmake ]; 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 wiiuse nix build failed. @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install [ 86%] Built target wiiuse [100%] Built target wiiuseexample Install the project... -- Install configuration: "Release" -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/lib/pkgconfig/wiiuse.pc -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/share/doc/wiiuse/CHANGELOG.mkd -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/share/doc/wiiuse/LICENSE -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/share/doc/wiiuse/README.mkd -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/share/doc/wiiuse/example/example.c -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/share/doc/wiiuse/example-sdl/sdl.c -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/lib/libwiiuse.a -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/include/wiiuse.h -- Installing: /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/bin/wiiuseexample @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6 shrinking /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/bin/wiiuseexample checking for references to /build/ in /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6... patching script interpreter paths in /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6 stripping (with command strip and flags -S -p) in /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/lib /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/bin Broken paths found in a .pc file! /nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/lib/pkgconfig/wiiuse.pc The following lines have issues (specifically '//' in paths). 3:libdir=${prefix}//nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/lib 4:includedir=${prefix}//nix/store/xhx3xdc36ivkaxfgzfjx0x7f9lq6x49v-WiiUse-0.15.6/include It is very likely that paths are being joined improperly. ex: "${prefix}/@CMAKE_INSTALL_LIBDIR@" should be "@CMAKE_INSTALL_FULL_LIBDIR@" Please see https://github.com/NixOS/nixpkgs/issues/144170 for more details.