diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:58:25 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:58:25 +0300 |
| commit | 088247f577b5e0128a09f3ce7de37bf460d756de (patch) | |
| tree | 406879ee3fd891604e9c98ece8297e44fb9273c7 /gnu | |
| parent | 5427e8bd07105df6585e8f9a22a1298555109408 (diff) | |
gnu: adns: Add source file-name.
* gnu/packages/dns.scm (adns)[source]: Add a file-name field.
Change-Id: I146f44ae353819af691e1a590d2f74b83b8d3c0d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dns.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 0a476245a5..1a030e249f 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -115,6 +115,7 @@ (uri (git-reference (url "git://git.chiark.greenend.org.uk/~ianmdlvl/adns.git") (commit (string-append "adns-" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "0ln3l5j7wb1xazrzl76p9xar52p6l2k1cwy7jazxw1acl71k9h5n")))) |
