From 694504baa449b8bd6ff73ca37edcc6dd457fdba1 Mon Sep 17 00:00:00 2001 From: Jesse Gibbons Date: Mon, 9 Dec 2019 19:17:28 -0700 Subject: [PATCH 5/5] gnu: Add python2-funcparserlib * gnu/packages/python-xyz.scm (python2-funcparserlib): New variable. --- gnu/packages/python-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9c476b0bce..06dd30cbc5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16830,3 +16830,7 @@ converters and more, those based on the library itself.") (description "Recursive descent parsing library based on functional combinators") (license license:expat))) + +(define-public python2-funcparserlib + (package-with-python2 python-funcparserlib)) + -- 2.24.0