mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove python2-tlsh.
* gnu/packages/python-xyz.scm (python2-tlsh): Delete variable.
This commit is contained in:
parent
affa792b5e
commit
fdf967e8fe
1 changed files with 0 additions and 5 deletions
|
@ -12269,11 +12269,6 @@ (define-public python-tlsh
|
||||||
a hash value.")
|
a hash value.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-tlsh
|
|
||||||
(package/inherit python-tlsh
|
|
||||||
(name "python2-tlsh")
|
|
||||||
(inputs `(("python" ,python-2)))))
|
|
||||||
|
|
||||||
(define-public python-termcolor
|
(define-public python-termcolor
|
||||||
(package
|
(package
|
||||||
(name "python-termcolor")
|
(name "python-termcolor")
|
||||||
|
|
Loading…
Reference in a new issue