guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: gdmd: Build with gdc-11.


From: guix-commits
Subject: 04/06: gnu: gdmd: Build with gdc-11.
Date: Mon, 10 Apr 2023 10:02:30 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 1289bd1f20bb98875a4526cdd50435b91bd70829
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 10 16:56:14 2023 +0300

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]