mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
hydron: fix strict deps build
This commit is contained in:
parent
b29aa1206d
commit
9050cd5a5a
@ -15,8 +15,10 @@ buildGoPackage {
|
||||
};
|
||||
|
||||
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; {
|
||||
homepage = "https://github.com/bakape/hydron";
|
||||
|
Loading…
Reference in New Issue
Block a user