mtr: do not do 'setcap' on installPhase, it would fail anyway

This commit is contained in:
Volth 2017-06-20 20:15:20 +00:00 committed by Bjørn Forsman
parent a21ddfb158
commit 8fe525b6c7

View File

@ -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 ];