mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add ecl-file-attributes, cl-file-attributes.
* gnu/packages/lisp-xyz.scm (cl-file-attributes, ecl-file-attributes): New variables. There were mistakenly left out from the previous commit.
This commit is contained in:
parent
14b32f62ac
commit
b35dea1d52
1 changed files with 6 additions and 0 deletions
|
@ -14671,3 +14671,9 @@ on UNIX like platforms.")
|
|||
"This is a small OS portability library to retrieve and set file
|
||||
attributes not supported by the Common Lisp standard functions.")
|
||||
(license license:zlib))))
|
||||
|
||||
(define-public ecl-file-attributes
|
||||
(sbcl-package->ecl-package sbcl-file-attributes))
|
||||
|
||||
(define-public cl-file-attributes
|
||||
(sbcl-package->cl-source-package sbcl-file-attributes))
|
||||
|
|
Loading…
Reference in a new issue