mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
mtr: do not do 'setcap' on installPhase, it would fail anyway
This commit is contained in:
parent
a21ddfb158
commit
8fe525b6c7
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user