3
0
Fork 0
forked from mirrors/nixpkgs

vala_0_34: drop

This commit is contained in:
Jan Tojnar 2018-12-24 02:56:51 +01:00
parent b52fe92a2f
commit 913aa6b7c8
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 7 deletions

View file

@ -45,12 +45,6 @@ let
};
in rec {
vala_0_34 = generic {
major = "0.34";
minor = "18";
sha256 = "1lhw3ghns059y5d6pdldy5p4yjwlhcls84k892i6qmbhxg34945q";
};
vala_0_36 = generic {
major = "0.36";
minor = "15";

View file

@ -7584,7 +7584,6 @@ in
urweb = callPackage ../development/compilers/urweb { };
inherit (callPackage ../development/compilers/vala { })
vala_0_34
vala_0_36
vala_0_38
vala_0_40