tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mousai: fix with libadwaita 1.0.0-alpha.1
Robert Schütz
4 years ago
575123a0
16817d94
+9
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
mousai
default.nix
+9
pkgs/applications/audio/mousai/default.nix
···
1
{ lib
2
, python3
3
, fetchFromGitHub
0
4
, appstream-glib
5
, desktop-file-utils
6
, gettext
···
28
rev = "v${version}";
29
sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI=";
30
};
0
0
0
0
0
0
0
0
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