From ea8c22fd7eb942c659e6afa40decc61756a44b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Ga=C5=82kowski?= Date: Sun, 20 Oct 2024 00:52:01 +0200 Subject: [PATCH] cl-gobject-introspection: remove override - use version from quicklisp --- pkgs/development/lisp-modules/packages.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/lisp-modules/packages.nix b/pkgs/development/lisp-modules/packages.nix index fa8c65c57578..84fe35dd149b 100644 --- a/pkgs/development/lisp-modules/packages.nix +++ b/pkgs/development/lisp-modules/packages.nix @@ -54,13 +54,6 @@ let lispLibs = super.cl-unicode.lispLibs ++ [ self.flexi-streams ]; }; - cl-gobject-introspection = super.cl-gobject-introspection.overrideLispAttrs (o: { - postPatch = '' - substituteInPlace src/init.lisp \ - --replace sb-ext::set-floating-point-modes sb-int:set-floating-point-modes - ''; - }); - jzon = super.com_dot_inuoe_dot_jzon; cl-notify = build-asdf-system {