From 547f9df74d2712db26ce3e038ec7399abb89a677 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 21 Feb 2026 22:47:27 -0500 Subject: [PATCH] sbclPackages.named-readtables: fix build Commit is now included in the downloaded source, so the patch doesn't apply. --- pkgs/development/lisp-modules/ql.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/lisp-modules/ql.nix b/pkgs/development/lisp-modules/ql.nix index 39d41370ed11..68812dfa6429 100644 --- a/pkgs/development/lisp-modules/ql.nix +++ b/pkgs/development/lisp-modules/ql.nix @@ -12,15 +12,6 @@ let overrides = ( self: super: { - named-readtables = super.named-readtables.overrideLispAttrs (o: { - patches = (o.patches or [ ]) ++ [ - (pkgs.fetchpatch { - name = "named-readtables-sbcl-fix.patch"; - url = "https://github.com/melisgl/named-readtables/commit/6eea56674442b884a4fee6ede4c8aad63541aa5b.patch"; - hash = "sha256-ZkmBz50tkJutCNhrgVTHyE+sxRjmL8y7YC7yewrmves="; - }) - ]; - }); cl_plus_ssl = super.cl_plus_ssl.overrideLispAttrs (o: { nativeLibs = [ pkgs.openssl ]; });