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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user