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