From 488ad475ca7112d64f9f1f0d4934c3293388bf1a Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 15 Sep 2021 16:06:52 +0300 Subject: remove golang package causing build failure --- guix.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/guix.scm b/guix.scm index 729d089..75ed4a9 100644 --- a/guix.scm +++ b/guix.scm @@ -43,7 +43,6 @@ (gnu packages databases) (gnu packages statistics) (gnu packages bioconductor) - (gn packages golang) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -83,7 +82,6 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) - ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("gemma-wrapper" ,gemma-wrapper) ("gunicorn" ,gunicorn) ("python" ,python-wrapper) -- cgit v1.2.3