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
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
("qtsvg" ,qtsvg)))
|
("qtsvg" ,qtsvg)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qmake" ,qttools)))
|
("qmake" ,qtbase)))
|
||||||
(synopsis "Graphical program to drive plotting cutters")
|
(synopsis "Graphical program to drive plotting cutters")
|
||||||
(description
|
(description
|
||||||
"Robocut is a simple graphical program that allows you to cut graphics
|
"Robocut is a simple graphical program that allows you to cut graphics
|
||||||
|
|
Reference in a new issue