summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2019-03-15 12:50:03 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-15 20:50:03 +0100
commita14a7d958fb48a13c8a6fcb1fb385cac363ce3d4 (patch)
tree71110ab0a1b03fe528193ecef6f195d3c2889af8 /pkgs
parent566d0aedd9d95f0935a08f623aec4e3b7560121b (diff)
downloadnixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar.gz
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar.bz2
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar.lz
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar.xz
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.tar.zst
nixpkgs-a14a7d958fb48a13c8a6fcb1fb385cac363ce3d4.zip
labelimg: fix build (#57714)
for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/machine-learning/labelimg/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/science/machine-learning/labelimg/default.nix b/pkgs/applications/science/machine-learning/labelimg/default.nix
index 802a03bd4c7..340073b016e 100644
--- a/pkgs/applications/science/machine-learning/labelimg/default.nix
+++ b/pkgs/applications/science/machine-learning/labelimg/default.nix
@@ -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