guix-patches
[Top][All Lists]
Advanced

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

[bug#66525] [PATCH v2 10/10] build-system/dub: Remove dependency on (gui


From: Ludovic Courtès
Subject: [bug#66525] [PATCH v2 10/10] build-system/dub: Remove dependency on (guix build syscalls).
Date: Sun, 22 Oct 2023 15:43:34 +0200

The (guix build syscalls) module was unused.

* guix/build-system/dub.scm (%dub-build-system-modules): Remove (guix
build syscalls).
---
 guix/build-system/dub.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix/build-system/dub.scm b/guix/build-system/dub.scm
index b4011cdb83..951c084398 100644
--- a/guix/build-system/dub.scm
+++ b/guix/build-system/dub.scm
@@ -59,7 +59,6 @@ (define (default-ld-gold-wrapper)
 (define %dub-build-system-modules
   ;; Build-side modules imported by default.
   `((guix build dub-build-system)
-    (guix build syscalls)
     ,@%gnu-build-system-modules))
 
 (define* (dub-build name inputs
-- 
2.41.0






reply via email to

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