zbar: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk
2016-09-26 11:10:50 +02:00
parent 804de7d820
commit ee510f201d
2 changed files with 5 additions and 7 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
{ stdenv, fetchurl, imagemagickBig, pkgconfig, python, pygtk, perl
{ stdenv, fetchurl, imagemagickBig, pkgconfig, pythonPackages, perl
, libX11, libv4l, qt4, lzma, gtk2, fetchpatch, autoreconfHook
}:
stdenv.mkDerivation rec {
let
inherit (pythonPackages) pygtk python;
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "zbar";
version = "0.10";