diff options
author | Frederick Muriuki Muriithi | 2025-05-02 09:15:25 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-05-02 09:15:25 -0500 |
commit | 1c01695e6d04c6d81cab239417a79b68eeb28c8c (patch) | |
tree | 3891aefca3f006439b0132291af788e7162c6622 /gn | |
parent | 3efb3c1dd9b6858481ceb48d2d9160bde172a80b (diff) | |
download | guix-bioinformatics-1c01695e6d04c6d81cab239417a79b68eeb28c8c.tar.gz |
gn-libs: name the checkout for easier build debugging.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 655edce..c4f41d9 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -592,6 +592,7 @@ storage.") (uri (git-reference (url "https://git.genenetwork.org/gn-libs") (commit commit))) + (file-name (git-file-name name version)) (hash (content-hash (base32 |