python3Packages.qasm2image: require Python 3.5 at least
According to `setup.py` in 0.8 older Python wouldn't work.
This commit is contained in:
parent
def5aeb17f
commit
16c2c6b66d
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, svgwrite
|
||||
, colorama
|
||||
, python
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -21,6 +22,8 @@ buildPythonPackage rec {
|
|||
sha256 = "1bnkzv7wrdvrq71dmsqanb3v2hcsxh5zaglfcxm2d9zzpmvb4a2n";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cairocffi
|
||||
cairosvg
|
||||
|
|
Loading…
Reference in a new issue