From 1289bd1f20bb98875a4526cdd50435b91bd70829 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 10 Apr 2023 16:56:14 +0300 Subject: [PATCH] gnu: gdmd: Build with gdc-11. * gnu/packages/dlang.scm (gdmd)[inputs]: Replace gdc-10 with gdc-11. --- gnu/packages/dlang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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