1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Merge pull request #155223 from prusnak/opentracker

opentracker: mark linux only
This commit is contained in:
Pavol Rusnak 2022-01-16 16:28:42 +01:00 committed by GitHub
commit 9156b7eadb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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