me
/
guix
Archived
1
0
Fork 0

gnu: chez-scheme: Add search-path.

* gnu/packages/scheme.scm (chez-scheme)[native-search-paths]: New field.
master
Federico Beffa 2016-10-17 08:52:48 +02:00
parent f7017a719d
commit 4b86dde0d6
No known key found for this signature in database
GPG Key ID: 58936E0E2F1B5A4C
1 changed files with 4 additions and 0 deletions

View File

@ -635,6 +635,10 @@ threads.")
`(("texlive" ,texlive)
("ghostscript" ,ghostscript-gs)
("netpbm" ,netpbm)))
(native-search-paths
(list (search-path-specification
(variable "CHEZSCHEMELIBDIRS")
(files (list (string-append "lib/csv" version "-site"))))))
(outputs '("out" "doc"))
(arguments
`(#:modules ((guix build gnu-build-system)