zbar: do not use top-level python packages
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user