pyexiv2: call via pythonPackages
This commit is contained in:
parent
bb13afea6c
commit
d72e824983
|
@ -9452,7 +9452,7 @@ in
|
||||||
|
|
||||||
pycups = pythonPackages.pycups;
|
pycups = pythonPackages.pycups;
|
||||||
|
|
||||||
pyexiv2 = callPackage ../development/python-modules/pyexiv2 { };
|
pyexiv2 = pythonPackages.pyexiv2;
|
||||||
|
|
||||||
pygame = pythonPackages.pygame;
|
pygame = pythonPackages.pygame;
|
||||||
|
|
||||||
|
|
|
@ -149,6 +149,8 @@ in modules // {
|
||||||
|
|
||||||
pycrypto = callPackage ../development/python-modules/pycrypto { };
|
pycrypto = callPackage ../development/python-modules/pycrypto { };
|
||||||
|
|
||||||
|
pyexiv2 = if (!isPy3k) then callPackage ../development/python-modules/pyexiv2 {} else throw "pyexiv2 not supported for interpreter ${python.executable}";
|
||||||
|
|
||||||
pygame = callPackage ../development/python-modules/pygame { };
|
pygame = callPackage ../development/python-modules/pygame { };
|
||||||
|
|
||||||
pygobject = callPackage ../development/python-modules/pygobject { };
|
pygobject = callPackage ../development/python-modules/pygobject { };
|
||||||
|
|
Loading…
Reference in New Issue