guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add ecl-file-attributes, cl-file-attributes.


From: guix-commits
Subject: branch master updated: gnu: Add ecl-file-attributes, cl-file-attributes.
Date: Tue, 02 Mar 2021 04:13:25 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b35dea1  gnu: Add ecl-file-attributes, cl-file-attributes.
b35dea1 is described below

commit b35dea1d5231efc7b546fba17ee927cccbb0fc23
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Mar 2 10:12:06 2021 +0100

    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.
---
 gnu/packages/lisp-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4a1bec3..84fa01f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]