| Commit message (Expand) | Author | Age |
* | build-system/dub: Fix typo.•••* guix/build/dub-build-system.scm (grep, grep*): Correct ‘occurence’.
| Tobias Geerinckx-Rice | 2018-01-26 |
* | build: dub-build-system: Make builds reproducible.•••* guix/build/dub-build-system.scm (build): Make reproducible.
(check): Make reproducible.
| Danny Milosavljevic | 2017-12-31 |
* | build: dub-build-system: Don't use "dub run" at all.•••It doesn't make sense to run non-test executables (which is what "dub run"
would do).
The "check" function already invokes "dub test" and that's enough.
* guix/build/dub-build-system.scm (build): Remove "dub run" invocation.
| Danny Milosavljevic | 2017-02-14 |
* | gnu: Add dub-build-system.•••* guix/build-system/dub.scm: New file.
* guix/build/dub-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi: Add section for dub-build-system.
| Danny Milosavljevic | 2017-02-10 |