guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: aspell: Return #t from all phases.


From: Mark H. Weaver
Subject: 04/05: gnu: aspell: Return #t from all phases.
Date: Tue, 20 Mar 2018 14:23:29 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit d3da21d222665de607f65d475dff1d2d55247753
Author: Mark H Weaver <address@hidden>
Date:   Tue Mar 20 14:10:12 2018 -0400

    gnu: aspell: Return #t from all phases.
    
    * gnu/packages/aspell.scm (aspell)[arguments]: Return #t from
    the 'wrap-aspell' phase.
---
 gnu/packages/aspell.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e1fe3db..7b23477 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -55,7 +55,8 @@
                                               "/bin/aspell")))
                (wrap-program bin/aspell
                  '("ASPELL_CONF" "" =
-                   ("${ASPELL_CONF:-\"dict-dir 
${GUIX_PROFILE:-$HOME/.guix-profile}/lib/aspell\"}")))))))))
+                   ("${ASPELL_CONF:-\"dict-dir 
${GUIX_PROFILE:-$HOME/.guix-profile}/lib/aspell\"}")))
+               #t))))))
     (inputs `(("perl" ,perl)))
 
     (native-search-paths



reply via email to

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