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

Commits on Jan 3, 2021

  1. gramps: move intltool from buildInputs to nativeBuildInputs

    When intltool is in buildInputs, setup.py reports:
    
        No intltool or version < 0.25.0, build_intl is aborting
    
    which prevents Gramps's desktop and MIME (and AppData) entries from being
    generated and installed.  When intltool is moved to nativeBuildInputs, these
    files are installed under share/ as expected.
    khumba authored and FRidh committed Jan 3, 2021
    Copy the full SHA
    d35b77a View commit details
    Browse the repository at this point in the history