7 stdenvNoCC.mkDerivation {
8 pname = "powerline-fonts";
9 version = "unstable-2018-11-11";
11 src = fetchFromGitHub {
14 rev = "e80e3eba9091dac0655a0a77472e10f53e754bb0";
15 hash = "sha256-GGfON6Z/0czCUAGxnqtndgDnaZGONFTU9/Hu4BGDHlk=";
21 find . -name '*.otf' -exec install -Dt $out/share/fonts/opentype {} \;
22 find . -name '*.ttf' -exec install -Dt $out/share/fonts/truetype {} \;
23 find . -name '*.bdf' -exec install -Dt $out/share/fonts/bdf {} \;
24 find . -name '*.pcf.gz' -exec install -Dt $out/share/fonts/pcf {} \;
25 find . -name '*.psf.gz' -exec install -Dt $out/share/consolefonts {} \;
31 homepage = "https://github.com/powerline/fonts";
32 description = "Patched fonts for Powerline users";
34 Pre-patched and adjusted fonts for usage with the Powerline plugin.
36 license = with licenses; [
41 platforms = platforms.all;
42 maintainers = with maintainers; [ malyn ];