Commit graph

9 commits

Author SHA1 Message Date
mdarocha d20f69cb27 alttpr-opentracker: use dotnet 3.1 to compile 2022-08-10 16:26:50 +02:00
Robert Scott 3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
Rick van Schijndel b465f1a92f alttpr-opentracker: only enable on x86_64-linux
It was failing to build on aarch64-linux with:

Executing dotnetConfigureHook
  Determining projects to restore...
  Restored /build/source/OpenTracker.UnitTests/OpenTracker.UnitTests.csproj (in 35.07 sec).
  Restored /build/source/OpenTracker.Models/OpenTracker.Models.csproj (in 520 ms).
  Restored /build/source/OpenTracker.Utils/OpenTracker.Utils.csproj (in 48 ms).
/build/source/OpenTracker/OpenTracker.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.linux-arm64. No packages exist with this id in source(s): /nix/store/x82zwgmqdbp4xykx1nkrjin8hicm8jld-opentracker-1.8.2-nuget-source/lib [/build/source/OpenTracker.sln]
  Failed to restore /build/source/OpenTracker/OpenTracker.csproj (in 12.45 sec).
  Restored /build/source/Avalonia.ThemeManager/Avalonia.ThemeManager.csproj (in 56 ms).
2022-05-29 10:56:02 +02:00
Samuel Ainsworth 3a84954a89 alttpr-opentracker: autoPatchelfIgnoreMissingDeps is now a list 2022-04-11 01:29:06 +00:00
Pavol Rusnak 438b4fd0e3
opentracker: mark linux only 2022-01-16 15:28:01 +01:00
IvarWithoutBones f3537d9db1 alttpr-opentracker: add gtk3 to buildInputs 2022-01-12 00:23:53 +01:00
IvarWithoutBones 0f3d546116 buildDotnetModule: set dontWrapGApps to avoid double wrapping
This also removes the flag from opentabletdriver and opentracker, which
manually set it before.
2021-12-20 21:54:40 +01:00
IvarWithoutBones 7bee2fb2b7 alttpr-opentracker: run unit tests 2021-11-01 02:06:54 +01:00
IvarWithoutBones 5e01edf2d2 alttpr-opentracker: init at 1.8.2 2021-10-26 07:00:52 +02:00