me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 6 additions and 0 deletions

View File

@ -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))