gnustep.gui: fix build

+6
+6
pkgs/desktops/gnustep/base/default.nix
··· 46 46 url = "https://github.com/gnustep/libs-base/commit/37913d006d96a6bdcb963f4ca4889888dcce6094.patch"; 47 47 sha256 = "PyOmzRIirSKG5SQY+UwD6moCidPb8PXCx3aFgfwxsXE="; 48 48 }) 49 + # https://github.com/gnustep/libs-base/pull/334 50 + (fetchpatch { 51 + url = "https://github.com/gnustep/libs-base/commit/b4feee311f2beaf499a5742967213f523de30f16.patch"; 52 + excludes = [ "ChangeLog" ]; 53 + hash = "sha256-r0qpxjpEM6y+F/gju6JhpDNxnFJNHFG/mt3NmC1hWrs="; 54 + }) 49 55 ]; 50 56 51 57 meta = {