Unverified Commit 41983cf5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.qiling: mark as broken (#449224)

parents d1b7a184 56b3e258
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 = [ ];
  };
}