We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nix search name:
nix search
current version: 0.6.4 desired version: 0.7.3
maintainers: @yrashk
It's been several years since the dependency has been updated, and the latest release is a year old (https://github.com/tlwg/fonts-tlwg/releases/tag/v0.7.3).
I tried to do the low-hanging, quick update, but it did not work because of a error with autoreconf. I'm unfamiliar with the toolchain.
stdenv.mkDerivation rec { pname = "tlwg"; version = "0.7.3"; src = fetchFromGitHub { owner = "tlwg"; repo = "fonts-tlwg"; rev = "v${version}"; sha256 = "sha256-hWiH5KJnYTdcrm+Kzn9HUQry8ry3SKzjA6/0536kCLQ="; }; # ... }
The text was updated successfully, but these errors were encountered:
#203014
(I am also unfamiliar with this toolchain, but googling the error helped.)
Sorry, something went wrong.
Merge pull request #203014 from ncfavier/tlwg
890a64a
Closes #202651
Successfully merging a pull request may close this issue.
Checklist
Project name
nix search
name:current version: 0.6.4
desired version: 0.7.3
Notify maintainers
maintainers: @yrashk
Note for maintainers
It's been several years since the dependency has been updated, and the latest release is a year old (https://github.com/tlwg/fonts-tlwg/releases/tag/v0.7.3).
I tried to do the low-hanging, quick update, but it did not work because of a error with autoreconf. I'm unfamiliar with the toolchain.
The text was updated successfully, but these errors were encountered: