#185 Fix calibre by adding setuptools as an input (thanks @chaoflow)
This commit is contained in:
parent
9208fb1edb
commit
dd9d1b7cf9
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
fontconfig podofo qt4 pil chmlib icu
|
fontconfig podofo qt4 pil chmlib icu
|
||||||
pythonPackages.mechanize pythonPackages.lxml pythonPackages.dateutil
|
pythonPackages.mechanize pythonPackages.lxml pythonPackages.dateutil
|
||||||
pythonPackages.cssutils pythonPackages.beautifulsoup
|
pythonPackages.cssutils pythonPackages.beautifulsoup
|
||||||
pythonPackages.sqlite3 sqlite
|
pythonPackages.setuptools pythonPackages.sqlite3 sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user