nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

authored by

Volth and committed by
Bjørn Forsman
8fe525b6 a21ddfb1

+2
+2
pkgs/tools/networking/mtr/default.nix
··· 14 14 sha256 = "17zi99n8bdqrwrnbfyjn327jz4gxx287wrq3vk459c933p34ff8r"; 15 15 }; 16 16 17 + preConfigure = "substituteInPlace Makefile.in --replace ' install-exec-hook' ''"; 18 + 17 19 configureFlags = optionalString (!withGtk) "--without-gtk"; 18 20 19 21 nativeBuildInputs = [ autoreconfHook pkgconfig ];