X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=blobdiff_plain;f=overlays%2Fbonfire%2Fdefault.nix;fp=overlays%2Fbonfire%2Fdefault.nix;h=a01e6191d77c98a3b5d2c879742e763cfae9cf5c;hp=68bde20f3cb15bb62f9f2ed5b143fc7426a9ac4b;hb=71c71a991bbaaf8e6707fc74893a076f0fcced9b;hpb=7cc59286abcf9e8e412cce0b63069fa8acf3b6be 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: { inherit version; sha256 = "02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"; }; + postPatch = '' + substituteInPlace click/_unicodefun.py --replace "'locale'" "'${self.locale}/bin/locale'" + ''; + doCheck = false; }); in super.bonfire.overridePythonAttrs(old: {