mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
cardpeek: Fix on Darwin
This commit is contained in:
@@ -52,6 +52,13 @@ stdenv.mkDerivation {
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isLinux pcsclite;
|
||||
|
||||
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||
# macOS iconv implementation is slightly broken since Sonoma
|
||||
# https://github.com/Homebrew/homebrew-core/pull/199639
|
||||
# https://savannah.gnu.org/bugs/index.php?66541
|
||||
am_cv_func_iconv_works = "yes";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user