mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (pythonPackages) pygtk python;
|
||||
inherit (python2Packages) pygtk python;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "zbar";
|
||||
|
Loading…
Reference in New Issue
Block a user