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