-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
musescore: add darwin-specific package #23204
musescore: add darwin-specific package #23204
Conversation
/cc @vandenoever |
Did you try to build it from source? |
I only tried building the existing package (with |
I just tried briefly by adding |
@@ -0,0 +1,34 @@ | |||
{ stdenv, fetchurl, undmg }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to put this in applications/audio/musescore/darwin.nix
@LnL7, will do. |
This is basically a clone of the Homebrew cask version: https://github.com/caskroom/homebrew-cask/blob/master/Casks/musescore.rb
23bf923
to
22404a0
Compare
@LnL7, I've made the change you suggested and rebased. |
Motivation for this change
The existing package has:
platforms = platforms.linux
and I wanted a version that works on macOS. The addedmusescore-darwin
package is basically a clone of the Homebrew cask version and uses the.dmg
distributed by MuseScore.Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)