summary refs log tree commit diff
path: root/pkgs/data/fonts/dosemu-fonts
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* data/fonts: cleanupvolth2019-05-13
| | | | | | | * 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
* data/fonts: simpler cleanups (group 2)Volth2017-08-11
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* dosemu-fonts: Fix and simplify buildaszlig2016-05-15
| | | | | | | | | | | | | 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>
* use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* dosemu-fonts: use versioned `name`Tobias Geerinckx-Rice2016-02-22
| | | | | This also happens to solve a hash mismatch for me, but that might be a coincidence.
* Add fonts from the DOSEmu project.aszlig2012-06-20
These are mainly fonts like the DOS standard VGA fonts.