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:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, file, lib, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig
|
{ stdenv, file, lib, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig
|
||||||
, pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform, swig ? null, python}:
|
, pythonSupport ? false, swig ? null, python}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libnl";
|
pname = "libnl";
|
||||||
|
|||||||
Reference in New Issue
Block a user