forked from mirrors/nixpkgs
libnl: disable pythonSupport for cross
This commit is contained in:
parent
1bdae8f675
commit
d8a74e9a0c
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, file, lib, fetchFromGitHub, fetchpatch, autoreconfHook, bison, flex, pkgconfig
|
||||
, pythonSupport ? true, swig ? null, python}:
|
||||
, pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform, swig ? null, python}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnl-${version}";
|
||||
|
|
Loading…
Reference in a new issue