diff options
author | Ricardo Wurmus <[email protected]> | 2019-02-04 12:07:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2019-02-04 12:07:51 +0100 |
commit | e24ef3698dff8bb8da595057708e1b371d2e9826 (patch) | |
tree | 04880229f063d798abae8797f419c4c6ce2a1ac9 /gnu | |
parent | 39ee82ffeb5b50f14536edf439d1160a18489620 (diff) |
gnu: ecl-cl-markup: Remove duplicate.
* gnu/packages/lisp.scm (ecl-cl-markup): Rename duplicate from this...
(ecl-cl-css): ...to this.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 465454aad6..93dc1aaf80 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016 Federico Beffa <[email protected]> ;;; Copyright © 2016, 2017 Nils Gillmann <[email protected]> ;;; Copyright © 2016, 2017 Andy Patterson <[email protected]> -;;; Copyright © 2017 Ricardo Wurmus <[email protected]> +;;; Copyright © 2017, 2019 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017, 2018 Efraim Flashner <[email protected]> ;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Benjamin Slade <[email protected]> @@ -3612,7 +3612,7 @@ portability, and boilerplate reduction in CSS.") (define-public cl-css (sbcl-package->cl-source-package sbcl-cl-css)) -(define-public ecl-cl-markup +(define-public ecl-cl-css (sbcl-package->ecl-package sbcl-cl-css)) (define-public sbcl-portable-threads |