mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: diffoscope: Console widowed brackets.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing brackets to the previous line.
This commit is contained in:
parent
afba93efd4
commit
ffecb2396f
1 changed files with 1 additions and 2 deletions
|
@ -180,8 +180,7 @@ (define-public diffoscope
|
|||
((or "x86_64-linux")
|
||||
`(("enjarify" ,enjarify)
|
||||
;; no unversioned openjdk available
|
||||
("openjdk:jdk" ,openjdk12 "jdk")
|
||||
))
|
||||
("openjdk:jdk" ,openjdk12 "jdk")))
|
||||
(_
|
||||
`()))
|
||||
("abootimg" ,abootimg)
|
||||
|
|
Loading…
Reference in a new issue