diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-07-18 19:19:25 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:15 +0200 |
| commit | f903b8f94e2322ddf8d647fa7d8d5238547caf02 (patch) | |
| tree | 4650dde3739105f895dacf2ae41cd1f8a2ab5b25 /gnu/packages/dlang.scm | |
| parent | 076259a5d65f041d53617c5b853fec600b6216d4 (diff) | |
gnu: ldc: Rearrange arguments.
* gnu/packages/dlang.scm (ldc-bootstrap)[arguments]: Rearrange.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/dlang.scm')
| -rw-r--r-- | gnu/packages/dlang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index b33e0ee4069..e4adee5aafb 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm | |||
| @@ -89,12 +89,12 @@ | |||
| 89 | (arguments | 89 | (arguments |
| 90 | (list | 90 | (list |
| 91 | #:disallowed-references (list tzdata-for-tests) | 91 | #:disallowed-references (list tzdata-for-tests) |
| 92 | #:tests? #f ; skip in the bootstrap | ||
| 93 | #:build-type "Release" | ||
| 94 | #:configure-flags | 92 | #:configure-flags |
| 95 | #~(list "-GNinja" | 93 | #~(list "-GNinja" |
| 96 | "-DBUILD_SHARED_LIBS=OFF"); see .github/actions/2-build-bootstrap | 94 | "-DBUILD_SHARED_LIBS=OFF"); see .github/actions/2-build-bootstrap |
| 95 | #:build-type "Release" | ||
| 97 | #:make-flags #~(list "all") ; used as build targets | 96 | #:make-flags #~(list "all") ; used as build targets |
| 97 | #:tests? #f ; skip in the bootstrap | ||
| 98 | #:phases | 98 | #:phases |
| 99 | #~(modify-phases %standard-phases | 99 | #~(modify-phases %standard-phases |
| 100 | (add-after 'unpack 'patch-paths | 100 | (add-after 'unpack 'patch-paths |
