sbclPackages.ltk: use the latest version from quicklisp

It includes the fix for ABCL, for which this override was originally made.
This commit is contained in:
Kasper Gałkowski 2024-06-22 05:03:14 +02:00
parent 18dfb7e140
commit 1d34f6c526

View File

@ -546,15 +546,6 @@ let
'';
});
ltk = super.ltk.overrideLispAttrs (o: {
src = pkgs.fetchzip {
url = "https://github.com/uthar/ltk/archive/f19162e76d6c7c2f51bd289b811d9ba20dd6555e.tar.gz";
sha256 = "0mzikv4abq9yqlj6dsji1wh34mjizr5prv6mvzzj29z1485fh1bj";
};
version = "f19162e76";
});
magicl = build-with-compile-into-pwd {
inherit (super.magicl) pname version src lispLibs;
nativeBuildInputs = [ pkgs.gfortran ];