diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 80b71286781..0f1b8fb0fad 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5955,7 +5955,7 @@ outside of the Zope framework.") #:tests? #f #:phases #~(modify-phases %standard-phases (delete 'sanity-check))) - (substitute-keyword-arguments (package-arguments orig) + (substitute-keyword-arguments arguments ((#:tests? _ #f) #f) ((#:phases phases '%standard-phases) #~(modify-phases #$phases |
