···1313 unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
1414 '';
15151616- meta = {
1616+ meta = with lib; {
1717 description = "A monospaced font for scientific and technical computing";
1818 longDescription = ''
1919 JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
2020 '';
2121- maintainers = with lib.maintainers; [ suhr ];
2222- platforms = with lib.platforms; all;
2121+ maintainers = with maintainers; [ suhr ];
2222+ platforms = with platforms; all;
2323 homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
2424- license = lib.licenses.ofl;
2424+ license = licenses.ofl;
2525 };
2626}
···22, buildPythonPackage
33, fetchPypi
44, grpcio
55-, googleapis_common_protos
55+, googleapis-common-protos
66, pytest
77}:
88···1515 sha256 = "0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72";
1616 };
17171818- propagatedBuildInputs = [ grpcio googleapis_common_protos ];
1818+ propagatedBuildInputs = [ grpcio googleapis-common-protos ];
19192020 # non-standard test format, and python3 will load local google folder first
2121 # but tests cannot be ran if google folder is removed or moved