From 7d58a30286490b7cf7486093d615195fc7695520 Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Sat, 28 May 2022 15:38:40 +0200 Subject: treewide: pkgs/development/libraries: mark broken for darwin --- pkgs/development/libraries/libnfc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/libnfc') diff --git a/pkgs/development/libraries/libnfc/default.nix b/pkgs/development/libraries/libnfc/default.nix index 41d54672360..03a9c199a68 100644 --- a/pkgs/development/libraries/libnfc/default.nix +++ b/pkgs/development/libraries/libnfc/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { configureFlags = [ "sysconfdir=/etc" ]; meta = with lib; { + broken = stdenv.isDarwin; description = "Open source library libnfc for Near Field Communication"; license = licenses.gpl3; homepage = "https://github.com/nfc-tools/libnfc"; -- cgit 1.4.1