Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Emby with dotnet core #47658

Closed
nyanloutre opened this issue Oct 2, 2018 · 1 comment · Fixed by #47659
Closed

Package Emby with dotnet core #47658

nyanloutre opened this issue Oct 2, 2018 · 1 comment · Fixed by #47659

Comments

@nyanloutre
Copy link
Member

Issue description

The latest version of Emby is only available in the dotnet core version : https://github.com/MediaBrowser/Emby.Releases/releases/tag/3.5.3.0

I can't find any documentation on how to package a dotnet app in NixOS.
Help would be much appreciated !

Current progress

I found that the dotnet-sdk package is providing the dotnet executable, is it a simple swap between mono and this ?

@baracoder
Copy link
Contributor

I am interested in using dotnet with nixpkgs.
The dotnet-sdk is up to date and can build and run applications but there is also /pkgs/development/compilers/coreclr, which is just the runtime.
It might be a good practice to use dotnet-sdk for building but build the wrapper with coreclr. This should result in smaller runtime closures.

There is also pkgs/build-support/build-dotnet-package which is actually using mono.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants