mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-trytond: End phase in #t.
* gnu/packages/tryton.scm (python-trytond): End phase in #t.
This commit is contained in:
parent
c2ab5d9233
commit
fa5255fd6a
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ (define-public python-trytond
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue