diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-24 01:27:00 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-24 01:27:00 +0200 |
commit | 6d5ce738c006168d557f2685f003f0346d083723 (patch) | |
tree | 8b29c546613e4ad65d1ab4c9ebcd5b5652867d90 /overlays/bonfire | |
parent | d8c20bc395b22fb5552afc8b69e8c60493228d2d (diff) | |
download | Nix-6d5ce738c006168d557f2685f003f0346d083723.tar.gz Nix-6d5ce738c006168d557f2685f003f0346d083723.tar.zst Nix-6d5ce738c006168d557f2685f003f0346d083723.zip |
Upgrade environment packages to latest
Diffstat (limited to 'overlays/bonfire')
-rw-r--r-- | overlays/bonfire/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlays/bonfire/default.nix b/overlays/bonfire/default.nix index 68bde20..a01e619 100644 --- a/overlays/bonfire/default.nix +++ b/overlays/bonfire/default.nix | |||
@@ -7,6 +7,10 @@ self: super: { | |||
7 | inherit version; | 7 | inherit version; |
8 | sha256 = "02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"; | 8 | sha256 = "02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"; |
9 | }; | 9 | }; |
10 | postPatch = '' | ||
11 | substituteInPlace click/_unicodefun.py --replace "'locale'" "'${self.locale}/bin/locale'" | ||
12 | ''; | ||
13 | doCheck = false; | ||
10 | }); | 14 | }); |
11 | in | 15 | in |
12 | super.bonfire.overridePythonAttrs(old: { | 16 | super.bonfire.overridePythonAttrs(old: { |