guix_mirror_bot pushed a change to branch master
in repository guix.
from b1030bd8b6 gnu: hare-lex: Enable tests.
new ba2e09c171 gnu: mono: Rename variable to mono-bootstrap.
new 0648b5020f gnu: Add [email protected].
new a0a9240d0a gnu: Add [email protected].
new ce5aae4199 gnu: Add [email protected].
new d71affea0c gnu: Add [email protected].
new a883d8d02b gnu: Add [email protected].
new 1e78c108e5 gnu: Add [email protected].
new 8bd02af834 gnu: Add [email protected].
new b6fc762d46 gnu: mono-bootstrap: Add patch to make Roslyn 3.8 build
with fewer patches.
new c143f00ce7 gnu: Add mono with a csc.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 8 +
gnu/packages/dotnet.scm | 1476 +++++++++++++++++++-
...no-6.12.0-emit-ref-readonly-return-modreq.patch | 254 ++++
.../patches/roslyn-2.0.0-bootstrap-with-mono.patch | 112 ++
.../roslyn-2.3.0-default-literal-for-csc-2.0.patch | 35 +
.../roslyn-2.8.2-csharp-7.2-for-csc-2.3.patch | 665 +++++++++
.../roslyn-3.0.0-bootstrap-with-csc-2.8.patch | 321 +++++
.../roslyn-3.2.0-bootstrap-with-csc-3.0.patch | 355 +++++
.../roslyn-3.8.0-bootstrap-with-csc-3.2.patch | 1366 ++++++++++++++++++
.../roslyn-3.9.0-bootstrap-with-csc-3.8.patch | 84 ++
10 files changed, 4666 insertions(+), 10 deletions(-)
create mode 100644
gnu/packages/patches/mono-6.12.0-emit-ref-readonly-return-modreq.patch
create mode 100644 gnu/packages/patches/roslyn-2.0.0-bootstrap-with-mono.patch
create mode 100644
gnu/packages/patches/roslyn-2.3.0-default-literal-for-csc-2.0.patch
create mode 100644
gnu/packages/patches/roslyn-2.8.2-csharp-7.2-for-csc-2.3.patch
create mode 100644
gnu/packages/patches/roslyn-3.0.0-bootstrap-with-csc-2.8.patch
create mode 100644
gnu/packages/patches/roslyn-3.2.0-bootstrap-with-csc-3.0.patch
create mode 100644
gnu/packages/patches/roslyn-3.8.0-bootstrap-with-csc-3.2.patch
create mode 100644
gnu/packages/patches/roslyn-3.9.0-bootstrap-with-csc-3.8.patch