guix-commits
[Top][All Lists]
Advanced

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

10/12: build-system/dub: Remove dependency on (guix build syscalls).


From: guix-commits
Subject: 10/12: build-system/dub: Remove dependency on (guix build syscalls).
Date: Mon, 23 Oct 2023 05:58:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 48c1a74b2461d42dc0df202d8353640b3b64ac62
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 18 22:27:01 2023 +0200

    build-system/dub: Remove dependency on (guix build syscalls).
    
    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 %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



reply via email to

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