[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
- branch master updated (f1d71d31d3 -> 9a19d85f1e), guix-commits, 2023/01/02
- 01/06: gnu: Add lld-11., guix-commits, 2023/01/02
- 03/06: gnu: gtkd: Update to 3.10.0., guix-commits, 2023/01/02
- 02/06: gnu: ldc: Update to 1.30.0., guix-commits, 2023/01/02
- 04/06: gnu: gtkd: Remove trailing #t from phases., guix-commits, 2023/01/02
- 05/06: gnu: gtkd: Remove input labels.,
guix-commits <=
- 06/06: gnu: onedrive: Update to 2.4.22., guix-commits, 2023/01/02