Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1781e11061e7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 04670f8b3de2
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 4, 2020

  1. nixos/fontdir: gather more font formats

    - Fix wrong order in which font indexes are created
    mkfontdir requires the file fonts.scale to consider scalable fonts,
    thus, mkfontscale should be run before
    
    - Search more font formats, in particular, bit-mapped formats
    EmilioPeJu committed Oct 4, 2020
    Copy the full SHA
    a5618e6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a5c0ba4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1fdd392 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eda7e23 View commit details
    Browse the repository at this point in the history
  5. nixos/fontdir: add group of options for fontDir

    Renaming enableFontDir to fontDir.enable
    EmilioPeJu committed Oct 4, 2020
    Copy the full SHA
    c99bd9b View commit details
    Browse the repository at this point in the history
  6. nixos/fontdir: add option to decompress fonts

    This will let Xwayland use the global font folder as font path
    EmilioPeJu committed Oct 4, 2020
    Copy the full SHA
    f41f53d View commit details
    Browse the repository at this point in the history
  7. nixos/xwayland: add new module and allow configuring a default font path

    - Add option `programs.xwayland.defaultFontPath`
    - Modify sway to enable Xwayland
    EmilioPeJu committed Oct 4, 2020
    Copy the full SHA
    52f028f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9f8aad2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request #96697 from hir12111/fix-font-dir

    fontdir: Consider scalable fonts in index fonts.dir
    rnhmjoj committed Oct 5, 2020
    Copy the full SHA
    04670f8 View commit details
    Browse the repository at this point in the history