summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:21:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:21:35 -0400
commit8c2001efb20dfe68d91e8163722f7d45a0b8d53e (patch)
tree65b0a8b5deb319657adc27968e4d0ef601a7ce56 /doc/bugs
parent27bb75f655fcbd4ed883329615dac0371e93989f (diff)
git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite.
The p2p code made it always be needed. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/crypto-api_is_a_global_dependency_because_of_Utility.AuthToken.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/crypto-api_is_a_global_dependency_because_of_Utility.AuthToken.mdwn b/doc/bugs/crypto-api_is_a_global_dependency_because_of_Utility.AuthToken.mdwn
index 29faab8d4..fcde456fd 100644
--- a/doc/bugs/crypto-api_is_a_global_dependency_because_of_Utility.AuthToken.mdwn
+++ b/doc/bugs/crypto-api_is_a_global_dependency_because_of_Utility.AuthToken.mdwn
@@ -22,3 +22,4 @@ We need to make `crypto-api` into a global dependency. Here is a [patch](https:/
Oh yes! I use it everyday to sync collections of binary files across computers and VM's!
+> [[fixed|done]], thanks! --[[Joey]]