guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-trytond: End phase in #t.


From: Danny Milosavljevic
Subject: 01/01: gnu: python-trytond: End phase in #t.
Date: Mon, 22 Jan 2018 16:09:52 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit fa5255fd6a8c50fd03347e85a8dededf179d1101
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 22 22:09:27 2018 +0100

    gnu: python-trytond: End phase in #t.
    
    * gnu/packages/tryton.scm (python-trytond): End phase in #t.
---
 gnu/packages/tryton.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 90ca245..30f38e6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -62,7 +62,8 @@
        (modify-phases %standard-phases
          (add-before 'check 'preparations
            (lambda _
-             (setenv "DB_NAME" ":memory:"))))))
+             (setenv "DB_NAME" ":memory:")
+             #t)))))
     (home-page "https://www.tryton.org/";)
     (synopsis "Server component of Tryton")
     (description "Tryton is a three-tier high-level general purpose



reply via email to

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