gnu: aspell: Return #t from all phases.
* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase.
This commit is contained in:
parent
bca2413141
commit
d3da21d222
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user