mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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 @@ (define-public linsmith
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue