hydron: fix strict deps build

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

View File

@ -15,8 +15,10 @@ buildGoPackage {
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ffmpeg-full graphicsmagick quicktemplate go-bindata easyjson ]; nativeBuildInputs = [ pkgconfig go-bindata ];
buildInputs = [ ffmpeg-full graphicsmagick quicktemplate easyjson ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/bakape/hydron"; homepage = "https://github.com/bakape/hydron";