about summary refs log tree commit diff
path: root/pkgs/tools/misc/otfcc
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2021-05-23otfcc: enable aarch64-darwin buildPavol Rusnak1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-07otfcc: fix aarch64 compatibilityEnno Lohmeier3-8/+43
2020-04-15otfcc: 0.9.6 -> 0.10.4R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-28otfcc: use premake setup hookMatthew Bauer1-7/+7
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-2/+2
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-02-20otfcc: 0.8.6 -> 0.9.6Johannes Frankenau1-2/+2
2017-12-04otfcc: build with ninjaOrivej Desh1-11/+10
Makefiles generated by premake do not support parallel building: cd build/gmake make -f deps.make config=release_x64 obj/x64/release/deps/sds.o sds.c ../../dep/extern/sds.c:1088:1: fatal error: opening dependency file obj/x64/release/deps/sds.d: No such file or directory } ^ compilation terminated. make: *** [deps.make:194: obj/x64/release/deps/sds.o] Error 1
2017-11-27otfcc: enable darwinOrivej Desh1-1/+3
2017-11-26otfcc: disable aarch64Orivej Desh1-1/+1
It explicitly targets either x86 or amd64.
2017-11-20otfcc: add ttuegel to maintainersThomas Tuegel1-1/+1
2017-11-20otfcc: init at 0.8.6Johannes Frankenau1-0/+37