aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-25 16:39:27 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-26 10:22:26 +0200
commit9e60f02c00100e919d7f869aa7014e83a2a553b2 (patch)
treeae407449acf21c0517b1bd18d9e29cd122caed00
parent556ac2bed6ce365c05253dd3a5b3639f8fe9403d (diff)
downloadhaketilo-hydrilla-9e60f02c00100e919d7f869aa7014e83a2a553b2.tar.gz
haketilo-hydrilla-9e60f02c00100e919d7f869aa7014e83a2a553b2.zip
[builder][server][proxy] make indentation of `substitute*` in hydrilla.scm consistent
-rw-r--r--hydrilla-guix/hydrilla.scm2
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?