forked from mirrors/nixpkgs
livepeer: fix build with strict deps
This commit is contained in:
parent
be283a97e5
commit
adb623147a
|
@ -16,7 +16,9 @@ buildGoPackage rec {
|
|||
sha256 = "07vhw787wq5q4xm7zvswjdsmr20pwfa39wfkgamb7hkrffn3k2ia";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ffmpeg ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ ffmpeg ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue