mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
2108526158
commit
5dee9186b4
1 changed files with 45 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue