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: 9ce91be010e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 37c9f30f660f
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 30, 2020

  1. chiaki: 1.3.0 -> 2.0.1

    Also switch the upstream repository from github to git.sr.ht, since the
    project has been moved to sourcehut.
    
    Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
    Emantor committed Dec 30, 2020
    Copy the full SHA
    536a40c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. chiaki: add DualShock4 touchpad support

    Chiaki supports the touchpad on DualShock4 controllers when they are
    connected via USB and requires libevdev & udev for this. Add both
    libraries if chiaki is to be built for a Linux host.
    Emantor committed Jan 1, 2021
    Copy the full SHA
    4d46117 View commit details
    Browse the repository at this point in the history
  2. chiaki: fix build on darwin

    Darwin requires qtmacextra in the buildInputs, otherwise compilation
    fails with:
    
      CMake Error at /nix/store/05nmn6v1hrk56zqs61s2awvykha51fx9-qtbase-5.12.7-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
        By not providing "FindQt5MacExtras.cmake" in CMAKE_MODULE_PATH this project
        has asked CMake to find a package configuration file provided by
        "Qt5MacExtras", but CMake did not find one.
    
        Could not find a package configuration file provided by "Qt5MacExtras" with
        any of the following names:
    
          Qt5MacExtrasConfig.cmake
          qt5macextras-config.cmake
    
        Add the installation prefix of "Qt5MacExtras" to CMAKE_PREFIX_PATH or set
        "Qt5MacExtras_DIR" to a directory containing one of the above files.  If
        "Qt5MacExtras" provides a separate development package or SDK, be sure it
        has been installed.
      Call Stack (most recent call first):
        gui/CMakeLists.txt:7 (find_package)
    
      -- Configuring incomplete, errors occurred!
      See also "/tmp/nix-build-chiaki-2.0.1.drv-0/chiaki/build/CMakeFiles/CMakeOutput.log".
    Emantor committed Jan 1, 2021
    Copy the full SHA
    b5a0c74 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107983 from Emantor/topic/chiaki_bump_touchpad

    chiaki: 1.3.0 -> 2.0.1 & touchpad support
    prusnak committed Jan 1, 2021
    Copy the full SHA
    37c9f30 View commit details
    Browse the repository at this point in the history