Loading pkgs/development/python-modules/imageio-ffmpeg/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -29,15 +29,10 @@ buildPythonPackage rec { patches = [ (substituteAll { src = ./ffmpeg-path.patch; ffmpeg = "${ffmpeg}/bin/ffmpeg"; ffmpeg = lib.getExe ffmpeg; }) ]; # https://github.com/imageio/imageio-ffmpeg/issues/59 postPatch = '' sed -i '/setup_requires=\["pip>19"\]/d' setup.py ''; build-system = [ setuptools ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/imageio-ffmpeg/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -29,15 +29,10 @@ buildPythonPackage rec { patches = [ (substituteAll { src = ./ffmpeg-path.patch; ffmpeg = "${ffmpeg}/bin/ffmpeg"; ffmpeg = lib.getExe ffmpeg; }) ]; # https://github.com/imageio/imageio-ffmpeg/issues/59 postPatch = '' sed -i '/setup_requires=\["pip>19"\]/d' setup.py ''; build-system = [ setuptools ]; nativeCheckInputs = [ Loading