meguca: fix strict deps build
This commit is contained in:
parent
9050cd5a5a
commit
676626a03f
|
@ -17,10 +17,10 @@ buildGoPackage {
|
|||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
nativeBuildInputs = [ pkgconfig cmake ];
|
||||
nativeBuildInputs = [ pkgconfig cmake go-bindata ];
|
||||
|
||||
buildInputs = [
|
||||
ffmpeg-full graphicsmagick ghostscript quicktemplate go-bindata
|
||||
ffmpeg-full graphicsmagick ghostscript quicktemplate
|
||||
easyjson emscripten opencv statik
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue