mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
pythonPackages.mrbob: 0.1a9 -> 0.1.1
This commit is contained in:
parent
83771bd926
commit
6c12e8d2bd
@ -3844,13 +3844,19 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
mrbob = buildPythonPackage rec {
|
||||
name = "mrbob-${version}";
|
||||
version = "0.1a9";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/m/mr.bob/mr.bob-${version}.zip";
|
||||
md5 = "2d27d9bd1fc6269a3ecfd1a1ae47cd8a";
|
||||
md5 = "84a117c9a75b86842b0fa5f5c9c767f3";
|
||||
};
|
||||
|
||||
# some files in tests dir include unicode names
|
||||
preBuild = ''
|
||||
export LOCALE_ARCHIVE=${pkgs.glibcLocales}/lib/locale/locale-archive
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
'';
|
||||
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
|
||||
propagatedBuildInputs = [ argparse jinja2 six modules.readline ] ++
|
||||
|
Loading…
Reference in New Issue
Block a user