gnu: aspell: Return #t from all phases.

* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from
the 'wrap-aspell' phase.
master
Mark H Weaver 2018-03-20 14:10:12 -04:00
parent bca2413141
commit d3da21d222
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -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