boxfs: work around box.com breaking their API

See <https://github.com/drotiro/boxfs2/issues/11>.

This should soon be fixed upstream. Until then, any bugs are mine.
This commit is contained in:
Tobias Geerinckx-Rice
2015-06-08 16:56:55 +02:00
parent dd6ceb61fa
commit b2d300e59b
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ in stdenv.mkDerivation {
cp -a --no-preserve=mode ${libjson} libjson
'';
patches = [ ./work-around-API-borkage.patch ];
buildInputs = [ curl fuse libxml2 pkgconfig ];
buildFlags = "static";