guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mono: End phase with #t.


From: guix-commits
Subject: 01/02: gnu: mono: End phase with #t.
Date: Mon, 26 Nov 2018 20:00:55 -0500 (EST)

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

commit 8160baf8b755cc6217ac263a61724c789fcf49e8
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Nov 26 21:48:03 2018 +0100

    gnu: mono: End phase with #t.
    
    * gnu/packages/mono.scm (mono)[arguments]<#:phases>[set-env]: End with #t.
---
 gnu/packages/mono.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mono.scm b/gnu/packages/mono.scm
index 71d7aea..8ab449d 100644
--- a/gnu/packages/mono.scm
+++ b/gnu/packages/mono.scm
@@ -55,7 +55,8 @@
          (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.



reply via email to

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