-
-
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
gelasio: init at unstable-2018-08-13 #63273
Conversation
Updated the initial post to indicate that "Gelasio is a Google font that is metrically comaptible with Georgia". |
pkgs/data/fonts/gelasio/default.nix
Outdated
version = "2018-08-12"; | ||
in fetchFromGitHub { | ||
name = "gelasio-${version}"; | ||
owner = "SorkinType"; |
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.
please don't align the =
like this. It's not maintained in the nixpkgs tree.
This doesn't add the package to Package note should be font related as well (match commit msg). |
@worldofpeace Ack on the weird alignment and Except, what is the "package note"? Are you saying the commit msg should note that it's a font, similar to my PR title, or something else? |
Yeah I think I had too many synonyms in my head when i wrote that comment 🤣 . Simple put the commit msg attribute |
@worldofpeace How about the 'v' in the commit message? Is it okay version since it's not an actual release version, I feel like I've seen |
@colemickens see https://nixos.org/nixpkgs/manual/#sec-package-naming
It's kinda out of date for |
Gah, hate when I ask questions that are in the docs... thanks @worldofpeace. Will fixup soon. |
No problem. I'm literally living nixpkgs docs future and present 😄 |
606646c
to
ccfb181
Compare
548b813
to
55e83e7
Compare
Changes made. I need to cherry-pick and test this when I have reliable wifi... |
pkgs/data/fonts/gelasio/default.nix
Outdated
{ lib, fetchFromGitHub }: | ||
|
||
fetchFromGitHub { | ||
pname = "gelasio"; |
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'll have to revert this to what we had before, since these aren't arguments fetchFromGitHub
automatically accepts.
55e83e7
to
c664479
Compare
I've been using this commit on my nixpkgs for a week, seems to work, should be safe to merge. Thanks for the guidance and reviews @worldofpeace! |
Great @colemickens. Looks like #63273 (comment) got lost in the movements. If we fix that I can merge right away 👍 |
c664479
to
6039cce
Compare
Motivation for this change
EDIT: this is desirable because "Gelasio is a Google font that is metrically comaptible with Georgia".
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)