opentracker: mark linux only

This commit is contained in:
Pavol Rusnak 2022-01-16 15:28:01 +01:00
parent 5c32667d6e
commit 438b4fd0e3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -60,5 +60,6 @@ buildDotnetModule rec {
license = licenses.mit;
maintainers = [ maintainers.ivar ];
mainProgram = "OpenTracker";
platforms = platforms.linux;
};
}