summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-07-08 23:18:41 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-07-08 23:18:41 +0300
commit718dffdf6e8342eaba72a1d8f8cef8ac61a2c5a2 (patch)
tree24696540f19975b4d79575878fb5052b6c8ec07a
parent5b35ef308c988a35aa27b1b446d5ea4dbe7ae1b1 (diff)
downloadguix-718dffdf6e8342eaba72a1d8f8cef8ac61a2c5a2.tar.gz
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
-rw-r--r--gnu/packages/crypto.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 9b89c7d545..aa4aab372b 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1107,6 +1107,7 @@ trivial to build for local use.  Portability is emphasized over performance.")
               (uri (git-reference
                     (url "https://github.com/bitcoin-core/secp256k1")
                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "12wksk7bi3yfzmk1zwh5b6846zcaycqz1w4w4p23apjc8da4jwpn"))))