mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
clucene-core: make darwin-related patch conditional
This relates to pull request #6137, and was made at request of the submitter.
This commit is contained in:
parent
33ecb3438f
commit
ad60eaedf1
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ stdenv.mkDerivation rec {
|
|||
[ ./Fix-pkgconfig-file-by-adding-clucene-shared-library.patch
|
||||
./Fixing_ZLIB_configuration_in_shared_CMakeLists.patch
|
||||
./Install-contribs-lib.patch
|
||||
./fix-darwin.patch
|
||||
];
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [ ./fix-darwin.patch ];
|
||||
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
install_name_tool -change libclucene-shared.1.dylib \
|
||||
|
|
Loading…
Reference in a new issue