diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-02 12:18:22 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-02 15:04:55 +0200 |
commit | ebe7fbdc694062ec0be82573569b619b0d626909 (patch) | |
tree | 53f9dbdba451a703819ff8dd0067a21edee9d50d /gnu/packages/dlang.scm | |
parent | 08d5e9cf221c1d4ef22560ec901bbfafc6f56b0b (diff) | |
download | guix-ebe7fbdc694062ec0be82573569b619b0d626909.tar.gz |
gnu: gtkd: Remove input labels.
* gnu/packages/dlang.scm (gtkd)[native-inputs]: Remove input labels.
Diffstat (limited to 'gnu/packages/dlang.scm')
-rw-r--r-- | gnu/packages/dlang.scm | 8 |
1 files 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 |