mtr: do not do 'setcap' on installPhase, it would fail anyway
This commit is contained in:
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "17zi99n8bdqrwrnbfyjn327jz4gxx287wrq3vk459c933p34ff8r";
|
sha256 = "17zi99n8bdqrwrnbfyjn327jz4gxx287wrq3vk459c933p34ff8r";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = "substituteInPlace Makefile.in --replace ' install-exec-hook' ''";
|
||||||
|
|
||||||
configureFlags = optionalString (!withGtk) "--without-gtk";
|
configureFlags = optionalString (!withGtk) "--without-gtk";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|||||||
Reference in New Issue
Block a user