gnu: python2-send2trash: Don't inherit properties from python-send2trash.

This is a follow-up to commit 20b3fde776.
Commits and beer do not mix well.

* gnu/packages/python-xyz.scm (python2-send2trash): Inherit using STRIP-PYTHON2-VARIANT.
This commit is contained in:
Marius Bakke 2019-04-19 02:29:43 +02:00
parent 20b3fde776
commit f32164abd3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -13586,7 +13586,7 @@ (define-public python-send2trash
(define-public python2-send2trash
(package
(inherit (package-with-python2 python-send2trash))
(inherit (package-with-python2 (strip-python2-variant python-send2trash)))
(arguments
(substitute-keyword-arguments (package-arguments python-send2trash)
((#:phases phases)