Commit graph

14 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rnhmjoj 03f246620d
powerline-fonts: install psf to share/consolefonts
This will make easier to set the font of the virtual console
in NixOS. Instead of specifing the full filepath of the psf
on can simply do:

    console.font = "ter-powerline-v20b";
    console.packages = [ pkgs.powerline-fonts ];
2020-02-10 13:28:04 +01:00
volth c9eb44eab3 data/fonts: cleanup
* 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
2019-05-13 06:03:31 +00:00
Rok Garbas c2f6ab16a9 powerline-fonts: 2017-05-25 -> 2018-11-11 2018-12-12 20:59:07 +01:00
Volth 31c344982f data/fonts: simpler cleanups 2017-08-11 14:26:03 +00:00
Jörg Thalheim 9ac118a8a4 powerline-fonts: 2015-12-11 -> 2017-05-25 2017-07-30 11:21:59 +01:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
Eelco Dolstra aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
Cole Mickens ea85ac9f15 powerline-fonts: 2015-06-29 -> 2015-12-11 (close #12856) 2016-02-07 15:19:10 +01:00
Alexey Shmalko 3b1fe914b9 powerline-fonts: Install Terminus font
Patched Terminus font is neither .otf, nor .ttf so it wasn't installed
before.
2016-01-15 01:21:26 +02:00
hiberno 8e997a4b6d powerline-fonts: bump to latest revision 2015-06-29 09:45:55 +02:00
Tobias Geerinckx-Rice b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Joachim Fasting bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Michael Alyn Miller 76dcf48b13 Add Powerline fonts 2015-04-24 07:33:59 -07:00