mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: python2-graphene: Remove package.
* gnu/packages/python-xyz.scm (python2-graphene): Remove variable. (python-graphene)[properties]: Remove field.
This commit is contained in:
parent
82a5c26544
commit
575902e903
1 changed files with 0 additions and 9 deletions
|
@ -14195,17 +14195,8 @@ (define-public python-graphene
|
|||
"Graphene is a Python library for building GraphQL schemas/types.
|
||||
A GraphQL schema describes your data model, and provides a GraphQL server
|
||||
with an associated set of resolve methods that know how to fetch data.")
|
||||
(properties `((python2-variant . ,(delay python2-graphene))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-graphene
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-graphene))))
|
||||
(package (inherit base)
|
||||
(native-inputs
|
||||
`(("python2-sqlalchemy" ,python2-sqlalchemy)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-nautilus
|
||||
(package
|
||||
(name "python-nautilus")
|
||||
|
|
Loading…
Reference in a new issue