gdb: mark support for FreeBSD

This commit is contained in:
Audrey Dutcher
2024-07-22 08:37:25 -07:00
parent df7a52b48a
commit beb34f1b96
+1 -1
View File
@@ -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 ];
};
}