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: d0532e79ae54
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f5a63f1067c2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 6, 2020

  1. fontforge: 20190801 -> 20200314

    This fixes the failing build.
    
    Build system changed to cmake.
    alyssais committed Jun 6, 2020
    1
    Copy the full SHA
    e9848d1 View commit details
    Browse the repository at this point in the history
  2. fontforge: introduce withGUI option

    It was unintuitive that the withGTK option controlled whether a
    fontforge GUI was enabled at all, since fontforge supports multiple
    GUIs (a GTK one and an X11 one -- confusingly the X11 one still
    requires GTK).
    
    With the new withGUI option, it is possible to build the X11 GUI by
    setting withGTK to false and withGUI to true.  I haven't added an
    attribute for this configuration because I expect it to be pretty
    obsure -- my rationale for adding this option was code clarity rather
    than utility.
    alyssais committed Jun 6, 2020
    Copy the full SHA
    8a74399 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Merge pull request #89583 from alyssais/fontforge

    fontforge: 20190801 -> 20200314
    FRidh committed Jun 7, 2020
    Copy the full SHA
    f5a63f1 View commit details
    Browse the repository at this point in the history