dtc: disable Python support by default

It does not seem to be used by anything and we want to get rid of Python 2 from closure.
This commit is contained in:
Jan Tojnar
2019-12-25 08:29:14 +01:00
parent 8b6d76525e
commit 23ec74b1b2

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, fetchgit, flex, bison, pkgconfig, which
, pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform, python, swig
, pythonSupport ? false, python, swig
}:
stdenv.mkDerivation rec {