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: 22782ef953bc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 40212de19102
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 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
    
    (cherry picked from commit a9a7580)
    lejonet authored and Mic92 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    3830232 View commit details
    Browse the repository at this point in the history
  2. ceph: Change hardcoded site-packages path to utilizing the python2Pac…

    …kages.python.sitePackages attribute instead
    
    (cherry picked from commit d74bcbc)
    lejonet authored and Mic92 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    40212de View commit details
    Browse the repository at this point in the history