Uthar / nix-cl

Utilities for packaging ASDF systems using Nix
BSD 2-Clause "Simplified" License
15 stars 6 forks source link

Don't remove the skeleton.asd in cl-project #34

Closed ibbem closed 1 year ago

ibbem commented 1 year ago

cl-project is used for creating new common lisp projects. As such, it normally creates a .asd file which is generated from the template skeleton/skeleton.asd. If this file is missing, cl-project is silently skipping the creation of a .asd file for the new project. Thus there needs to be an escape hatch from removing all .asd files during the installPhase without building that .asd file.

Uthar commented 1 year ago

Thank you @ibbem