Skip to content

Commit 0e12354

Browse files
committed
paper-plane: Fix eval after gtk4 4.12.5 update
See ac193f0, which removes all gtk4 patches. Fixes 4ccedfa. Fixes https://gist.github.com/GrahamcOfBorg/594457cf1fc2b56ce99e5ac1add2e949.
1 parent dd864dc commit 0e12354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/pa/paper-plane/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let
3333
# Paper Plane requires a patch to the gtk4, but may be removed later
3434
# https://github.com/paper-plane-developers/paper-plane/tree/main?tab=readme-ov-file#prerequisites
3535
gtk4-paperplane = gtk4.overrideAttrs (prev: {
36-
patches = prev.patches ++ [ "${src}/build-aux/gtk-reversed-list.patch" ];
36+
patches = (prev.patches or []) ++ [ "${src}/build-aux/gtk-reversed-list.patch" ];
3737
});
3838
wrapPaperPlaneHook = wrapGAppsHook.override {
3939
gtk3 = gtk4-paperplane;

0 commit comments

Comments
 (0)