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:
parent
20b3fde776
commit
f32164abd3
|
@ -13586,7 +13586,7 @@ user's @file{~/Trash} directory.")
|
||||||
|
|
||||||
(define-public python2-send2trash
|
(define-public python2-send2trash
|
||||||
(package
|
(package
|
||||||
(inherit (package-with-python2 python-send2trash))
|
(inherit (package-with-python2 (strip-python2-variant python-send2trash)))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments python-send2trash)
|
(substitute-keyword-arguments (package-arguments python-send2trash)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Reference in New Issue