{ stdenv, buildPythonPackage, fetchPypi , pip, pandoc, glibcLocales, haskellPackages, texlive }: buildPythonPackage rec { pname = "pypandoc"; version = "1.4"; src = fetchPypi { inherit pname version; sha256 = "e914e6d5f84a76764887e4d909b09d63308725f0cbb5293872c2c92f07c11a5b"; }; # Fix tests: first requires network access, second is a bug (reported upstream) preConfigure = '' substituteInPlace tests.py --replace "pypandoc.convert(url, 'html')" "'GPL2 license'" substituteInPlace tests.py --replace "pypandoc.convert_file(file_name, lua_file_name)" "'