mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:28:19 +00:00
rtl_fm_streamer: mark as broken on x86_64-darwin
This commit is contained in:
parent
15154642a9
commit
f3f3baf0ed
@ -45,5 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/AlbrechtL/rtl_fm_streamer";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user