diff options
Diffstat (limited to 'third_party/lisp/mime4cl/package.lisp')
-rw-r--r-- | third_party/lisp/mime4cl/package.lisp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/lisp/mime4cl/package.lisp b/third_party/lisp/mime4cl/package.lisp index fc5d9627f9e5..b1217a0b6818 100644 --- a/third_party/lisp/mime4cl/package.lisp +++ b/third_party/lisp/mime4cl/package.lisp @@ -1,6 +1,7 @@ ;;; package.lisp --- package declaration ;;; Copyright (C) 2005-2007, 2010 by Walter C. Pelissero +;;; Copyright (C) 2022 The TVL Authors ;;; Author: Walter C. Pelissero <walter@pelissero.de> ;;; Project: mime4cl @@ -22,9 +23,7 @@ (defpackage :mime4cl (:nicknames :mime) - (:use :common-lisp :npg :sclf - ;; for Gray streams - #+cmu :extensions #+sbcl :sb-gray) + (:use :common-lisp :npg :sclf :trivial-gray-streams) ;; this is stuff that comes from SCLF and clashes with CMUCL's EXT ;; package (:shadowing-import-from :sclf |