-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
junicode: update to 1.002 and correct license #82044
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
Changes from 2 commits
95a968c
df082cc
b3b95ad
63a2dca
9c7dc00
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,20 +1,20 @@ | ||||||||
| { lib, fetchzip }: | ||||||||
|
|
||||||||
| fetchzip { | ||||||||
| name = "junicode-0.7.8"; | ||||||||
| name = "junicode-1.002"; | ||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the spirit of NixOS/rfcs#35:
Suggested change
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just realized that this is using
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not only doesn't it support ‘name from pname and version’, it actually gives me an error about unexpected argument ‘version’ in fetchurl if I try. So I let-bound them instead (following the example of agave. |
||||||||
|
|
||||||||
| url = mirror://sourceforge/junicode/junicode/junicode-0-7-8/junicode-0-7-8.zip; | ||||||||
| url = mirror://sourceforge/junicode/junicode/junicode-1.002/junicode-1.002.zip; | ||||||||
|
ivan-timokhin marked this conversation as resolved.
Outdated
|
||||||||
|
|
||||||||
| postFetch = '' | ||||||||
| mkdir -p $out/share/fonts | ||||||||
| unzip -j $downloadedFile \*.ttf -d $out/share/fonts/junicode-ttf | ||||||||
| ''; | ||||||||
|
|
||||||||
| sha256 = "0q4si9pnbif36154sv49kzc7ygivgflv81nzmblpz3b2p77g9956"; | ||||||||
| sha256 = "1n170gw41lr0zr5958z5cgpg6i1aa7kj7iq9s6gdh1cqq7hhgd08"; | ||||||||
|
|
||||||||
| meta = { | ||||||||
| homepage = http://junicode.sourceforge.net/; | ||||||||
| description = "A Unicode font for medievalists"; | ||||||||
| license = lib.licenses.gpl2Plus; | ||||||||
| license = lib.licenses.ofl; | ||||||||
| }; | ||||||||
| } | ||||||||
Uh oh!
There was an error while loading. Please reload this page.