diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1756b67953..d42434bd87 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22374,9 +22374,6 @@ It can be used to generate XCode projects, Visual Studio projects, Ninja build files, and Makefiles.") (license license:bsd-3)))) -(define-public python2-gyp - (package-with-python2 python-gyp)) - (define-public python-whatever (package (name "python-whatever") |