From 70fab8bfa7360fcce5b5a24b61dfe5cc7a1c3bde Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 17:33:52 +0100 Subject: [PATCH] python3Packages.rainbowstream: move env vars into env for structuredAttrs --- pkgs/development/python-modules/rainbowstream/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/rainbowstream/default.nix b/pkgs/development/python-modules/rainbowstream/default.nix index a99caaf67a2c..ef28ecfe3b36 100644 --- a/pkgs/development/python-modules/rainbowstream/default.nix +++ b/pkgs/development/python-modules/rainbowstream/default.nix @@ -57,7 +57,7 @@ buildPythonPackage { sed -i 's/requests.*"/requests"/' setup.py ''; - LC_ALL = "en_US.UTF-8"; + env.LC_ALL = "en_US.UTF-8"; postInstall = '' mkdir -p $out/lib