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: a008c42d22f3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 90cca3790492
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2021

  1. libxkbcommon: Enable libxkbregistry

    This also enables the "list" subcommand of xkbcli.
    
    Since libxkbregistry is an optional library we could install it into a
    different output. However, doing this properly is quite challenging and
    the best approach would likely be to upstream patches that add a Meson
    option for installing libxkbregistry under a separate prefix (so that
    the pkg-config file is generated correctly, etc.).
    But even then the default fixup phase would try to move
    $libxkbregistry/include into the $dev output and the $out output would
    depend on the $libxkbcommon output because of the xkbcli binary (though
    we could move that into a $bin output).
    As a result it seems best not to install libxkbregistry into a dedicated
    output path.
    primeos committed Jan 25, 2021
    Copy the full SHA
    3762bb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110773 from primeos/libxkbcommon-xkbregistry

    libxkbcommon: Enable libxkbregistry
    SuperSandro2000 committed Jan 25, 2021
    Copy the full SHA
    90cca37 View commit details
    Browse the repository at this point in the history