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:
parent
8b6d76525e
commit
23ec74b1b2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user