pythonPackags.plover: mark as broken
This commit is contained in:
parent
d3714e3445
commit
650fe83eb0
@ -12955,6 +12955,7 @@ in modules // {
|
|||||||
description = "OpenSteno Plover stenography software";
|
description = "OpenSteno Plover stenography software";
|
||||||
maintainers = with maintainers; [ twey kovirobi ];
|
maintainers = with maintainers; [ twey kovirobi ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
@ -12962,7 +12963,8 @@ in modules // {
|
|||||||
sha256 = "1jja37nhiypdx1z6cazp8ffsf0z3yqmpdbprpdzf668lcb422rl0";
|
sha256 = "1jja37nhiypdx1z6cazp8ffsf0z3yqmpdbprpdzf668lcb422rl0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ wxPython30 pyserial hidapi xlib appdirs pkgs.wmctrl mock ];
|
buildInputs = with self; [ pytest ];
|
||||||
|
propagatedBuildInputs = with self; [ wxPython pyserial hidapi xlib appdirs pkgs.wmctrl mock ];
|
||||||
};
|
};
|
||||||
|
|
||||||
pygal = buildPythonPackage rec {
|
pygal = buildPythonPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user