diff options
Diffstat (limited to 'overlays/bonfire/default.nix')
-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 68bde20f..a01e6191 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: { |