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-29 11:21:07 +01:00
parent 8b6d76525e
commit 23ec74b1b2
+1 -1
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 {