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: 12f367b51caf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c5d2491fd1fe
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 15, 2020

  1. utf8proc: enable tests

    For the current version normtest and graphemetest are disabled. This
    will probably change in the future. Those tests are problematic because
    they depend on unicode data files which are downloaded by cmake at build
    time:
    
        file(MAKE_DIRECTORY data)
        set(UNICODE_VERSION 13.0.0)
        file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
        file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
    
    For the next update, we'll probably need to patch out this section of
    CMakeLists.txt and download the files in question with fetchurl
    ourselves.
    sternenseemann authored and teto committed Dec 15, 2020
    Copy the full SHA
    c5d2491 View commit details
    Browse the repository at this point in the history