Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-19 | guix.scm: Use git-predicate from (guix git-download). | Arun Isaac | |
* guix.scm: Do not import (srfi srfi-1), (srfi srfi-26), (ice-9 match), (ice-9 popen), (ice-9 rdelim) and (guix build utils). Import (guix git-download). (git-file?): Delete function. Use git-predicate from (guix git-download) instead of git-file?. | |||
2021-07-03 | guix.scm: Depend on cwltool and graphviz. | Arun Isaac | |
* guix.scm: Import (gnu packages bioinformatics) and (gnu packages graphviz). (ccwl)[native-inputs]: Add cwltool and graphviz. | |||
2021-07-03 | guix.scm: Import (gnu packages skribilo). | Arun Isaac | |
This is a follow-up to commit bf485dd43386305177a2ba3ea1a5ee7e164984c6 where this import was missed out. * guix.scm: Import (gnu packages skribilo). | |||
2021-06-15 | doc: Move documentation from texinfo to skribilo. | Arun Isaac | |
* doc/ccwl.texi: Delete file. * ccwl/skribilo.scm, doc/ccwl.skb, doc/capture-output-file-with-parameter-reference.out, doc/capture-output-file-with-parameter-reference.scm, doc/capture-output-file.out, doc/capture-output-file.scm, doc/capture-stdout.out, doc/capture-stdout.scm, doc/checksum.out, doc/checksum.scm, doc/decompress-compile-run.out, doc/decompress-compile-run.scm, doc/hello-world.out, doc/hello-world.scm, doc/hello.tar.out: New files. * configure.ac: Check for skribilo. * Makefile.am: Unregister doc/ccwl.texi. Add documentation build rules. * guix.scm (ccwl)[native-inputs]: Replace texinfo with skribilo. * .gitignore: Add doc/skribilo. Remove doc/version.texi, doc/*.html, doc/*.info. | |||
2021-05-25 | Add texinfo as a build dependency. | Arun Isaac | |
* guix.scm: Import (gnu packages texinfo). Add texinfo to native-inputs. | |||
2021-04-26 | Add Guix build script. | Arun Isaac | |
* guix.scm: New file. |