mousai: fix with libadwaita 1.0.0-alpha.1

+9
+9
pkgs/applications/audio/mousai/default.nix
··· 1 { lib 2 , python3 3 , fetchFromGitHub 4 , appstream-glib 5 , desktop-file-utils 6 , gettext ··· 28 rev = "v${version}"; 29 sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI="; 30 }; 31 32 postPatch = '' 33 patchShebangs build-aux/meson
··· 1 { lib 2 , python3 3 , fetchFromGitHub 4 + , fetchpatch 5 , appstream-glib 6 , desktop-file-utils 7 , gettext ··· 29 rev = "v${version}"; 30 sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI="; 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 + ]; 40 41 postPatch = '' 42 patchShebangs build-aux/meson