diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-01-08 20:38:13 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-17 18:30:27 +0100 |
commit | dcc6f0537f593af49c0b3e96ab8350b3ceba694f (patch) | |
tree | ce5a054ee0de0da1c56066ed9928fed2271655f8 /gnu | |
parent | 7bbb329060f56ea4a102d2d7d0900fa0daf20265 (diff) | |
download | guix-dcc6f0537f593af49c0b3e96ab8350b3ceba694f.tar.gz guix-dcc6f0537f593af49c0b3e96ab8350b3ceba694f.zip |
gnu: web: Delete trailing whitespace.
* gnu/packages/web.scm (krona-tools): Delete trailing whitespace.
Change-Id: Ide601b011d3e2c3c736bf041571f9ab00b5b5b1d
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 47c58f8c38..c227b9e723 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1481,7 +1481,7 @@ efficiently. It gives the application developer no more than 4 methods.") "ImportTaxonomy" "ImportText" "ImportXML")) - (for-each + (for-each (lambda (directory) (copy-recursively directory (string-append perl "/../" directory))) |