diff options
-rw-r--r-- | hydrilla-guix/hydrilla.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hydrilla-guix/hydrilla.scm b/hydrilla-guix/hydrilla.scm index 70e052b..1e266af 100644 --- a/hydrilla-guix/hydrilla.scm +++ b/hydrilla-guix/hydrilla.scm @@ -90,7 +90,7 @@ network stream packet formats, etc.") (add-after 'unpack 'relax-requirements (lambda _ (substitute* "setup.py" - (("arpeggio[^']*") "arpeggio")))) + (("arpeggio[^']*") "arpeggio")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? |