3
0
Fork 0
forked from mirrors/nixpkgs

labelimg: fix build (#57714)

for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2

(cherry picked from commit a14a7d958f)
This commit is contained in:
Stephen 2019-03-15 12:50:03 -07:00 committed by Uli Baum
parent fc433ae9ff
commit cfeda58f95

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