dtc: python is only used when called from python-packages.nix

This commit is contained in:
Frederik Rietdijk 2021-07-27 15:36:13 +02:00
parent 250544f209
commit 6882ab13fc

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchgit, flex, bison, pkg-config, which
, pythonSupport ? false, python, swig, libyaml
, pythonSupport ? false, python ? null, swig, libyaml
}:
stdenv.mkDerivation rec {