gnu: linsmith: Fix input types.
* gnu/packages/engineering.scm (linsmith)[native-inputs]: Remove input labels. Move gtk+-2 and libgnomeui from here… [inputs]: …to here.
This commit is contained in:
parent
88e3a3529f
commit
a0c361cb3f
1 changed files with 3 additions and 3 deletions
|
@ -1302,9 +1302,9 @@ with the kernel and various utilities such as per-cpu counters.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config))
|
||||||
("gtk" ,gtk+-2)
|
(inputs
|
||||||
("libgnome" ,libgnomeui)))
|
(list gtk+-2 libgnomeui))
|
||||||
(home-page "https://jcoppens.com/soft/linsmith/index.en.php")
|
(home-page "https://jcoppens.com/soft/linsmith/index.en.php")
|
||||||
(synopsis "Smith Charting program")
|
(synopsis "Smith Charting program")
|
||||||
(description "LinSmith is a Smith Charting program, mainly designed for
|
(description "LinSmith is a Smith Charting program, mainly designed for
|
||||||
|
|
Reference in a new issue