Conversation
|
There should be two commits only. The first will be adding you as a maintainer, the second adding the package. |
Should I delete the pr and make a new one? |
No, just rebase or change history another way and force push. |
I squashed six commits into two. Did I do it correctly? |
|
Close, but your package init commit should say "init at" like the title of the PR does. |
|
Fixed |
|
|
||
| overrideModAttrs = { | ||
| preBuild = '' | ||
| wails build -tags webkit2_41 -o spotiflac |
There was a problem hiding this comment.
Could we avoid two time built?
There was a problem hiding this comment.
I was wondering for two days straight why the build process started two times
EDIT: typo
|
Look at your first commit. It contains packaging. |
|
I hope that after this push everything is fine |
|
I still get the following error when building with |
|
I was able to update to |
It shouldn't. What probably happened is that ffmpeg was updated on |
|
I was now able to embed ffmpeg as a dependency, I hope that this is the correct way to do it and not an hack |
|
I finally managed to get version nixpkgs/pkgs/by-name/sp/spotiflac/package.nix Lines 48 to 60 in 069292a |
|
There was a problem hiding this comment.
The build seems to fail now.
However I don't know if it's due to my environment but the window is glitched, wherever I move the cursor if I click it resizes the window and I can't focus the main textbox.
PS: please rename the PR's title with the new version
| makeWrapper, | ||
| }: | ||
|
|
||
| buildGoModule (finalAttrs: { |
There was a problem hiding this comment.
| buildGoModule (finalAttrs: { | |
| buildGo126Module (finalAttrs: { |
With just this change it seems to build.
|
I assumed that |
|
Look here, |
SuperSandro2000
left a comment
There was a problem hiding this comment.
Tested this locally with a patch to wails to not override tools from PATH and it builds but I cannot force push it because the branch was opened from the default branch.
|
I've also experienced problems with small fonts and an unusable glitchy interface, it's probably because of this, and adding |
|
Please rebase on master when the wails fix is merged and apply my suggested cleanups. |
| pnpm_10 | ||
| wails | ||
| makeWrapper | ||
| wrapGAppsHook3 |
There was a problem hiding this comment.
We are now double wrapping, so please disable the automatic wrapping with gapps and manually add it to makeWrapper.
There was a problem hiding this comment.
dontWrapGApps = true;
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];Is this correct?


Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.