about summary refs log tree commit diff
path: root/pkgs/data/fonts/roboto-mono
AgeCommit message (Collapse)AuthorFilesLines
2023-08-12treewide: remove unneeded dots and slashes in `sourceRoot`sJan Malakhovski1-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-03-26roboto-mono: 2016-01-11 -> 2.002-20190125José Romildo Malaquias1-19/+19
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-08-11data/fonts: simpler cleanupsVolth1-0/+4
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch1-1/+1
`stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
2016-09-02roboto-mono: init at 2016-01-11José Romildo Malaquias1-0/+84