me
/
guix
Archived
1
0
Fork 0

gnu: Add cl-ana.gnuplot-interface.

* gnu/packages/lisp-xyz.scm (sbcl-cl-ana.gnuplot-interface,
  cl-ana.gnuplot-interface, ecl-cl-ana.gnuplot-interface): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Katherine Cox-Buday 2020-01-03 18:56:35 +01:00 committed by Guillaume Le Vaillant
parent a47ce94c75
commit 81e6c659a5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 17 additions and 0 deletions

View File

@ -8603,3 +8603,20 @@ visualization.")
(define-public cl-ana.statistics
(sbcl-package->cl-source-package sbcl-cl-ana.statistics))
(define-public sbcl-cl-ana.gnuplot-interface
(package
(inherit sbcl-cl-ana-boot0)
(name "sbcl-cl-ana.gnuplot-interface")
(inputs
`(("external-program" ,sbcl-external-program)))
(arguments
(substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
((#:asd-file _ "") "gnuplot-interface/cl-ana.gnuplot-interface.asd")
((#:asd-system-name _ #f) "cl-ana.gnuplot-interface")))))
(define-public cl-ana.gnuplot-interface
(sbcl-package->cl-source-package sbcl-cl-ana.gnuplot-interface))
(define-public ecl-cl-ana.gnuplot-interface
(sbcl-package->ecl-package sbcl-cl-ana.gnuplot-interface))