dtc: don't require python
This commit is contained in:
parent
a4316eaab7
commit
7012ab1b54
|
@ -1,7 +1,9 @@
|
||||||
{ stdenv, lib, fetchgit, flex, bison, pkg-config, which
|
{ stdenv, lib, fetchgit, flex, bison, pkg-config, which
|
||||||
, pythonSupport ? false, python, swig
|
, pythonSupport ? false, python ? null, swig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
assert pythonSupport -> python != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dtc";
|
pname = "dtc";
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
|
|
Loading…
Reference in New Issue