diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-09-02 17:28:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-09-02 17:28:45 -0400 |
commit | 988441124338993c9e781688a7b3e1234259b507 (patch) | |
tree | 6b73ebde2428e5312bc94a7509947b1110943a2f /km-packages | |
parent | 3f42842792a85214fa7dcd5376e59a772b5aa7fd (diff) | |
download | guix-packages-988441124338993c9e781688a7b3e1234259b507.tar.gz |
git-annex-dev: Remove unnecessary input
This is now an input for the upstream package.
Diffstat (limited to 'km-packages')
-rw-r--r-- | km-packages/git-annex.scm | 3 |
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. |