labelimg: fix build (#57714)
for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
This commit is contained in:
parent
566d0aedd9
commit
a14a7d958f
@ -6,6 +6,9 @@
|
|||||||
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
|
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
|
||||||
sha256 = "126kc4r7xm9170kh7snqsfkkc868m5bcnswrv7b4cq9ivlrdwbm4";
|
sha256 = "126kc4r7xm9170kh7snqsfkkc868m5bcnswrv7b4cq9ivlrdwbm4";
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = with python2Packages; [
|
||||||
|
pyqt4
|
||||||
|
];
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
pyqt4
|
pyqt4
|
||||||
lxml
|
lxml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user