labelimg: fix build (#57714)
for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
This commit is contained in:
parent
566d0aedd9
commit
a14a7d958f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue