Skip to content

Commit

Permalink
mtr: do not do 'setcap' on installPhase, it would fail anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Volth authored and bjornfor committed Jun 20, 2017
1 parent a21ddfb commit 8fe525b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/networking/mtr/default.nix
Expand Up @@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "17zi99n8bdqrwrnbfyjn327jz4gxx287wrq3vk459c933p34ff8r";
};

preConfigure = "substituteInPlace Makefile.in --replace ' install-exec-hook' ''";

configureFlags = optionalString (!withGtk) "--without-gtk";

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 8fe525b

Please sign in to comment.