mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: nmoldyn: Adjust for Guile 3.0.
* gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit destination in calls to FORMAT.
This commit is contained in:
parent
02de4b1da1
commit
30d0f7fa8f
1 changed files with 4 additions and 4 deletions
|
@ -277,16 +277,16 @@ (define-public nmoldyn
|
|||
;; and Guix contains currently no free molecular viewer that
|
||||
;; could be substituted.
|
||||
(("PREFERENCES\\['acroread_path'\\] = ''")
|
||||
(format "PREFERENCES['acroread_path'] = '~a'"
|
||||
(format #f "PREFERENCES['acroread_path'] = '~a'"
|
||||
(which "gv")))
|
||||
(("PREFERENCES\\['ncdump_path'\\] = ''")
|
||||
(format "PREFERENCES['ncdump_path'] = '~a'"
|
||||
(format #f "PREFERENCES['ncdump_path'] = '~a'"
|
||||
(which "ncdump")))
|
||||
(("PREFERENCES\\['ncgen_path'\\] = ''")
|
||||
(format "PREFERENCES['ncgen_path'] = '~a'"
|
||||
(format #f "PREFERENCES['ncgen_path'] = '~a'"
|
||||
(which "ncgen3")))
|
||||
(("PREFERENCES\\['task_manager_path'\\] = ''")
|
||||
(format "PREFERENCES['task_manager_path'] = '~a'"
|
||||
(format #f "PREFERENCES['task_manager_path'] = '~a'"
|
||||
(which "task_manager")))
|
||||
;; Show documentation as PDF
|
||||
(("PREFERENCES\\['documentation_style'\\] = 'html'")
|
||||
|
|
Loading…
Reference in a new issue