meguca: fix strict deps build
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user