Commit 6131c675 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.paddlepaddle: mark broken

It fails to build with

    sed: -e expression #1, char 24: unknown option to `s'
parent f08f5c0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ buildPythonPackage {
  passthru.updateScript = ./update.sh;

  meta = {
    broken = true;
    description = "Machine Learning Framework from Industrial Practice";
    homepage = "https://github.com/PaddlePaddle/Paddle";
    license = lib.licenses.asl20;