gdb: mark support for FreeBSD
This commit is contained in:
@@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
|
||||
# GDB upstream does not support ARM darwin
|
||||
platforms = with platforms; linux ++ cygwin ++ ["x86_64-darwin"];
|
||||
platforms = with platforms; linux ++ cygwin ++ freebsd ++ ["x86_64-darwin"];
|
||||
maintainers = with maintainers; [ pierron globin lsix ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user