zbar: use python2

This commit is contained in:
Frederik Rietdijk
2017-01-11 18:25:10 +01:00
parent 7a109e6310
commit 472c25cfa2
+2 -2
View File
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, imagemagickBig, pkgconfig, pythonPackages, perl
{ stdenv, fetchurl, imagemagickBig, pkgconfig, python2Packages, perl
, libX11, libv4l, qt4, lzma, gtk2, fetchpatch, autoreconfHook
}:
let
inherit (pythonPackages) pygtk python;
inherit (python2Packages) pygtk python;
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "zbar";