gnome3: use the same version of Vala

This commit is contained in:
Jan Tojnar
2017-10-10 22:24:04 +02:00
parent 3f610ddd81
commit 5a3b7ef2e7
9 changed files with 17 additions and 17 deletions

View File

@@ -65,5 +65,5 @@ in rec {
extraBuildInputs = [ graphviz ];
};
vala = vala_0_34;
vala = vala_0_38;
}