pythonPackages.qasm2image: fix build

This commit is contained in:
Mario Rodas 2018-12-04 22:23:34 -05:00
parent c564ca83ee
commit e728f2dab5
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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;