livepeer: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 10:48:37 +00:00
parent be283a97e5
commit adb623147a
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -16,7 +16,9 @@ buildGoPackage rec {
sha256 = "07vhw787wq5q4xm7zvswjdsmr20pwfa39wfkgamb7hkrffn3k2ia";
};
buildInputs = [ pkgconfig ffmpeg ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ffmpeg ];
enableParallelBuilding = true;