mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 11:40:30 +02:00
gnu: slscroll: Improve style.
* gnu/packages/suckless.scm (slscroll)[arguments]: Use G-Expressions. Change-Id: I906646ca48084fe3da2ed083ad2fca2f465bd099 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
@@ -79,14 +79,15 @@
|
||||
(base32 "1mpfrvn122lnaqid1pi99ckpxd6x679b0w91pl003xmdwsfdbcly"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags
|
||||
(list
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
(string-append "PREFIX=" %output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; no configure script
|
||||
(list
|
||||
#:tests? #f ; no check target
|
||||
#:make-flags
|
||||
#~(list
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "PREFIX=" #$output))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; no configure script
|
||||
(home-page "https://tools.suckless.org/scroll/")
|
||||
(synopsis "Scroll-back buffer program for st")
|
||||
(description "Scroll is a program that provides a scroll back buffer for
|
||||
|
||||
Reference in New Issue
Block a user