zbar: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-25 10:02:57 +01:00
parent 7a109e6310
commit 472c25cfa2

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";