parcellite 1.2.1 -> 1.2.2 https://repology.org/project/parcellite/versions attrpath: parcellite 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/parcellite/default.nix b/pkgs/tools/misc/parcellite/default.nix index 04fe534984e..9f493bb2fc3 100644 --- a/pkgs/tools/misc/parcellite/default.nix +++ b/pkgs/tools/misc/parcellite/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "parcellite"; - version = "1.2.1"; + version = "1.2.2"; src = fetchFromGitHub { owner = "rickyrockrat"; repo = "parcellite"; rev = version; - sha256 = "19q4x6x984s6gxk1wpzaxawgvly5vnihivrhmja2kcxhzqrnfhiy"; + sha256 = "sha256-nBGe6TMerPl8KxuqgeW5d5tYSnEoDaTv7ZeX6gIfq1s="; }; nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ]; 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 parcellite nix build failed. from /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/gio/giotypes.h:30, from /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/gio/gio.h:28, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gdk/gdk.h:32, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtk.h:32: /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtktoolitem.h:31, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtk.h:126: /nix/store/64l8rkqsqnq2dnpwdmli7qi4cm9sk949-gtk+-2.24.33-dev/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/glib/galloca.h:34, from /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/glib.h:32, from parcellite.h:20: /nix/store/8vysim549vkb5435fhj2l7wpi46xghhk-glib-2.76.2-dev/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ parcellite.h:25:10: fatal error: config.simple.h: No such file or directory 25 | #include  | ^~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:437: main.o] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:426: all-recursive] Error 1 make[1]: Leaving directory '/build/source' make: *** [Makefile:367: all] Error 2