summaryrefslogtreecommitdiff
path: root/gnu/packages/dlang.scm
diff options
context:
space:
mode:
authorJonas Meeuws <jonas.meeuws@gmail.com>2026-02-09 22:34:56 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-03-12 08:57:23 +0100
commitb923081da0422a41c0cea633dd55a5243dae5b48 (patch)
tree2ff7eb7e066c835379150865ce63d73848c1dfad /gnu/packages/dlang.scm
parentf1d06ca5f7d466be367f754921750af1cf7d61d9 (diff)
gnu: d-demangler: Reformat.
* gnu/packages/dlang.scm (d-demangler): Reformat. Change-Id: I910f786afbc1fe4819ca9b1081a89553213bde2f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/dlang.scm')
-rw-r--r--gnu/packages/dlang.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 15a27d31948..6dbfaff41c6 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -746,8 +746,8 @@ to a minimal test case.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/lievenhey/d_demangler")
- (commit (string-append "version-" version))))
+ (url "https://github.com/lievenhey/d_demangler")
+ (commit (string-append "version-" version))))
(file-name (git-file-name name version))
(sha256
(base32
@@ -765,8 +765,8 @@ to a minimal test case.")
(install-file "libd_demangle.so"
(string-append #$output "/lib")))))))
(native-inputs (list dmd))
- (home-page "https://github.com/lievenhey/d_demangler")
(synopsis "Utility to demangle D symbols")
(description "@command{d_demangle} is a small utility that can be used to
demangle D symbols. A shared library is also provided.")
- (license license:gpl3+)))
+ (license license:gpl3+)
+ (home-page "https://github.com/lievenhey/d_demangler")))