Maxine Aubrey 2021-09-25 15:19:07 +02:00 committed by Jan Tojnar
parent c037929980
commit f3b42a3ccc
2 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,8 @@ let
"0.52" = ./disable-graphviz-0.46.1.patch;
"0.54" = ./disable-graphviz-0.46.1.patch;
}.${lib.versions.majorMinor version} or (throw "no graphviz patch for this version of vala");
disableGraphviz = lib.versionAtLeast version "0.38" && !withGraphviz;
@ -130,5 +132,10 @@ in rec {
sha256 = "sha256-hKG7MSs+Xcrkt7JcRVmNN14stpIzzvtZoV0jUMdr3ZE=";
};
vala_0_54 = generic {
version = "0.54.1";
sha256 = "0jlhd6hr9mai7hhc2c78w6zmnzf7xncp7fhyiavkqqzhhsn7gpjx";
};
vala = vala_0_52;
}

View File

@ -12817,6 +12817,7 @@ with pkgs;
vala_0_48
vala_0_50
vala_0_52
vala_0_54
vala;
vyper = with python3Packages; toPythonApplication vyper;