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
|
||||
(name "subunit")
|
||||
(version "1.4.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/testing-cabal/subunit")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/testing-cabal/subunit")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list autoconf
|
||||
automake
|
||||
check
|
||||
cppunit
|
||||
libtool
|
||||
pkg-config
|
||||
python-fixtures
|
||||
python-hypothesis
|
||||
python-testscenarios))
|
||||
(inputs (list perl python))
|
||||
(propagated-inputs (list
|
||||
python-iso8601
|
||||
python-pygobject
|
||||
python-testtools))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
check
|
||||
cppunit
|
||||
libtool
|
||||
pkg-config
|
||||
python-fixtures
|
||||
python-hypothesis
|
||||
python-testscenarios))
|
||||
(inputs
|
||||
(list perl
|
||||
python))
|
||||
(propagated-inputs
|
||||
(list python-iso8601
|
||||
python-pygobject
|
||||
python-testtools))
|
||||
(home-page "https://github.com/testing-cabal/subunit")
|
||||
(synopsis "Test reporting and control protocol")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue