3
5
Fork 0
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:
Pierre Neidhardt 2021-03-02 10:12:06 +01:00
parent 14b32f62ac
commit b35dea1d52
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -14671,3 +14671,9 @@ on UNIX like platforms.")
"This is a small OS portability library to retrieve and set file "This is a small OS portability library to retrieve and set file
attributes not supported by the Common Lisp standard functions.") attributes not supported by the Common Lisp standard functions.")
(license license:zlib)))) (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))