oniguruma: remove darwin install_name patch
This commit is contained in:
parent
8edb13f079
commit
fe6386c2f0
@ -13,16 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
prePatch = stdenv.lib.optional stdenv.isDarwin ''
|
meta = with stdenv.lib; {
|
||||||
substituteInPlace cmake/dist.cmake \
|
|
||||||
--replace '@executable_path/''${UP_DIR}/''${INSTALL_LIB}' $out'/''${INSTALL_LIB}'
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = https://github.com/kkos/oniguruma;
|
homepage = https://github.com/kkos/oniguruma;
|
||||||
description = "Regular expressions library";
|
description = "Regular expressions library";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with maintainers; [ fuuzetsu ];
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user