diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-08-08 17:00:20 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:17 +0200 |
| commit | 5bb5d195eefa6360493bbbea39e6b29775d9e817 (patch) | |
| tree | 48ec1643ffa66694721d2c346d0fa704c1acfd74 /gnu | |
| parent | 3008ffdaefa4527933645e4c08c05b166ad8c27e (diff) | |
gnu: dmd: Unroll inputs into multiple lines.
* gnu/packages/dlang.scm (dmd-bootstrap)[native-inputs]: Unroll into multiple
lines.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Merges: guix/guix#3250
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dlang.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index e24aa7fd0a2..634e6c730c3 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm | |||
| @@ -716,8 +716,10 @@ This compiler is based on the DMD frontend version 2.112.1.") | |||
| 716 | (list curl ; std.net.curl | 716 | (list curl ; std.net.curl |
| 717 | bash-minimal)) ; std.process | 717 | bash-minimal)) ; std.process |
| 718 | (native-inputs | 718 | (native-inputs |
| 719 | (list gdmd which | 719 | (list gdmd |
| 720 | gdb/pinned tzdata-for-tests ; for tests | 720 | which |
| 721 | gdb/pinned ; for tests | ||
| 722 | tzdata-for-tests ; for tests | ||
| 721 | (origin | 723 | (origin |
| 722 | (method git-fetch) | 724 | (method git-fetch) |
| 723 | (uri (git-reference | 725 | (uri (git-reference |
