mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #39393 from LnL7/oniguruma-darwin
oniguruma: remove darwin install_name patch
This commit is contained in:
commit
f220f1874b
1 changed files with 4 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue