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: 00a43001d44b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1a44de831a33
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 21, 2018

  1. ceph: Add makeWrapper to dependencies and nativeBuildInputs

    The ceph-mgr daemon needs to know the location of cephs own-made python modules for some of the modules
    that you can enable for it.
    With wrapProgram, a wrapper is added that sets the proper pythonpath environment variable for the ceph-mgr
    daemon so its modules can find the ceph python modules
    lejonet committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a9a7580 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. ceph: Change hardcoded site-packages path to utilizing the python2Pac…

    …kages.python.sitePackages attribute instead
    lejonet committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d74bcbc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #37597 from lejonet/ceph-#36622

    ceph: Add makeWrapper to dependencies and nativeBuildInputs
    Mic92 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    1a44de8 View commit details
    Browse the repository at this point in the history