summaryrefslogtreecommitdiffstats
path: root/pkgs/data/fonts/dosemu-fonts
AgeCommit message (Collapse)Author
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-13data/fonts: cleanupvolth
* make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2017-08-11data/fonts: simpler cleanups (group 2)Volth
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-05-15dosemu-fonts: Fix and simplify buildaszlig
Regression introduced by 9820cb1bf24254199db05856bbb4919378ac75cb. The commit only sets dontBuild but the build for the DOSEmu fonts had a dummy configurePhase as well. So rather than just reinserting a dummy configurePhase again, let's just use buildCommand and put it out in one go, which is more suitable for such a simple package. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-05-04use dontBuild instead of hacksRobin Gloster
changes: * buildPhase = "true" * buildPhase = ":"
2016-02-22dosemu-fonts: use versioned `name`Tobias Geerinckx-Rice
This also happens to solve a hash mismatch for me, but that might be a coincidence.
2012-06-20Add fonts from the DOSEmu project.aszlig
These are mainly fonts like the DOS standard VGA fonts.