Re: [PATCH v2] gnu: Add dub-build-system.

2017-02-09 Thread Ludovic Courtès
Hello! Danny Milosavljevic skribis: >> Do you have experience using it on real DUB packages? IOW, how complete >> is it? :-) > > Yeah, I've tested it on a small subset of all code.dlang.org packages. About > half of the ones I tested work fine. This is my log:

Re: [PATCH v2] gnu: Add dub-build-system.

2017-02-02 Thread Danny Milosavljevic
Hi Ludo, > Do you have experience using it on real DUB packages? IOW, how complete > is it? :-) Yeah, I've tested it on a small subset of all code.dlang.org packages. About half of the ones I tested work fine. This is my log: OK: (define-public d-taggedalgebraic OK: (define-public d-memutils

[PATCH v2] gnu: Add dub-build-system.

2017-01-30 Thread Danny Milosavljevic
* guix/build-system/dub.scm: New file. * guix/build/dub-build-system.scm: New file. * Makefile.am (MODULES): Add them. --- Makefile.am | 2 + guix/build-system/dub.scm | 141 guix/build/dub-build-system.scm | 106