guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gtkd: Remove input labels.


From: guix-commits
Subject: 05/06: gnu: gtkd: Remove input labels.
Date: Mon, 2 Jan 2023 08:06:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ebe7fbdc694062ec0be82573569b619b0d626909
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 2 12:18:22 2023 +0200

    gnu: gtkd: Remove input labels.
    
    * gnu/packages/dlang.scm (gtkd)[native-inputs]: Remove input labels.
---
 gnu/packages/dlang.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 7c8dbe0f7e..462a61a29f 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -423,10 +423,10 @@ needed.")
        (base32 "0vc5ssb3ar02mg2pngmdi1xg4qjaya8332a9mk0sv97x6b4ddy3g"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("unzip" ,unzip)
-       ("ldc" ,ldc)
-       ("pkg-config" ,pkg-config)
-       ("xorg-server-for-tests" ,xorg-server-for-tests)))
+     (list unzip
+           ldc
+           pkg-config
+           xorg-server-for-tests))
     (arguments
      `(#:test-target "test"
        #:make-flags



reply via email to

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