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: d8369edfcda8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f4b4ef130a9e
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 3, 2020

  1. Copy the full SHA
    d05ee9c View commit details
    Browse the repository at this point in the history
  2. fmt: remove the enableShared option

    Static libraries are to be provided by the pkgsStatic.fmt package.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    7e5b495 View commit details
    Browse the repository at this point in the history
  3. gtest: remove the "static" option

    pkgsStatic.gtest already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    7e2c821 View commit details
    Browse the repository at this point in the history
  4. glog: remove the "static" option

    pkgsStatic.glog already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    4541012 View commit details
    Browse the repository at this point in the history
  5. double-conversion: remove the "static" option

    pkgsStatic.double-conversion already has CMAKE_BUILD_SHARED set to OFF.
    veprbl committed Jan 3, 2020
    Copy the full SHA
    bb890c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Merge pull request #76659 from veprbl/pr/cmake_static_adapter

    pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
    FRidh committed Jan 6, 2020
    Copy the full SHA
    f4b4ef1 View commit details
    Browse the repository at this point in the history