Commit e4036c96 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

python3Packages.ffmpy: move uv-build to build-system

parent f079f093
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "ffmpy" ];

  nativeBuildInputs = [ uv-build ];
  build-system = [ uv-build ];

  nativeCheckInputs = [
    pytestCheckHook