mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: subunit: Adjust style.
* gnu/packages/check.scm (subunit): Fix fill column and indentation. Change-Id: I597432d65637369d0d7f77c3b59547555b5f259b
This commit is contained in:
parent
113febd212
commit
65e0ab7457
1 changed files with 26 additions and 23 deletions
|
@ -3933,30 +3933,33 @@ helpers for writing tests.")
|
||||||
(package
|
(package
|
||||||
(name "subunit")
|
(name "subunit")
|
||||||
(version "1.4.4")
|
(version "1.4.4")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/testing-cabal/subunit")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/testing-cabal/subunit")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
|
(base32 "0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list autoconf
|
(native-inputs
|
||||||
automake
|
(list autoconf
|
||||||
check
|
automake
|
||||||
cppunit
|
check
|
||||||
libtool
|
cppunit
|
||||||
pkg-config
|
libtool
|
||||||
python-fixtures
|
pkg-config
|
||||||
python-hypothesis
|
python-fixtures
|
||||||
python-testscenarios))
|
python-hypothesis
|
||||||
(inputs (list perl python))
|
python-testscenarios))
|
||||||
(propagated-inputs (list
|
(inputs
|
||||||
python-iso8601
|
(list perl
|
||||||
python-pygobject
|
python))
|
||||||
python-testtools))
|
(propagated-inputs
|
||||||
|
(list python-iso8601
|
||||||
|
python-pygobject
|
||||||
|
python-testtools))
|
||||||
(home-page "https://github.com/testing-cabal/subunit")
|
(home-page "https://github.com/testing-cabal/subunit")
|
||||||
(synopsis "Test reporting and control protocol")
|
(synopsis "Test reporting and control protocol")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue