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

libertinus: init at 6.4 #31461

Merged
merged 1 commit into from Nov 10, 2017
Merged

libertinus: init at 6.4 #31461

merged 1 commit into from Nov 10, 2017

Conversation

langston-barrett
Copy link
Contributor

Motivation for this change

Another nice OTF math font!

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

outputHash = "1fjk3vmixl1gmjn0cj5jyc4r933mqm9wrb6kn447nisxmkvn379j";

meta = with stdenv.lib; {
description = "Libertinus fonts is a fork of the Linux Libertine and Linux Biolinum fonts that started as an OpenType math companion of the Libertine font family, but grown as a full fork to address some of the bugs in the fonts.";
Copy link
Contributor

Choose a reason for hiding this comment

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

The description is too long.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there a rule of thumb for how long descriptions should be?

Copy link
Contributor

Choose a reason for hiding this comment

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

It should fit on one line of a full screen terminal (e.g. in the nox output), so the 100 character limit is reasonable, with most descriptions being under 80 characters.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the pointer!


stdenv.mkDerivation rec {
name = "libertinus-${rev}";
rev = "v6.4";
Copy link
Contributor

Choose a reason for hiding this comment

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

The version must start with a digit. Use rev = "v${version}" below.

@langston-barrett
Copy link
Contributor Author

@orivej Thanks for the review! I've made the changes you requested.

Copy link
Contributor

@orivej orivej left a comment

Choose a reason for hiding this comment

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

The description is needed even if longDescription is provided. I've added one.

@orivej orivej merged commit 98fcc3b into NixOS:master Nov 10, 2017
@langston-barrett langston-barrett deleted the libertinus branch November 11, 2017 19:44
@waldyrious waldyrious mentioned this pull request Aug 1, 2021
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants