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