From b35dea1d5231efc7b546fba17ee927cccbb0fc23 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 2 Mar 2021 10:12:06 +0100 Subject: 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(+) (limited to 'gnu/packages/lisp-xyz.scm') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4a1bec3d62..84fa01f311 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)) -- cgit v1.2.3