diff options
author | Efraim Flashner <[email protected]> | 2019-12-17 09:17:27 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2019-12-17 09:17:27 +0200 |
commit | ca825070e49cd7239fa80762cf2e64bc8c45858c (patch) | |
tree | 6b2ab77870298890f696e97d4a1b17cdf159f57a | |
parent | e5c32a3afa4b3b24fa8e93d8453b0977e492a27e (diff) |
gnu: pinfo: Use a source file name.
* gnu/packages/texinfo.scm (pinfo)[source]: Add 'file-name'.
-rw-r--r-- | gnu/packages/texinfo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 1162e77b07..44800b3961 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2019 Ludovic Courtès <[email protected]> ;;; Copyright © 2014, 2016 Eric Bavier <[email protected]> ;;; Copyright © 2015 Mark H Weaver <[email protected]> -;;; Copyright © 2017 Efraim Flashner <[email protected]> +;;; Copyright © 2017, 2019 Efraim Flashner <[email protected]> ;;; Copyright © 2019 Ricardo Wurmus <[email protected]> ;;; ;;; This file is part of GNU Guix. @@ -197,6 +197,7 @@ Texi2HTML.") (uri (git-reference (url "https://github.com/baszoetekouw/pinfo.git") (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "173d2p22irwiabvr4z6qvr6zpr6ysfkhmadjlyhyiwd7z62larvy")))) |