about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/netcoredbg
AgeCommit message (Collapse)AuthorFilesLines
2024-03-28netcoredbg: add meta.mainProgramAustin Horstman1-0/+1
2023-12-29netcoredbg: 2.2.0-961 -> 3.0.0-1018Konrad Malik5-107/+27
- updated deps.nix - remove deprecated patches - remove update script (was never used) - bump coreclr to 7.0.14 - added version test - simple way to automatically test if the binary works on supported platforms
2023-03-16netcoredbg: updated coreclrWolfgang Senfter1-2/+2
changed version from release/7.0 to v7.0.4
2023-03-07maintainers: add konradmalikKonrad Malik1-1/+1
2023-03-07netcoredbg: 2.0.0-895 -> 2.2.0-961Konrad Malik6-33/+127
* arm64.patch for compilation on aarch64-* * darwin.patch for properly detecting possible arm64 darwin architectures * coreclr is now in dotnet/runtime repo (using 7.x branch as per netcoredbg recommendation) * netcoredbg now depends (during runtime) on DbgShim which was moved to a separate repo (dotnet/diagnostic). We need to pass -p:UseDbgShimDependency=true in order to include it in a list of deps. * needed to enable selfContainedBuild for the managed part since it seems like it's the easiest way to force dotnet to copy relevant binaries to the out folder as well (like libdbgshim.so retrieved via the abovementioned nuget dependency) * use autoPatchelfHook to add stdenv.cc.cc.lib to binaries
2022-12-19treewide: update all dotnet lockfilesDavid McFarland2-0/+29
2022-07-20netcoredbg: fix buildmdarocha1-0/+2
2022-05-11netcoredbg: 1.2.0-825 -> 2.0.0-895gbtb2-3/+16
2022-03-04treewide: don't unnecessary set dotnet-related env varsIvar Scholten1-8/+1
These have been moved to a setup hook in dotnet-{sdk,runtime,aspnetcore}
2021-12-23nuget-to-nix: update to use pname instead of nameFelix Buehler1-82/+82
2021-11-04netcoredbg: init at 1.2.0-825leo602282-0/+162