ipython_genutils: fix for python 3.3 and 3.4
This commit is contained in:
parent
6f90badeac
commit
891a051df1
@ -13131,6 +13131,13 @@ in {
|
|||||||
sha256 = "3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6";
|
sha256 = "3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/ipython/ipython_genutils/commit/6d74d8cb34e49820e48ba8b4f5e5f8322824f4f7.patch";
|
||||||
|
sha256 = "13ah6a11qldzzywax50la6qwq02sk5929gjkzzn456lg1ja5gq35";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
buildInputs = with self; [ nose pkgs.glibcLocales ];
|
buildInputs = with self; [ nose pkgs.glibcLocales ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user