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

Commits on Mar 25, 2021

  1. Copy the full SHA
    0ccab8d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52864f0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8515dd0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d5828cc View commit details
    Browse the repository at this point in the history
  5. gjs: fix installed tests

    They were already failing on master (with pango 1.47 and gjs 1.66):
    
    	(process:1186): Gjs-CRITICAL **: 12:36:09.500: JS ERROR: Error: Requiring Gtk, version 3.0: Typelib file for namespace 'HarfBuzz', version '0.0' not found
    machine # @/nix/store/mca5jqi26f3h3s78p54bp59x4klyrch5-gjs-1.66.2-installedTests/libexec/installed-tests/gjs/js/testLegacyGObject.js:9:13
    
    HarfBuzz is likely pulled in through Pango. Possibly introduced in #93799. But then why did not I notice that in GNOME 3.38 bump?
    jtojnar committed Mar 25, 2021
    Copy the full SHA
    debb51b View commit details
    Browse the repository at this point in the history