Skip to content

Commit

Permalink
scons: add pythonPath attribute to ensure that the python-wrapper rec…
Browse files Browse the repository at this point in the history
…ognizes this package as providing a python library
  • Loading branch information
peti committed Jan 20, 2014
1 parent f3ac3a2 commit c6be3db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/build-managers/scons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ stdenv.mkDerivation {
buildPhase = "python setup.py install --prefix=$out --install-data=$out/share --install-lib=$(toPythonPath $out) --symlink-scons -O1";
installPhase = "for n in $out/bin/*-${version}; do wrapProgram $n --suffix PYTHONPATH ':' \"$(toPythonPath $out)\"; done";

pythonPath = [];

meta = {
homepage = "http://scons.org/";
description = "An improved, cross-platform substitute for Make";
Expand Down

0 comments on commit c6be3db

Please sign in to comment.