diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-25 19:01:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-25 19:01:41 +0200 |
commit | ffecb2396fb19f2dd27ac5850dbb8294eb637e55 (patch) | |
tree | c96509297995996f53144090a4e9e2d8efa9df70 | |
parent | afba93efd43ef58d1c9920f119250c58c5505b87 (diff) |
gnu: diffoscope: Console widowed brackets.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing
brackets to the previous line.
-rw-r--r-- | gnu/packages/diffoscope.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 6ccb4fd169..49d0f32bbf 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -180,8 +180,7 @@ ((or "x86_64-linux") `(("enjarify" ,enjarify) ;; no unversioned openjdk available - ("openjdk:jdk" ,openjdk12 "jdk") - )) + ("openjdk:jdk" ,openjdk12 "jdk"))) (_ `())) ("abootimg" ,abootimg) |