From 1cb9c00614da7a9d56e2ee28c6da1bd8a53ef4e1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 7 Mar 2015 13:58:50 -0500 Subject: [PATCH] gnu: python-testlib: Fix license field. Fixes a problem introduced in a1920bc9f25210b2. Debugged by David Thompson. * gnu/packages/python.scm (python-testlib)[license]: 'expat' -> 'license:expat'. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 112aa4c388..ce882dba71 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3344,7 +3344,7 @@ Python style, together with a fast and comfortable execution environment.") (synopsis "Python micro test suite harness") (description "A micro unittest suite harness for Python.") (home-page "https://github.com/trentm/testlib") - (license expat))) + (license license:expat))) (define-public python2-testlib (package-with-python2 python-testlib))