From 988441124338993c9e781688a7b3e1234259b507 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 2 Sep 2019 17:28:45 -0400 Subject: git-annex-dev: Remove unnecessary input This is now an input for the upstream package. --- km-packages/git-annex.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/km-packages/git-annex.scm b/km-packages/git-annex.scm index e961994..cc298aa 100644 --- a/km-packages/git-annex.scm +++ b/km-packages/git-annex.scm @@ -97,8 +97,7 @@ full-featured binding.") (delete-file "Setup.hs") #t)) (delete 'check)))))) - (inputs `(("ghc-concurrent-output" ,ghc-concurrent-output) - ("ghc-magic" ,ghc-magic) + (inputs `(("ghc-magic" ,ghc-magic) ,@(package-inputs git-annex)))))) ;; Upstream doesn't use ghc-magic yet. -- cgit v1.2.3