-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
gmrender-resurrect: cc96ede -> 0.0.8 #71474
Conversation
380712b
to
b4fef99
Compare
the first release of gmrender-resurrect was just published, so i changed the pull request to reflect that. theoretically, we should be able to follow releases now! |
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.
You can replace autoconf+automake with autoreconfHook
in nativeBuildInputs
too.
Then the explicit definitions of preConfigurePhases
and autoconfPhase
aren't needed anymore.
just incorporated suggestions and refactored the plugin path out to a function which generates it from a list of packages |
a1f613e
to
dde3b9f
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.
Woah the diff is weird now! Maybe you used another editor and it turned spaces into tabs.
+ inconsistent indentation in your let .. in block
+ why scope fetchpatch? doesn't seem to be used
the let..in block was just one line before, so by adding more things i had to expand it out, thus the massive indentation change that made the diff effectively useless. sorry about that. i don't see any inconsistent indentation, though. it seems i forgot to remove fetchpatch from before 0.0.8 was released and i was pulling in a patch to get it to compile. i'll remove that. |
Oh ok! No you did nothing wrong then. |
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.
Builds and runs
Motivation for this change
was marked broken, now updated with hzeller/gmrender-resurrect#190 and tested to work. also, added myself as a maintainer because i plan to keep this up to date in the future as i use it
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @k0ral