lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libcryptui: fix build with latest gnupg

+4 -2
+3 -1
pkgs/development/libraries/libcryptui/default.nix
··· 10 10 }; 11 11 12 12 patches = [ 13 - ./fix-gnupg-2.2.patch # based on https://gitlab.gnome.org/GNOME/libcryptui/-/commit/b05e301d1b264a5d8f07cb96e5edc243d99bff79.patch 13 + # based on https://gitlab.gnome.org/GNOME/libcryptui/-/commit/b05e301d1b264a5d8f07cb96e5edc243d99bff79.patch 14 + # https://gitlab.gnome.org/GNOME/libcryptui/-/merge_requests/1 15 + ./fix-latest-gnupg.patch 14 16 ]; 15 17 16 18 nativeBuildInputs = [ pkg-config intltool autoreconfHook ];
+1 -1
pkgs/development/libraries/libcryptui/fix-gnupg-2.2.patch pkgs/development/libraries/libcryptui/fix-latest-gnupg.patch
··· 17 17 18 18 if test "$DO_CHECK" = "yes"; then 19 19 - accepted_versions="1.2 1.4 2.0" 20 - + accepted_versions="1.2 1.4 2.0 2.2" 20 + + accepted_versions="1.2 1.4 2.0 2.2 2.3" 21 21 AC_PATH_PROGS(GNUPG, [gpg gpg2], no) 22 22 AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.]) 23 23 ok="no"