From 8135c22b335279ea6c2e5230d22afe618d911f59 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 5 May 2026 13:06:16 +0200 Subject: [PATCH] ecl: 26.3.27 -> 26.5.5 https://ecl.common-lisp.dev/posts/ECL-2655-release.html --- pkgs/development/compilers/ecl/default.nix | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/pkgs/development/compilers/ecl/default.nix b/pkgs/development/compilers/ecl/default.nix index 12f086072b2a..e1abbcf34c4c 100644 --- a/pkgs/development/compilers/ecl/default.nix +++ b/pkgs/development/compilers/ecl/default.nix @@ -24,30 +24,13 @@ let in stdenv.mkDerivation rec { pname = "ecl"; - version = "26.3.27"; + version = "26.5.5"; src = fetchurl { url = "https://common-lisp.net/project/ecl/static/files/release/ecl-${version}.tgz"; - hash = "sha256-QW1XB78R0rPY0z1nkUGaeG5MxZrAzD7FBe5ZtRqfXJo="; + hash = "sha256-oBpbzajFtz5Z3aNJT9E+X+xdtqodrXgsPMO7V/FjNDU="; }; - patches = [ - # https://gitlab.com/embeddable-common-lisp/ecl/-/merge_requests/370 - (fetchpatch { - name = "allocate-first_env-dynamically.patch"; - url = "https://gitlab.com/embeddable-common-lisp/ecl/-/commit/61a14dfc6681f674ae5673856c0749fdf4af6564.patch"; - hash = "sha256-DOn0mtlW1Bl59LxqEQiE90ZJlXDSbTbxL0s8NNL882o="; - includes = [ "src/c/main.d" ]; - }) - - # https://gitlab.com/embeddable-common-lisp/ecl/-/work_items/838 - (fetchpatch { - name = "clang-miscompilation.patch"; - url = "https://gitlab.com/embeddable-common-lisp/ecl/-/commit/d39cc449f770c52cc4c8b297cf600d7bd53d172a.patch"; - hash = "sha256-C+zVjAY/+hQ4Te62DQxIQsHu0AqewygmSEQpcmrA5EU="; - }) - ]; - nativeBuildInputs = [ libtool autoconf