summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sbcl-graph-asdf-definitions.patch
Commit message (Collapse)AuthorAge
* gnu: sbcl-graph: Fix build.Guillaume Le Vaillant2020-02-03
| | | | | | | | | | | | | Rename the asd files so that they have the same name as the ASDF system definitions. * gnu/packages/lisp-xyz.scm (sbcl-graph)[arguments]: Use 'graph-test.asd' instead of 'graph.test.asd' for test-asd-file. (sbcl-graph-dot)[arguments]: Use 'graph-dot.asd' instead of 'graph.dot.asd' for test-asd-file. (sbcl-graph-json)[arguments]: Use 'graph-json.asd' instead of 'graph.json.asd' for test-asd-file. * gnu/packages/patches/sbcl-graph-asdf-definitions.patch: Update accordingly.
* gnu: Add graph.Guillaume Le Vaillant2019-10-22
* gnu/packages/lisp.scm (cl-graph, sbcl-graph): New variables. * gnu/packages/patches/sbcl-graph-asdf-definitions.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.