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

tamzen: init at 1.11.4 #87842

Merged
merged 2 commits into from May 24, 2020
Merged

tamzen: init at 1.11.4 #87842

merged 2 commits into from May 24, 2020

Conversation

wishfort36
Copy link
Contributor

@wishfort36 wishfort36 commented May 14, 2020

Motivation for this change

Tamsyn is a cool font, but it doesn't have a powerline version.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/) (none)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

most fonts also use fetchzip, as you don't really need a stdenv. Althought the otb creation may warrant otherwise

cc @rnhmjoj

maintainers/maintainer-list.nix Show resolved Hide resolved
pkgs/data/fonts/tamzen/default.nix Outdated Show resolved Hide resolved
@jonringer
Copy link
Contributor

also, thanks for opening your first PR

Copy link
Contributor

@rnhmjoj rnhmjoj left a comment

Choose a reason for hiding this comment

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

The package looks good. I still have to test the .otb fonts: fontforge doesn't always produce good results.

pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
@rnhmjoj
Copy link
Contributor

rnhmjoj commented May 16, 2020

Tested the otb fonts in urxvt and they seem all right.

@wishfort36
Copy link
Contributor Author

I've done the requested changes. Thanks for reviewing, I'm not well versed with Nix, so I at first packaged tamzen for it to just work.

also, thanks for opening your first PR

Thanks! I'm trying NixOS and found that it didn't package the coolest font I know of, so I felt that I had to contribute.

@rnhmjoj
Copy link
Contributor

rnhmjoj commented May 18, 2020

Can you squash the subsequent changes to tamzen in a single commit?

If you have never done it before you can do it like this:

  • Run git rebase -i HEAD~5,
  • Then reorder the commits and use the fixup action
  • save, exit and fix the conflicts if necessary

You should keep two commits:

  1. maintainers: add wishfort36
  2. tamzen: init at 1.11.4

@wishfort36
Copy link
Contributor Author

Done.

@rnhmjoj rnhmjoj merged commit 21537c4 into NixOS:master May 24, 2020
@rnhmjoj
Copy link
Contributor

rnhmjoj commented May 24, 2020

Thank you!

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

4 participants