From 66fc746068bc92bf992f30688f34144370b727bc Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:40:40 -0400 Subject: [PATCH] gnu: Remove python2-straight-plugin. * gnu/packages/python-xyz.scm (python2-straight-plugin): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bfcbbd9fb7..80974120a8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11844,9 +11844,6 @@ (define-public python-straight-plugin add functionality and customization to your projects with their own plugins.") (license license:expat))) -(define-public python2-straight-plugin - (package-with-python2 python-straight-plugin)) - (define-public python-pysendfile (package (name "python-pysendfile")