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:
Jan Tojnar 2019-12-25 08:03:15 +01:00
parent c691baf85f
commit 8b6d76525e
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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";