mousai: fix with libadwaita 1.0.0-alpha.1

+9
+9
pkgs/applications/audio/mousai/default.nix
··· 1 1 { lib 2 2 , python3 3 3 , fetchFromGitHub 4 + , fetchpatch 4 5 , appstream-glib 5 6 , desktop-file-utils 6 7 , gettext ··· 28 29 rev = "v${version}"; 29 30 sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI="; 30 31 }; 32 + 33 + patches = [ 34 + (fetchpatch { 35 + name = "fix-ABI-breakage-from-libadwaita.patch"; 36 + url = "https://github.com/SeaDve/Mousai/commit/e3db2d9d1949300f49399209b56d667746e539df.patch"; 37 + sha256 = "078kvmyhw4jd1m2npai0yl00lwh47jys2n03pkgxp6jf873y83vs"; 38 + }) 39 + ]; 31 40 32 41 postPatch = '' 33 42 patchShebangs build-aux/meson