3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cmdtest: Use a source file-name.

* gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
This commit is contained in:
Efraim Flashner 2021-05-22 21:38:48 +03:00
parent 8a0e94f69b
commit 015869d4c6
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -430,6 +430,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(uri (git-reference
(url "git://git.liw.fi/cmdtest/")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1yhcwsqcpckkq5kw3h07k0xg6infyiyzq9ni3nqphrzxis7hxjf1"))))