From e728f2dab57375548ab52188c5801221a8251c87 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 4 Dec 2018 22:23:34 -0500 Subject: [PATCH] pythonPackages.qasm2image: fix build --- pkgs/development/python-modules/qasm2image/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/qasm2image/default.nix b/pkgs/development/python-modules/qasm2image/default.nix index 429159d05d7..39c7b2055c1 100644 --- a/pkgs/development/python-modules/qasm2image/default.nix +++ b/pkgs/development/python-modules/qasm2image/default.nix @@ -36,6 +36,8 @@ buildPythonPackage rec { ${python.interpreter} tests/launch_tests.py ''; + LC_ALL="en_US.UTF-8"; + meta = { description = "A Python module to visualise quantum circuit"; homepage = https://github.com/nelimeee/qasm2image;