diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-25 16:39:27 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-26 10:22:26 +0200 |
commit | 9e60f02c00100e919d7f869aa7014e83a2a553b2 (patch) | |
tree | ae407449acf21c0517b1bd18d9e29cd122caed00 /hydrilla-guix | |
parent | 556ac2bed6ce365c05253dd3a5b3639f8fe9403d (diff) | |
download | haketilo-hydrilla-9e60f02c00100e919d7f869aa7014e83a2a553b2.tar.gz haketilo-hydrilla-9e60f02c00100e919d7f869aa7014e83a2a553b2.zip |
[builder][server][proxy] make indentation of `substitute*` in hydrilla.scm consistent
Diffstat (limited to 'hydrilla-guix')
-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? |