meguca: fix strict deps build
This commit is contained in:
parent
9050cd5a5a
commit
676626a03f
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user