gnu: maxflow: Use GIT-FILE-NAME.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 6 Oct 2019 21:59:02 +0000 (23:59 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 8 Oct 2019 03:29:28 +0000 (05:29 +0200)
* gnu/packages/maths.scm (maxflow)[source]: Use GIT-FILE-NAME.

gnu/packages/maths.scm

index 03738c6..c1640fa 100644 (file)
@@ -1772,7 +1772,7 @@ ASCII text files using Gmsh's own scripting language.")
               (uri (git-reference
                     (url "https://github.com/gerddie/maxflow.git")
                     (commit "42401fa54823d16b9da47716f04e5d9ef1605875")))
-              (file-name (string-append name "-" version "-checkout"))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb"))))