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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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