Commit Graph

6 Commits

Author SHA1 Message Date
José Romildo Malaquias
66b8e420ba roboto-slab: 2016-01-11 -> 2.000
- use the version from the ttf file
- source is the github repository for the font
2020-03-24 17:54:48 -03:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Volth
31c344982f data/fonts: simpler cleanups 2017-08-11 14:26:03 +00:00
Profpatsch
bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
`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-10-11 18:34:36 +02:00
José Romildo Malaquias
67f2a005f6
roboto-slab: init at 2016-01-11 2016-09-02 21:50:42 +02:00