Commit 43f2f939 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.sqlbag: mark as broken

parent 65cb7241
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,5 +87,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/djrobstep/sqlbag";
    license = with licenses; [ unlicense ];
    maintainers = with maintainers; [ soispha ];
    broken = true; # Fails to build against the current flask version
  };
}