mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xfig: Correct typographic error.
* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
This commit is contained in:
parent
7d35462923
commit
79728b621b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ (define-public xfig
|
|||
(out (assoc-ref outputs "out")))
|
||||
(substitute* "Imakefile"
|
||||
(("XCOMM XAPPLOADDIR = /home/user/xfig *")
|
||||
(string-append "XAPPLOADDIR = " out %app-defaults-dir))
|
||||
(string-append "XAPPLOADDIR = " out ,%app-defaults-dir))
|
||||
(("XCOMM (BINDIR = )[[:graph:]]*" _ front)
|
||||
(string-append front out "/bin"))
|
||||
(("(PNGLIBDIR = )[[:graph:]]*" _ front)
|
||||
|
|
Loading…
Reference in a new issue