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.
This commit is contained in:
parent
9e7b87ddc5
commit
68fdb38f54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue