Skip to content

Commit a57a7c0

Browse files
committed
tootle: pin vala version to 0.52
1 parent 6a0e026 commit a57a7c0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkgs/applications/misc/tootle/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, fetchFromGitHub
33
, nix-update-script
44
, fetchpatch
5-
, vala
5+
, vala_0_52
66
, meson
77
, ninja
88
, pkg-config
@@ -35,7 +35,9 @@ stdenv.mkDerivation rec {
3535
ninja
3636
pkg-config
3737
python3
38-
vala
38+
# Does not build with vala 0.54
39+
# https://github.com/bleakgrey/tootle/issues/337
40+
vala_0_52
3941
wrapGAppsHook
4042
];
4143

0 commit comments

Comments
 (0)