Commit 56b3e258 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.qiling: mark as broken

No longer builds using current cmake. Last source update was 2022.
parent dbe62f81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ buildPythonPackage rec {
    homepage = "https://qiling.io/";
    changelog = "https://github.com/qilingframework/qiling/releases/tag/${version}";
    license = licenses.gpl2Only;
    broken = true;
    maintainers = [ ];
  };
}