-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
openutau-beta: init at 0.1.564 #425527
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
base: master
Are you sure you want to change the base?
openutau-beta: init at 0.1.564 #425527
Conversation
You can make the issue close on merge by changing the wording to |
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.
one little nitpick
Thank you, will keep in mind. Moreover, thank you for the suggested change, that was a good point. |
Important Squash your commits -- new items are added in Nixpkgs in one go (each!). Only two commits should remain here (in this order): new maintainer > new package |
|
||
passthru.updateScript = ./update.sh; | ||
postPatch = '' | ||
substituteInPlace OpenUtau/Program.cs --replace-quiet \ |
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.
May I ask why replace-quiet
instead of replace-fail
?
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.
Admittedly, I think I chose the flag without intention. Come to think of it, replace-fail
makes more sense... I will change that, thank you.
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.
Apologies for the inconvenience. I've made the suggested changes, built the package again to confirm it's running correctly, squashed then pushed commits as requested. I hope I didn't miss anything. Thank you for your time.
74c5b1f
to
b8edfcd
Compare
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.
Won't explicitly approve (not a NET fella), but what I understand looks good
That's perfectly reasonable. Thank you for your guidance! |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2485 |
|
@nixos/dotnet is it possible to make it build on Darwin with |
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.
Anyway, i'll approve after the fact that it builds on Linux 👌
b8edfcd
to
70c9fd1
Compare
UPD: doesn't look like it solved the problem yet, hm. Guess time to look at it again... |
|
In comparison, setting
|
70c9fd1
to
bccf56e
Compare
bccf56e
to
416a8e5
Compare
416a8e5
to
1b78796
Compare
1b78796
to
6033906
Compare
Description of changes
Closes #318602 by providing the pre-release/beta version of the package for https://github.com/stakira/OpenUtau, a singing synthesis platform. Is iterated upon the packaging of the release version in Nixpkgs.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
(for Darwin)sandbox = true
(for Linux)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)