mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 {
|
||||
namePrefix = "";
|
||||
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "0k3pqbvk08kb1nr0qldaj9bc7ca6rvcycgfi2n7gqmsirq5kscys";
|
||||
};
|
||||
|
||||
pythonPath = [ pygtk pil python27Packages.sqlite3 ];
|
||||
propagatedBuildInputs = with python27Packages; [ pygtk pillow sqlite3 ];
|
||||
|
||||
meta = {
|
||||
description = "Image viewer designed to handle comic books";
|
||||
|
Loading…
Reference in New Issue
Block a user