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

Commits on Apr 4, 2020

  1. Copy the full SHA
    77c23a5 View commit details
    Browse the repository at this point in the history
  2. gnome3.gnome-boxes: fix build

    It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    88b9a96 View commit details
    Browse the repository at this point in the history
  3. dsview: fix build

    It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    418628e View commit details
    Browse the repository at this point in the history
  4. gnome-builder: Fix build

    This was forgotten during GNOME 3.36 update so the upstreamed patches were not removed.
    Also needed to add libportal and could remove some old cruft.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    ff3c6fe View commit details
    Browse the repository at this point in the history
  5. kitinerary: Fix build

    	CMake Error at /nix/store/cmriqbxnpcgmbll06pnl1h3va08x2xvr-cmake-3.16.5/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
    	  Could NOT find SharedMimeInfo (missing: UPDATE_MIME_DATABASE_EXECUTABLE)
    	  (Required is at least version "1.3")
    	Call Stack (most recent call first):
    	  /nix/store/cmriqbxnpcgmbll06pnl1h3va08x2xvr-cmake-3.16.5/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
    	  /nix/store/hxvvgjkvpp22g1rykzcb734649sgzjz0-extra-cmake-modules-5.66.0/share/ECM/find-modules/FindSharedMimeInfo.cmake:74 (find_package_handle_standard_args)
    	  CMakeLists.txt:32 (find_package)
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    6a2e5dd View commit details
    Browse the repository at this point in the history