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

zathura: 0.3.6 -> 0.3.7 #22832

Merged
merged 1 commit into from Feb 15, 2017
Merged

zathura: 0.3.6 -> 0.3.7 #22832

merged 1 commit into from Feb 15, 2017

Conversation

rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented Feb 15, 2017

Motivation for this change

This release finally fixes the CSS theme errors.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change
  • Tested execution of all binary files
  • Fits CONTRIBUTING.md.

Note: This needs #22831 merged first.


postInstall = ''
wrapProgram "$out/bin/zathura" \
--prefix PATH ":" "${lib.makeBinPath [ file ]}" \
--prefix PATH ":" "${file}/bin" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makeBinPath will also handle a separate bin output, if it happens to appear; why change this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems superfluous to me with just one package. Do you want me to revert it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, a slow migration to makeBinPath will reduce pain even in the single-package case when for whatever reason file gets multiple outputs (which makes some sense).

So yes, I would be OK with not adding makeBinPath initially, but if it is there, I want it to stay.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, it makes sense.

@jagajaga jagajaga merged commit c16bfb8 into NixOS:master Feb 15, 2017
@rnhmjoj rnhmjoj deleted the zathura branch September 12, 2017 22:58
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 this pull request may close these issues.

None yet

3 participants