diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-07-18 17:06:27 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:15 +0200 |
| commit | f7e3cef00e064a740a7a5581f3c44932c25373aa (patch) | |
| tree | 69d8b5c8d96c54ad114680100bca0820a87eed62 /gnu/packages | |
| parent | 87949b1b6438b63eb679e81c155dab24fb18fd3e (diff) | |
gnu: ldc: Drop input labels.
* gnu/packages/dlang.scm (ldc-bootstrap)[inputs, native-inputs]: Drop labels.
(ldc)[native-inputs]: Adjust modify-inputs for changed names.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/dlang.scm | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 59aa2ffb0ad..d5a876b252c 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm | |||
| @@ -110,16 +110,16 @@ | |||
| 110 | (lambda _ | 110 | (lambda _ |
| 111 | (invoke "cmake" "--install" ".")))))) | 111 | (invoke "cmake" "--install" ".")))))) |
| 112 | (inputs | 112 | (inputs |
| 113 | `(("zlib" ,zlib))) | 113 | (list zlib)) |
| 114 | (native-inputs | 114 | (native-inputs |
| 115 | `(("lld-wrapper" ,(make-lld-wrapper lld-17 #:lld-as-ld? #t)) | 115 | (list (make-lld-wrapper lld-17 #:lld-as-ld? #t) |
| 116 | ("llvm" ,llvm-17) | 116 | llvm-17 |
| 117 | ("ldc" ,gdmd) | 117 | gdmd |
| 118 | ("ninja" ,ninja) | 118 | ninja |
| 119 | ("python-wrapper" ,python-wrapper) | 119 | python-wrapper |
| 120 | ("python-setuptools" ,python-setuptools) | 120 | python-setuptools |
| 121 | ("tzdata" ,tzdata-for-tests) | 121 | tzdata-for-tests |
| 122 | ("unzip" ,unzip))) | 122 | unzip)) |
| 123 | (home-page "http://wiki.dlang.org/LDC") | 123 | (home-page "http://wiki.dlang.org/LDC") |
| 124 | (synopsis "LLVM-based compiler for the D programming language") | 124 | (synopsis "LLVM-based compiler for the D programming language") |
| 125 | (description "LDC is an LLVM compiler for the D programming language. It | 125 | (description "LDC is an LLVM compiler for the D programming language. It |
| @@ -322,7 +322,8 @@ integration tests...\n") | |||
| 322 | (native-inputs | 322 | (native-inputs |
| 323 | (modify-inputs native-inputs | 323 | (modify-inputs native-inputs |
| 324 | (delete "llvm") | 324 | (delete "llvm") |
| 325 | (replace "ldc" ldc-bootstrap) | 325 | (delete "gdmd") |
| 326 | (append ldc-bootstrap) | ||
| 326 | (append clang-17 ; propagates llvm and clang-runtime | 327 | (append clang-17 ; propagates llvm and clang-runtime |
| 327 | python-lit))) | 328 | python-lit))) |
| 328 | (properties | 329 | (properties |
