gnu: mkfontdir: Return #t from all phases.

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

View File

@ -4728,7 +4728,8 @@ protocol and arbitrary X extension protocol.")
"/bin/mkfontdir")
`("PATH" ":" prefix
(,(string-append (assoc-ref inputs "mkfontscale")
"/bin")))))))))
"/bin"))))
#t)))))
(inputs
`(("mkfontscale" ,mkfontscale)))
(native-inputs