libgnt 2.14.1 -> 2.14.3 https://repology.org/project/libgnt/versions attrpath: libgnt 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/development/libraries/libgnt/default.nix b/pkgs/development/libraries/libgnt/default.nix index 33ce7fbaa11..a3b405dd82f 100644 --- a/pkgs/development/libraries/libgnt/default.nix +++ b/pkgs/development/libraries/libgnt/default.nix @@ -5,13 +5,13 @@ }: stdenv.mkDerivation rec { pname = "libgnt"; - version = "2.14.1"; + version = "2.14.3"; outputs = [ "out" "dev" ] ++ lib.optional buildDocs "devdoc"; src = fetchurl { url = "mirror://sourceforge/pidgin/${pname}-${version}.tar.xz"; - sha256 = "1n2bxg0ignn53c08cp69pj4sdg53kwlqn23rincyjmpr327fdhsy"; + sha256 = "sha256-V/VFf3KZnQuxoTmjfydG7BtaAsCU8nEKM52LzqQjYSM="; }; nativeBuildInputs = [ meson ninja 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 libgnt nix build failed. configuring meson flags: --buildtype=plain --libdir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/lib --libexecdir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/libexec --bindir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/bin --sbindir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/sbin --includedir=/nix/store/2w68bmhpxkgfiqxc4vww3a4z7hm5asp2-libgnt-2.14.3-dev/include --mandir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/share/man --infodir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/share/info --localedir=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --prefix=/nix/store/d7hvizf26mcb9sk0gx8dfi2ign0nzfw9-libgnt-2.14.3 The Meson build system Version: 1.0.0 Source dir: /build/libgnt-2.14.3 Build dir: /build/libgnt-2.14.3/build Build type: native build Project name: libgnt Project version: 2.14.3 C compiler for the host machine: gcc (gcc 12.2.0 "gcc (GCC) 12.2.0") C linker for the host machine: gcc ld.bfd 2.40 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: /nix/store/z2xdp10ai56v32p9hr375rqvbln95snj-pkg-config-wrapper-0.29.2/bin/pkg-config (0.29.2) Run-time dependency glib-2.0 found: YES 2.74.5 Run-time dependency gobject-2.0 found: YES 2.74.5 Run-time dependency gmodule-2.0 found: YES 2.74.5 Run-time dependency libxml-2.0 found: YES 2.10.3 Library ncursesw found: YES Library panelw found: YES Library tinfow found: NO Header "/nix/store/dzz0hpwd6wyffmbd1w44hkdikixyl80y-ncurses-6.4-dev/include/ncursesw/ncurses.h" has symbol "get_wch" : YES Did not find CMake 'cmake' Found CMake: NO Run-time dependency python2 found: NO (tried pkgconfig and cmake) Run-time dependency python-2.7 found: NO (tried pkgconfig and cmake) meson.build:202:2: ERROR: Problem encountered: failed to find python A full log can be found at /build/libgnt-2.14.3/build/meson-logs/meson-log.txt