diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-10-21 14:03:01 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-22 10:43:43 +0200 |
commit | 9574d42008143909b269836a0eadbdbac67a6293 (patch) | |
tree | a695cc0d46b86c3ac3d3a43314712e270ca336fc /gnu/local.mk | |
parent | 54d761d3a4ed29381364aef26bedf2fbd4ba5fbd (diff) | |
download | patches-9574d42008143909b269836a0eadbdbac67a6293.tar patches-9574d42008143909b269836a0eadbdbac67a6293.tar.gz |
gnu: Add graph.
* 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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4292e6f415..2568d75c1a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1319,6 +1319,7 @@ dist_patch_DATA = \ %D%/packages/patches/rust-coresimd-doctest.patch \ %D%/packages/patches/rust-reproducible-builds.patch \ %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ + %D%/packages/patches/sbcl-graph-asdf-definitions.patch \ %D%/packages/patches/scalapack-blacs-mpi-deprecations.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scotch-build-parallelism.patch \ |