Packaging CIEL for NixOS #82
tani
started this conversation in
CIEL Ideas
Replies: 1 comment
-
Thank you for your work. Packaging is very important for CIEL and I am thrilled that many of you are contributing.
+1, I'll get to it and I accept PRs in the meantime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Nix is a package manager on par with apt-get, yum (dnf), and brew.
Like the GUIX installation supported by CIEL, NixOS is a general-purpose package manager that can be used with the dedicated OS or common Linux distributions. Nix has recently been adopted by Lem, and its use may increase in the CL community.
@Comamoca and I are working to package CIEL into Nix.
Now, there are various difficulties in packaging CIEL in Nix.
file-finder
andmoira/light
cannot be installedI think both of these issues will be resolved with time (SBCL will update the ASDF version, and Quicklisp will update),
but for now it seems necessary to hack Nix and package CIEL.
file-finder
andmoira/light
are already being solved (including fixes to Nix itself).However, the second issue of the old ASDF version has not yet been solved.
This is because it is not easy to update ASDF that is bound to Nix.
Although this problem is specific to Nix, the fact that ASDF that comes with SBCL, which is the de facto standard, doesn't build leaves the possibility of it potentially causing problems for other installations in the future. Is it possible to use features or something to make the limited-feature version of CIEL work with older ASDFs? Please consider adding something like
#-asdf.3.3.1
tolocal-nicknames
.Thanks for a great project!
Beta Was this translation helpful? Give feedback.
All reactions