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

This commit is contained in:
Frederik Rietdijk
2021-07-27 20:37:04 +02:00
parent 250544f209
commit 6882ab13fc
+1 -1
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 {