diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-04-10 16:56:14 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-04-10 16:56:14 +0300 |
commit | 1289bd1f20bb98875a4526cdd50435b91bd70829 (patch) | |
tree | e85f5eda139dc87d31bda72646ad76348083d27c | |
parent | 5b125c31efd8d501b1d96086b8365e7faa4c3f05 (diff) | |
download | guix-1289bd1f20bb98875a4526cdd50435b91bd70829.tar.gz guix-1289bd1f20bb98875a4526cdd50435b91bd70829.zip |
gnu: gdmd: Build with gdc-11.
* gnu/packages/dlang.scm (gdmd)[inputs]: Replace gdc-10 with gdc-11.
-rw-r--r-- | gnu/packages/dlang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 15680cb079..92d892e20d 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -137,7 +137,7 @@ to a minimal test case.") (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 |