[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: itk-snap: Make some inputs native.
From: |
guix-commits |
Subject: |
03/10: gnu: itk-snap: Make some inputs native. |
Date: |
Sun, 5 Apr 2020 18:03:32 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 957e0be35f945a6b4e220206824ba6a40ff5e545
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:31:55 2020 +0200
gnu: itk-snap: Make some inputs native.
* gnu/packages/image-processing.scm (itk-snap)[inputs]: Move qttools from
here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/image-processing.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index f5d67c8..02d903a 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2018 Björn Höfling <address@hidden>
;;; Copyright © 2018 Lprndn <address@hidden>
;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -798,11 +799,11 @@ combine the information contained in both.")
("vtk" ,vtk-6)
("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)
- ("qttools" ,qttools)
("vxl" ,vxl-1)
("zlib" ,zlib)))
(native-inputs
`(("googletest" ,googletest)
+ ("qttools" ,qttools)
("pkg-config" ,pkg-config)
("c3d-src"
,(let* ((commit "f521358db26e00002c911cc47bf463b043942ad3")
- branch master updated (02b32cd -> f4783d7), guix-commits, 2020/04/05
- 02/10: gnu: gpsbabel: Make some inputs native., guix-commits, 2020/04/05
- 03/10: gnu: itk-snap: Make some inputs native.,
guix-commits <=
- 01/10: gnu: alsa-modular-synth: Make some inputs native., guix-commits, 2020/04/05
- 04/10: gnu: kdewebkit: Make some inputs native., guix-commits, 2020/04/05
- 06/10: gnu: kio: Make some inputs native., guix-commits, 2020/04/05
- 08/10: gnu: kxmlgui: Make some inputs native., guix-commits, 2020/04/05
- 10/10: gnu: vmpk: Make some inputs native., guix-commits, 2020/04/05
- 07/10: gnu: kplotting: Make some inputs native., guix-commits, 2020/04/05
- 05/10: gnu: kiconthemes: Make some inputs native., guix-commits, 2020/04/05
- 09/10: gnu: synthv1: Make some inputs native., guix-commits, 2020/04/05