nyxt: remove old workaround (#352051)

This commit is contained in:
Aleksana 2024-11-06 12:20:38 +08:00 committed by GitHub
commit e7b62cd647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,14 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
stripRoot = false;
};
# for sbcl 2.4.3
postPatch = ''
substituteInPlace _build/cl-gobject-introspection/src/init.lisp \
--replace-warn sb-ext::set-floating-point-modes sb-int:set-floating-point-modes
substituteInPlace _build/fset/Code/port.lisp \
--replace-warn sb-ext::once-only sb-int:once-only
'';
nativeBuildInputs = [ wrapGAppsHook3 ];
buildInputs = [