mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: quassel: Remove input labels.
* gnu/packages/irc.scm (quassel)[inputs]: Remove input labels.
This commit is contained in:
parent
6a45d50f3a
commit
d4ea772d13
1 changed files with 12 additions and 12 deletions
|
@ -127,18 +127,18 @@ (define-public quassel
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost
|
||||||
("inxi" ,inxi-minimal)
|
inxi-minimal
|
||||||
("libdbusmenu-qt" ,libdbusmenu-qt)
|
libdbusmenu-qt
|
||||||
("perl" ,perl)
|
perl
|
||||||
("qca" ,qca)
|
qca
|
||||||
("qtbase" ,qtbase-5)
|
qtbase-5
|
||||||
("qtmultimedia" ,qtmultimedia)
|
qtmultimedia
|
||||||
("qtscript" ,qtscript)
|
qtscript
|
||||||
("qtsvg" ,qtsvg)
|
qtsvg
|
||||||
("snorenotify" ,snorenotify)
|
snorenotify
|
||||||
("sonnet" ,sonnet)
|
sonnet
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://quassel-irc.org/")
|
(home-page "https://quassel-irc.org/")
|
||||||
(synopsis "Distributed IRC client")
|
(synopsis "Distributed IRC client")
|
||||||
(description "Quassel is a distributed IRC client, meaning that one or more
|
(description "Quassel is a distributed IRC client, meaning that one or more
|
||||||
|
|
Loading…
Reference in a new issue