guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: robocut: Remove unnecessary dependency on qttools.


From: Ludovic Courtès
Subject: 02/05: gnu: robocut: Remove unnecessary dependency on qttools.
Date: Sun, 13 May 2018 17:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 68fdb38f542d66d329778582c28bf7fad24324a9
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 13 22:40:33 2018 +0200

    gnu: robocut: Remove unnecessary dependency on qttools.
    
    Reported by Efraim Flashner.
    
    * gnu/packages/printers.scm (robocut)[native-inputs]: Replace QTTOOLS
    with QTBASE, which is where 'qmake' lives.
---
 gnu/packages/printers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/printers.scm b/gnu/packages/printers.scm
index 2e58018..f8890cb 100644
--- a/gnu/packages/printers.scm
+++ b/gnu/packages/printers.scm
@@ -60,7 +60,7 @@
        ("qtsvg" ,qtsvg)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("qmake" ,qttools)))
+       ("qmake" ,qtbase)))
     (synopsis "Graphical program to drive plotting cutters")
     (description
      "Robocut is a simple graphical program that allows you to cut graphics



reply via email to

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