zbar: use python2
This commit is contained in:
parent
7a109e6310
commit
472c25cfa2
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, imagemagickBig, pkgconfig, pythonPackages, perl
|
{ stdenv, fetchurl, imagemagickBig, pkgconfig, python2Packages, perl
|
||||||
, libX11, libv4l, qt4, lzma, gtk2, fetchpatch, autoreconfHook
|
, libX11, libv4l, qt4, lzma, gtk2, fetchpatch, autoreconfHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) pygtk python;
|
inherit (python2Packages) pygtk python;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "zbar";
|
pname = "zbar";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user