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: 346dee1a96a7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b89f1226cc5e
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 29, 2020

  1. Revert "fontconfig: Only read versioned config dirs"

    This reverts commit edf2541.
    
    Turns out lot of software (including Chromium) use bundled fontconfig
    so we either need to wrap every one of those, or re-introduce the global
    unversioned config. The latter is easier but weakens hermetic configs.
    
    But perhaps those are not really worth the effort. Given that programs
    linked against fc 2.12.6 on fc 2.13.92 system seem to at least display text,
    even while printing tons of errors (as long as you generate fc cache manually),
    and same thing the other way around, hopefully it will not be an issue in the future.
    
    We give up on the hermetic configs in exchange for getting rid of lot of complexity.
    jtojnar committed Aug 29, 2020
    Copy the full SHA
    89401d9 View commit details
    Browse the repository at this point in the history
  2. fontconfig: get rid of rest of versioned configs

    The incompatibility does not seem to exist any more: programs linked against fc 2.12
    on fc 2.14 system seem to at least display text, even while printing tons of errors
    (as long as you generate fc cache manually), and same thing the other way around.
    Hopefully it will not be an issue in the future.
    jtojnar committed Aug 29, 2020
    Copy the full SHA
    b49a769 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. makeFontsConf: clean up

    The use of the argument was removed in 2016 but its definition was left behind.
    
    cd2948a
    jtojnar committed Sep 3, 2020
    Copy the full SHA
    6f96063 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Copy the full SHA
    4f0f267 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b89f122 View commit details
    Browse the repository at this point in the history