mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: gdmd: Build with gdc-11.
* gnu/packages/dlang.scm (gdmd)[inputs]: Replace gdc-10 with gdc-11.
This commit is contained in:
parent
5b125c31ef
commit
1289bd1f20
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ (define-public gdmd
|
|||
(dirname (search-input-file inputs "/bin/gdc"))
|
||||
"\";\n"))))))))
|
||||
(inputs
|
||||
(list gdc-10 perl))
|
||||
(list gdc-11 perl))
|
||||
(home-page "https://github.com/D-Programming-GDC/gdmd")
|
||||
(synopsis "DMD-like wrapper for GDC")
|
||||
(description "This package provides a DMD-like wrapper for the
|
||||
|
|
Loading…
Reference in a new issue