libnl: disable python support by default
Nothing much seems to be using it and we do not want Python 2 in our closure.
This commit is contained in:
parent
c691baf85f
commit
8b6d76525e
@ -1,5 +1,5 @@
|
||||
{ stdenv, file, lib, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig
|
||||
, pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform, swig ? null, python}:
|
||||
, pythonSupport ? false, swig ? null, python}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libnl";
|
||||
|
Loading…
x
Reference in New Issue
Block a user