gnu: python-lirc: Fix file-name.

* gnu/packages/lirc.scm (python-lirc, python2-lirc): Indentation fixes.
[source]: Fix misleading file-name.
This commit is contained in:
Leo Famulari 2016-08-19 17:41:22 -04:00
parent 2108526158
commit 5dee9186b4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -103,7 +103,7 @@ (define-public python-lirc
(sha256
(base32
"0cm47s5pvijfs3v2k7hmpxv3mvp4n5la0ihnsczk5ym3iq166jil"))
(file-name (string-append name "-" version ".tar.gz"))))
(file-name (string-append name "-" version))))
(build-system python-build-system)
(inputs
`(("lirc" ,lirc)))
@ -127,7 +127,7 @@ (define-public python2-lirc
(package
(inherit base)
(arguments
`(#:tests? #f ; the only tests there are are human-interactive
`(#:tests? #f ; the only tests that exist are human-interactive
#:phases
(modify-phases %standard-phases
(add-before 'build 'build-from-cython-files