summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-25 19:01:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-25 19:01:41 +0200
commitffecb2396fb19f2dd27ac5850dbb8294eb637e55 (patch)
treec96509297995996f53144090a4e9e2d8efa9df70 /gnu/packages/diffoscope.scm
parentafba93efd43ef58d1c9920f119250c58c5505b87 (diff)
downloadguix-patches-ffecb2396fb19f2dd27ac5850dbb8294eb637e55.tar
guix-patches-ffecb2396fb19f2dd27ac5850dbb8294eb637e55.tar.gz
gnu: diffoscope: Console widowed brackets.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing brackets to the previous line.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm3
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)