openraPackages_2019: remove dependency on dotnetPackages

This commit is contained in:
mdarocha 2023-06-22 17:24:32 +02:00
parent 8f3b487ee4
commit f626023bea

View file

@ -2,7 +2,7 @@
and out-of-tree mod packages (mod.nix).
*/
{ lib, makeSetupHook, curl, unzip, dos2unix, pkg-config, makeWrapper
, lua, mono, dotnetPackages, python3
, lua, mono, python3
, libGL, freetype, openal, SDL2
, zenity
}:
@ -40,24 +40,7 @@ in {
'';
packageAttrs = {
buildInputs = with dotnetPackages; [
FuzzyLogicLibrary
MaxMindDb
MaxMindGeoIP2
MonoNat
NewtonsoftJson
NUnit3
NUnitConsole
OpenNAT
RestSharp
SharpFont
SharpZipLib
SmartIrc4net
StyleCopMSBuild
StyleCopPlusMSBuild
] ++ [
libGL
];
buildInputs = [ libGL ];
# TODO: Test if this is correct.
nativeBuildInputs = [