mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gnuradio3_8Packages.ais: mark as broken on Darwin
This commit is contained in:
parent
47fa6173fc
commit
06823daf53
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
@ -57,6 +58,9 @@ mkDerivation rec {
|
||||
homepage = "https://github.com/bistromath/gr-ais";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
# rpcserver_aggregator.h:111:54: error: no template named 'unary_function'
|
||||
# in namespace 'std'; did you mean '__unary_function'?
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = with maintainers; [ mog ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user