summaryrefslogtreecommitdiff
path: root/guix/build/dub-build-system.scm
Commit message (Collapse)AuthorAge
* build: dub-build-system: Don't use "dub run" at all.Danny Milosavljevic2017-02-14
| | | | | | | | | 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.
* gnu: Add dub-build-system.Danny Milosavljevic2017-02-10
* 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.