gnu: lepton-eda: Adjust format.
* gnu/packages/engineering.scm (lepton-eda): Move arguments above inputs, and reformat source field.
This commit is contained in:
parent
753fb6a54d
commit
c20e80b102
1 changed files with 21 additions and 19 deletions
|
@ -302,29 +302,13 @@ utilities.")
|
||||||
(home-page "https://github.com/lepton-eda/lepton-eda")
|
(home-page "https://github.com/lepton-eda/lepton-eda")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page) (commit version)))
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kyq0g6271vlwraw98637fn8bq2l6q4rll6748nn8rwsmfz71d0m"))
|
"0kyq0g6271vlwraw98637fn8bq2l6q4rll6748nn8rwsmfz71d0m"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs geda-gaf)
|
|
||||||
(prepend autoconf
|
|
||||||
automake
|
|
||||||
desktop-file-utils
|
|
||||||
libtool
|
|
||||||
gettext-minimal
|
|
||||||
texinfo
|
|
||||||
groff
|
|
||||||
which)))
|
|
||||||
(inputs
|
|
||||||
(list glib
|
|
||||||
gtk+
|
|
||||||
gtksheet
|
|
||||||
guile-3.0
|
|
||||||
shared-mime-info
|
|
||||||
m4
|
|
||||||
pcb))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
@ -409,6 +393,24 @@ utilities.")
|
||||||
(unsetenv "LIBLEPTON")
|
(unsetenv "LIBLEPTON")
|
||||||
(unsetenv "LD_LIBRARY_PATH")
|
(unsetenv "LD_LIBRARY_PATH")
|
||||||
(invoke "make" "precompile"))))))
|
(invoke "make" "precompile"))))))
|
||||||
|
(native-inputs
|
||||||
|
(modify-inputs (package-native-inputs geda-gaf)
|
||||||
|
(prepend autoconf
|
||||||
|
automake
|
||||||
|
desktop-file-utils
|
||||||
|
libtool
|
||||||
|
gettext-minimal
|
||||||
|
texinfo
|
||||||
|
groff
|
||||||
|
which)))
|
||||||
|
(inputs
|
||||||
|
(list glib
|
||||||
|
gtk+
|
||||||
|
gtksheet
|
||||||
|
guile-3.0
|
||||||
|
shared-mime-info
|
||||||
|
m4
|
||||||
|
pcb))
|
||||||
(description
|
(description
|
||||||
"Lepton EDA ia an @dfn{electronic design automation} (EDA) tool set
|
"Lepton EDA ia an @dfn{electronic design automation} (EDA) tool set
|
||||||
forked from gEDA/gaf in late 2016. EDA tools are used for electrical circuit
|
forked from gEDA/gaf in late 2016. EDA tools are used for electrical circuit
|
||||||
|
|
Reference in a new issue