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;
|
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 ];
|
maintainers = with maintainers; [ pierron globin lsix ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user