diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 60173a9..7c833a0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -410,8 +410,8 @@ Graphical Fragment Assembly} files and related formats.") (arguments `(#:python python-wrapper #:tests? #f ; no 'setup.py test' - #:phases %standard-phases - (modify-phases ,phases + #:phases + (modify-phases %standard-phases (delete 'reset-gzip-timestamps) (add-after 'unpack 'fix-paths-scripts (lambda _ |