guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python2-send2trash: Don't inherit properties from python-sen


From: guix-commits
Subject: 01/01: gnu: python2-send2trash: Don't inherit properties from python-send2trash.
Date: Thu, 18 Apr 2019 20:33:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f32164abd3d9c307959cf60393cdc9027b8703ca
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 19 02:29:43 2019 +0200

    gnu: python2-send2trash: Don't inherit properties from python-send2trash.
    
    This is a follow-up to commit 20b3fde7763a14f605ac8a0aba1abfa73a6e7dda.
    Commits and beer do not mix well.
    
    * gnu/packages/python-xyz.scm (python2-send2trash): Inherit using 
STRIP-PYTHON2-VARIANT.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f64a09e..9d66141 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13586,7 +13586,7 @@ user's @file{~/Trash} directory.")
 
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]