meguca: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-17 23:23:32 +00:00
parent 9050cd5a5a
commit 676626a03f
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -17,10 +17,10 @@ buildGoPackage {
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig cmake ]; nativeBuildInputs = [ pkgconfig cmake go-bindata ];
buildInputs = [ buildInputs = [
ffmpeg-full graphicsmagick ghostscript quicktemplate go-bindata ffmpeg-full graphicsmagick ghostscript quicktemplate
easyjson emscripten opencv statik easyjson emscripten opencv statik
]; ];