guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libreoffice: Fix typo


From: John Darrington
Subject: 01/01: gnu: libreoffice: Fix typo
Date: Sun, 23 Nov 2014 13:49:49 +0000

jmd pushed a commit to branch wip-libreoffice
in repository guix.

commit 846cf9657d9170c34bbe2082d898ca1333d010bb
Author: John Darrington <address@hidden>
Date:   Sun Nov 23 14:49:13 2014 +0100

    gnu: libreoffice: Fix typo
    
    * gnu/packages/libreoffice.scm (libreoffice): Fix typo in previous commit
---
 gnu/packages/libreoffice.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 31d3eb7..8fbb28b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1024,7 +1024,7 @@ applications.")
                               (let ((pgm (string-append out 
"/lib/libreoffice/program/" f)))
                                 (system (string-append "ls -l " pgm))
                                 (symlink pgm
-                                         (string-append out "/bin/" f)))
+                                         (string-append out "/bin/" f))))
                               '("gengal"
                                 "gnome-open-url"
                                 "kde-open-url"
@@ -1048,7 +1048,7 @@ applications.")
                                 "unoinfo"
                                 "unopkg"
                                 "uri-encode"
-                                "xpdfimport")))))
+                                "xpdfimport"))))
                   %standard-phases)))))
 
     (inputs `(("fontconfig" ,fontconfig)



reply via email to

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