guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: xfig: Correct typographic error.


From: John Darrington
Subject: 02/02: gnu: xfig: Correct typographic error.
Date: Fri, 13 Jan 2017 06:29:16 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit 79728b621bb3032984252c244b710993ae1aa984
Author: John Darrington <address@hidden>
Date:   Fri Jan 13 07:26:37 2017 +0100

    gnu: xfig: Correct typographic error.
    
    * gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
---
 gnu/packages/xfig.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm
index ad1b432..2e65000 100644
--- a/gnu/packages/xfig.scm
+++ b/gnu/packages/xfig.scm
@@ -66,7 +66,7 @@
                           (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]