mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gawk: Add search-paths.
* gnu/packages/gawk.scm (gawk)[search-paths]: New field. Change-Id: Idbf2709b793ebd58e1aae8d07698e1f3e816babd
This commit is contained in:
parent
18ba58a107
commit
4a46758aee
1 changed files with 7 additions and 0 deletions
|
@ -89,6 +89,13 @@
|
|||
;; sometimes fail non-deterministically.
|
||||
bash))
|
||||
|
||||
(search-paths
|
||||
(list (search-path-specification
|
||||
(variable "AWKPATH")
|
||||
(files (list "share/awk")))
|
||||
(search-path-specification
|
||||
(variable "AWKLIBPATH")
|
||||
(files (list "lib/gawk")))))
|
||||
(home-page "https://www.gnu.org/software/gawk/")
|
||||
(synopsis "Text scanning and processing language")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue