Skip to content

Commit

Permalink
grass: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 14, 2017
1 parent d535b2d commit 4e88fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/gis/grass/default.nix
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation {
postInstall = ''
wrapProgram $out/bin/grass70 \
--set PYTHONPATH $PYTHONPATH \
--set GRASS_PYTHON ${python2Packages.python}/bin/${python2Packages.python.executable}
--set GRASS_PYTHON ${python2Packages.python}/bin/${python2Packages.python.executable} \
--suffix LD_LIBRARY_PATH ':' '${gdal}/lib'
ln -s $out/grass-*/lib $out/lib
'';
Expand Down

0 comments on commit 4e88fe4

Please sign in to comment.