mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: st: Improve style.
* gnu/packages/suckless.scm (st)[arguments]: Use G-Expressions. [inputs]: Modernize style. Change-Id: I790c43e81950ea82e8bbd7581b5cbc772b5f94b3 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
fd4a1f33a6
commit
e03f2316e4
1 changed files with 14 additions and 14 deletions
|
@ -377,21 +377,21 @@ numbers of user-defined menu items efficiently.")
|
||||||
(base32 "0js9z5kn8hmpxzfmb2g6zsy28zkpg88j3wih5wixc89b8x7ms8bb"))))
|
(base32 "0js9z5kn8hmpxzfmb2g6zsy28zkpg88j3wih5wixc89b8x7ms8bb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
(list
|
||||||
#:make-flags
|
#:tests? #f ;no tests
|
||||||
(list (string-append "CC=" ,(cc-for-target))
|
#:make-flags
|
||||||
(string-append "TERMINFO="
|
#~(list
|
||||||
(assoc-ref %outputs "out")
|
(string-append "CC=" #$(cc-for-target))
|
||||||
"/share/terminfo")
|
(string-append "TERMINFO=" #$output "/share/terminfo")
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" #$output))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
(list libx11
|
||||||
("libxft" ,libxft)
|
libxft
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)))
|
freetype))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ncurses ;provides tic program
|
(list ncurses ;provides tic program
|
||||||
pkg-config))
|
pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue