diff options
| author | BonfaceKilz | 2021-05-10 13:53:59 +0300 | 
|---|---|---|
| committer | BonfaceKilz | 2021-05-10 13:53:59 +0300 | 
| commit | 236fe9aea9abde1c5087b14d29606d86eba0653c (patch) | |
| tree | 40b1c4a51f768e9007047004eb0e4a4e731e130e | |
| parent | 668072c99d3bf16dd3f8d671fb9cf3ed42a5b057 (diff) | |
| download | genenetwork3-236fe9aea9abde1c5087b14d29606d86eba0653c.tar.gz | |
guix.scm: Add missing comma in propagated-input
| -rw-r--r-- | guix.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
