We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1240f6 commit 3290734Copy full SHA for 3290734
1 file changed
pkgs/os-specific/linux/iproute/default.nix
@@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
39
"SBINDIR=$(out)/sbin"
40
"DOCDIR=$(TMPDIR)/share/doc/${pname}" # Don't install docs
41
"HDRDIR=$(dev)/include/iproute2"
42
+ ] ++ lib.optionals stdenv.hostPlatform.isStatic [
43
+ "SHARED_LIBS=n"
44
+ # all build .so plugins:
45
+ "TC_CONFIG_NO_XT=y"
46
];
47
48
buildFlags = [
0 commit comments