mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #203373 from dpzmick/master
This commit is contained in:
commit
a633e8b465
@ -141,7 +141,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = lib.licenses.gpl3Plus;
|
||||
|
||||
platforms = with platforms; linux ++ cygwin ++ darwin;
|
||||
# GDB upstream does not support ARM darwin
|
||||
platforms = with platforms; linux ++ cygwin ++ ["x86_64-darwin"];
|
||||
maintainers = with maintainers; [ pierron globin lsix ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user