Skip to content

Commit

Permalink
ceph: Change hardcoded site-packages path to utilizing the python2Pac…
Browse files Browse the repository at this point in the history
…kages.python.sitePackages attribute instead
  • Loading branch information
lejonet committed Mar 22, 2018
1 parent a9a7580 commit d74bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/ceph/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ stdenv.mkDerivation {

postFixup = ''
wrapPythonPrograms
wrapProgram $out/bin/ceph-mgr --set PYTHONPATH $out/lib/python2.7/site-packages
wrapProgram $out/bin/ceph-mgr --set PYTHONPATH $out/${python2Packages.python.sitePackages}
'';

enableParallelBuilding = true;
Expand Down

0 comments on commit d74bcbc

Please sign in to comment.