3
0
Fork 0
forked from mirrors/nixpkgs

maxima-ecl: unpin ecl version

This commit is contained in:
Mauricio Collares 2020-11-30 10:08:03 -03:00
parent cf6364bed2
commit fecce09773

View file

@ -27286,7 +27286,7 @@ in
ecl = null;
};
maxima-ecl = maxima.override {
ecl = ecl_16_1_2;
inherit ecl;
ecl-fasl = true;
sbcl = null;
};