From 236fe9aea9abde1c5087b14d29606d86eba0653c Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 10 May 2021 13:53:59 +0300 Subject: guix.scm: Add missing comma in propagated-input --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 13f84d8..757fc6d 100644 --- a/guix.scm +++ b/guix.scm @@ -77,7 +77,7 @@ ("python-mypy-extensions" ,python-mypy-extensions) ("python-mysqlclient" ,python-mysqlclient) ("python-numpy" ,python-numpy) - ("python-pylint" python-pylint) + ("python-pylint" ,python-pylint) ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) -- cgit v1.2.3