gnu: coq: Add search-paths for coq libraries.
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
This commit is contained in:
parent
61bafd4477
commit
50cbbc9bd4
|
@ -448,6 +448,10 @@ written in Objective Caml.")
|
|||
(sha256
|
||||
(base32
|
||||
"0wyywia0darak2zmc5v0ra9rn0b9whwdfiahralm8v5za499s8w3"))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "COQPATH")
|
||||
(files (list "lib/coq/user-contrib")))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("texlive" ,texlive)
|
||||
|
|
Loading…
Reference in New Issue