diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-05 16:08:03 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-05 16:31:08 +0300 |
| commit | c46c6b539ad2562daaea06640671c700c6561ce5 (patch) | |
| tree | 7a3411f3bcc75a7aa969baef5818dae428bd7e0e | |
| parent | wigust: emacs-assess: Fix check phase. (diff) | |
| download | guix-wigust-c46c6b539ad2562daaea06640671c700c6561ce5.tar.gz | |
wigust: Delete python2-starred.
* wigust/packages/python.scm (python2-starred): Delete variable.
| -rw-r--r-- | wigust/packages/python.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wigust/packages/python.scm b/wigust/packages/python.scm index 7b0aa06..bb65a57 100644 --- a/wigust/packages/python.scm +++ b/wigust/packages/python.scm @@ -267,17 +267,6 @@ (description "Awesome List used GitHub stars.") (license license:expat))) -(define-public python2-starred - (let ((base (package-with-python2 - (strip-python2-variant python-starred)))) - (package - (inherit base) - (propagated-inputs - `(("python2-github2", python2-github) - ,@(alist-delete "python-github" - (package-propagated-inputs base) - equal?)))))) - ;; TODO: make test fails to found ddgr (define-public python-ddgr (package |
