Skip to content

Commit

Permalink
iproute_mptcp: fix preConfigure (NixOS#97747)
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy committed Sep 12, 2020
1 parent 28f2117 commit d0edb00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/os-specific/linux/iproute/mptcp.nix
Expand Up @@ -11,6 +11,12 @@ iproute.overrideAttrs (oa: rec {
sha256 = "07fihvwlaj0ng8s8sxqhd0a9h1narcnp4ibk88km9cpsd32xv4q3";
};

preConfigure = ''
# Don't try to create /var/lib/arpd:
sed -e '/ARPDDIR/d' -i Makefile
patchShebangs configure
'';

meta = with stdenv.lib; {
homepage = "https://github.com/multipath-tcp/iproute-mptcp";
description = "IP-Route extensions for MultiPath TCP";
Expand Down

0 comments on commit d0edb00

Please sign in to comment.