me
/
guix
Archived
1
0
Fork 0

gnu: nnn: Use G-expressions.

* gnu/packages/admin.scm (nnn)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2022-05-01 02:00:01 +02:00
parent 769202ecf8
commit 755e702db7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 10 deletions

View File

@ -3917,16 +3917,15 @@ information tool.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(arguments (arguments
`(#:tests? #f ; no tests (list #:tests? #f ; no tests
#:phases #:make-flags
(modify-phases %standard-phases #~(list
(delete 'configure)) ; no configure script (string-append "PREFIX=" #$output)
#:make-flags (string-append "CC=" #$(cc-for-target))
(list (string-append "PKG_CONFIG=" #$(pkg-config-for-target)))
(string-append "PREFIX=" #:phases
(assoc-ref %outputs "out")) #~(modify-phases %standard-phases
(string-append "CC=" ,(cc-for-target)) (delete 'configure)))) ; no configure script
(string-append "PKG_CONFIG=" ,(pkg-config-for-target)))))
(home-page "https://github.com/jarun/nnn") (home-page "https://github.com/jarun/nnn")
(synopsis "Terminal file browser") (synopsis "Terminal file browser")
(description (description