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 @@ to a minimal test case.")
|
||||||
(dirname (search-input-file inputs "/bin/gdc"))
|
(dirname (search-input-file inputs "/bin/gdc"))
|
||||||
"\";\n"))))))))
|
"\";\n"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gdc-10 perl))
|
(list gdc-11 perl))
|
||||||
(home-page "https://github.com/D-Programming-GDC/gdmd")
|
(home-page "https://github.com/D-Programming-GDC/gdmd")
|
||||||
(synopsis "DMD-like wrapper for GDC")
|
(synopsis "DMD-like wrapper for GDC")
|
||||||
(description "This package provides a DMD-like wrapper for the
|
(description "This package provides a DMD-like wrapper for the
|
||||||
|
|
Reference in a new issue