mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-pickleshare.
* gnu/packages/databases.scm (python2-pickleshare): Delete variable.
This commit is contained in:
parent
d76de71dd6
commit
9384d5de3c
1 changed files with 0 additions and 9 deletions
|
@ -3546,17 +3546,8 @@ value in database is immediately visible to other processes accessing the same
|
|||
database. Concurrency is possible because the values are stored in separate
|
||||
files. Hence the “database” is a directory where all files are governed by
|
||||
PickleShare.")
|
||||
(properties `((python2-variant . ,(delay python2-pickleshare))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pickleshare
|
||||
(let ((pickleshare (package-with-python2
|
||||
(strip-python2-variant python-pickleshare))))
|
||||
(package (inherit pickleshare)
|
||||
(propagated-inputs (modify-inputs (package-propagated-inputs
|
||||
pickleshare)
|
||||
(prepend python2-pathlib2))))))
|
||||
|
||||
(define-public python-apsw
|
||||
(package
|
||||
(name "python-apsw")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue