[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55546] [PATCH 0/1] gnu: Add cl-clog
From: |
Aurora |
Subject: |
[bug#55546] [PATCH 0/1] gnu: Add cl-clog |
Date: |
Sat, 28 May 2022 21:32:28 -0400 |
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> Sharlatan Hellseher (1):
> gnu: Add cl-clog
>
> gnu/packages/lisp-xyz.scm | 50 ++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 49 insertions(+), 1 deletion(-)
>
>
> base-commit: 31a9003d4f47fe54df61d2313728bc09a21f20d0
I have a concern regarding the inclusion of this package, namely that
the way cl-clog currently uses jquery as a dependency involves vendoring
the code into its own repository.
Isn't that contrary to our general guidelines?
- Aurora