3
0
Fork 0
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:
Eelco Dolstra 2014-01-15 15:33:31 +01:00
parent 8741ff387d
commit d92dc9bb3e

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
platforms = with platforms; linux ++ cygwin;
platforms = with platforms; linux ++ cygwin ++ darwin;
maintainers = with maintainers; [ pierron ];
};
}