forked from mirrors/nixpkgs
gdb: Build on Darwin
Note that it doesn't actually work unless you run it as root, because the Darwin kernel disallows unsigned debuggers (you'll get an error message "please check gdb is codesigned").
This commit is contained in:
parent
8741ff387d
commit
d92dc9bb3e
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license = "GPLv3+";
|
||||
|
||||
platforms = with platforms; linux ++ cygwin;
|
||||
platforms = with platforms; linux ++ cygwin ++ darwin;
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue