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: aff3036a6f92
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5f202e0b2265
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 23, 2019

  1. nextcloud-client: clean up

    Continuation of #67306
    
    * Switched to non-deprecated dbus config path.
    * Removed CMake flags for finding dependencies, the project can find them on its own.
    * Properly fixed the RPATH issue from #15406 – ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}.
    * Dropped changing Icon name in the desktop file as it was fixed upstream.
    * Switched to fetchFromGitHub, as the submodules are only for Win, Mac & crash reporting.
    * Dropped enableParallelBuilding = true, as it is on by default with CMake.
    jtojnar committed Aug 23, 2019
    Copy the full SHA
    fc79a83 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    80fbcf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Merge pull request #67367 from jtojnar/nextcloud-cleanup

    nextcloud-client: clean up
    disassembler committed Aug 24, 2019
    Copy the full SHA
    5f202e0 View commit details
    Browse the repository at this point in the history