2022-12-26T15:30:44 sway-unwrapped 1.7 -> 1.8 https://github.com/swaywm/sway/releases 2022-12-26T15:30:47 attrpath: sway-unwrapped 2022-12-26T15:30:47 Checking auto update branch... 2022-12-26T15:30:47 No auto update branch exists 2022-12-26T15:30:50 [version] 2022-12-26T15:30:52 [version] updated version and sha256 2022-12-26T15:30:52 [rustCrateVersion] 2022-12-26T15:30:52 [rustCrateVersion] No cargoSha256 found 2022-12-26T15:30:52 [golangModuleVersion] 2022-12-26T15:30:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T15:30:52 [updateScript] 2022-12-26T15:30:52 [updateScript] skipping because derivation has no updateScript 2022-12-26T15:30:52 2022-12-26T15:30:52 [quotedUrls] 2022-12-26T15:30:52 [quotedUrls] nothing found to replace 2022-12-26T15:30:53 Diff after rewrites: diff --git a/pkgs/applications/window-managers/sway/default.nix b/pkgs/applications/window-managers/sway/default.nix index 61925e4ed0b..340d00a7635 100644 --- a/pkgs/applications/window-managers/sway/default.nix +++ b/pkgs/applications/window-managers/sway/default.nix @@ -23,13 +23,13 @@ let sd-bus-provider = if systemdSupport then "libsystemd" else "basu"; in stdenv.mkDerivation rec { pname = "sway-unwrapped"; - version = "1.7"; + version = "1.8"; src = fetchFromGitHub { owner = "swaywm"; repo = "sway"; rev = version; - sha256 = "0ss3l258blyf2d0lwd7pi7ga1fxfj8pxhag058k7cmjhs3y30y5l"; + sha256 = "sha256-r5qf50YK0Wl0gFiFdSE/J6ZU+D/Cz32u1mKzOqnIuJ0="; }; patches = [ 2022-12-26T15:32:23 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sway-unwrapped nix build failed. patching file sway/config.c Hunk #1 succeeded at 283 (offset 7 lines). applying patch /nix/store/l4g7lb333j3bm1qsfx723ymaqhwy85mi-sway-config-no-nix-store-references.patch patching file config.in Hunk #1 succeeded at 22 (offset 1 line). @nix { "action": "setPhase", "phase": "configurePhase" } configuring meson flags: --buildtype=plain --libdir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/lib --libexecdir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/libexec --bindir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/bin --sbindir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/sbin --includedir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/include --mandir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/share/man --infodir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/share/info --localedir=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --prefix=/nix/store/5mnwcinicr6cdbwxha62acba5ba832hn-sway-unwrapped-1.8 -Dsd-bus-provider=libsystemd The Meson build system Version: 0.64.1 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: sway Project version: 1.8 C compiler for the host machine: gcc (gcc 11.3.0 "gcc (GCC) 11.3.0") C linker for the host machine: gcc ld.bfd 2.39 Host machine cpu family: x86_64 Host machine cpu: x86_64 Neither a subproject directory nor a wlroots.wrap file was found. Subproject wlroots is buildable: NO (disabling) Found pkg-config: /nix/store/k2vd7w2ixbqbgd9v88am8780111bng7j-pkg-config-wrapper-0.29.2/bin/pkg-config (0.29.2) Run-time dependency json-c found: YES 0.16 Did not find CMake 'cmake' Found CMake: NO Run-time dependency libpcre2-8 found: NO (tried pkgconfig) meson.build:48:0: ERROR: Dependency "libpcre2-8" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt