gnu: Add gdc-10.
authorguy fleury iteriteka <gfleury@disroot.org>
Thu, 16 Jul 2020 14:33:02 +0000 (16:33 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 19 Jul 2020 17:23:00 +0000 (20:23 +0300)
* gnu/packages/gcc.scm (gdc-10): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/gcc.scm

index 9e88109..9ff5e3d 100644 (file)
@@ -692,6 +692,11 @@ as the 'native-search-paths' field."
    (custom-gcc gcc "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gdc-10
+  (hidden-package
+   (custom-gcc gcc-10 "gdc" '("d")
+               %generic-search-paths)))
+
 (define-public libgccjit
   (package
     (inherit gcc-9)