forked from mirrors/nixpkgs
dtc: python is only used when called from python-packages.nix
This commit is contained in:
parent
250544f209
commit
6882ab13fc
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue