gnu: mono: End phase with #t.

* gnu/packages/mono.scm (mono)[arguments]<#:phases>[set-env]: End with #t.
This commit is contained in:
Danny Milosavljevic 2018-11-26 21:48:03 +01:00
parent aaff78bef9
commit 8160baf8b7
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -55,7 +55,8 @@ (define-public mono
(add-after 'unpack 'set-env
(lambda _ ;;* (#:key inputs #:allow-other-keys)
;; all tests under mcs/class fail trying to access $HOME
(setenv "HOME" "/tmp")))
(setenv "HOME" "/tmp")
#t))
(add-after 'unpack 'fix-includes
(lambda _
;; makedev is in <sys/sysmacros.h> now. Include it.