labelimg: fix build (#57714)

for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
This commit is contained in:
Stephen 2019-03-15 12:50:03 -07:00 committed by xeji
parent 566d0aedd9
commit a14a7d958f

View file

@ -6,6 +6,9 @@
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
sha256 = "126kc4r7xm9170kh7snqsfkkc868m5bcnswrv7b4cq9ivlrdwbm4";
};
nativeBuildInputs = with python2Packages; [
pyqt4
];
propagatedBuildInputs = with python2Packages; [
pyqt4
lxml