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
|
||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gtk" ,gtk+-2)
|
||||
("libgnome" ,libgnomeui)))
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list gtk+-2 libgnomeui))
|
||||
(home-page "https://jcoppens.com/soft/linsmith/index.en.php")
|
||||
(synopsis "Smith Charting program")
|
||||
(description "LinSmith is a Smith Charting program, mainly designed for
|
||||
|
|
Reference in a new issue