Unverified Commit dd3a1cbb authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

iproute2: Don't add python dependency by default (#445799)

parents bdc3cdda 94a62b70
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
  outputs = [
    "out"
    "dev"
    "scripts"
  ];

  configureFlags = [
@@ -87,6 +88,10 @@ stdenv.mkDerivation rec {
    "CONFDIR=$(out)/etc/iproute2"
  ];

  postInstall = ''
    moveToOutput sbin/routel "$scripts"
  '';

  depsBuildBuild = [ buildPackages.stdenv.cc ]; # netem requires $HOSTCC
  nativeBuildInputs = [
    bison