aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-09-02 17:28:45 -0400
committerKyle Meyer <kyle@kyleam.com>2019-09-02 17:28:45 -0400
commit988441124338993c9e781688a7b3e1234259b507 (patch)
tree6b73ebde2428e5312bc94a7509947b1110943a2f
parent3f42842792a85214fa7dcd5376e59a772b5aa7fd (diff)
downloadguix-packages-988441124338993c9e781688a7b3e1234259b507.tar.gz
git-annex-dev: Remove unnecessary input
This is now an input for the upstream package.
-rw-r--r--km-packages/git-annex.scm3
1 files changed, 1 insertions, 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.