guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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