summary refs log tree commit diff
path: root/pkgs/data/fonts/monoid
Commit message (Collapse)AuthorAge
* monoid: 2018-06-03 -> 2020-10-26Kenzyme L2022-06-29
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* monoid: 2016-07-21 -> 2018-06-03Justin Humm2020-10-04
| | | | | Also applied a patch, so we can build with python3Packages.fontforge, as fontforge doesn't have python2 bindings anymore.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* monoid: fix buildJan Tojnar2019-12-25
| | | | We recently defaulted fontforge to python3 which made the python2 used by the build system unable to find fontforge.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* data/fonts: fonts made with fontforge are not fixed-outputvolth2019-05-13
|
* fonts/monoid: disable parallel build (some random fonts are missing)volth2017-09-26
|
* data/fonts: make derivations fixed-outputs (group of fontforge compiled fonts)Volth2017-09-18
|
* monoid: init at 2016-07-21romildo2017-06-28