mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: djvusmooth: Fix path to djvused.
* gnu/packages/djvu.scm (djvusmooth)[arguments]: Add 'fix-paths' phase.
This commit is contained in:
parent
824a9f1060
commit
446ec88a40
1 changed files with 10 additions and 1 deletions
|
@ -295,7 +295,16 @@ and white.")
|
|||
("python2-subprocess32" ,python2-subprocess32)
|
||||
("python2-wxpython" ,python2-wxpython)))
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
`(#:python ,python-2
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "lib/djvused.py"
|
||||
(("djvused_path = 'djvused'")
|
||||
(string-append "djvused_path = '"
|
||||
(assoc-ref inputs "djvulibre")
|
||||
"/bin/djvused'"))))))))
|
||||
(synopsis "Graphical editor for DjVu documents")
|
||||
(description
|
||||
"@code{djvusmooth} is a graphical editor for DjVu_ documents.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue