mcomix: use pillow instead of pil
This commit is contained in:
parent
b1dca6ca88
commit
a044b590fc
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, buildPythonPackage, pygtk, pil, python27Packages }:
|
{ stdenv, fetchurl, buildPythonPackage, python27Packages }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0k3pqbvk08kb1nr0qldaj9bc7ca6rvcycgfi2n7gqmsirq5kscys";
|
sha256 = "0k3pqbvk08kb1nr0qldaj9bc7ca6rvcycgfi2n7gqmsirq5kscys";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [ pygtk pil python27Packages.sqlite3 ];
|
propagatedBuildInputs = with python27Packages; [ pygtk pillow sqlite3 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Image viewer designed to handle comic books";
|
description = "Image viewer designed to handle comic books";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user