summary refs log tree commit diff
path: root/pkgs/tools/misc/otfcc
Commit message (Collapse)AuthorAge
* treewide: optional -> optionals where the argument is a listArtturin2022-10-10
| | | | the argument to optional should not be list
* otfcc: enable aarch64-darwin buildPavol Rusnak2021-05-23
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* 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
* otfcc: fix aarch64 compatibilityEnno Lohmeier2020-08-07
|
* otfcc: 0.9.6 -> 0.10.4R. RyanTM2020-04-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* otfcc: use premake setup hookMatthew Bauer2018-11-28
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* otfcc: 0.8.6 -> 0.9.6Johannes Frankenau2018-02-20
|
* otfcc: build with ninjaOrivej Desh2017-12-04
| | | | | | | | | | | | | 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
* otfcc: enable darwinOrivej Desh2017-11-27
|
* otfcc: disable aarch64Orivej Desh2017-11-26
| | | | It explicitly targets either x86 or amd64.
* otfcc: add ttuegel to maintainersThomas Tuegel2017-11-20
|
* otfcc: init at 0.8.6Johannes Frankenau2017-11-20