summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 00:04:26 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 21:02:54 +0100
commita3de225864018f311ab59f884a27dcd81e60642b (patch)
tree42d28166cbbffcf1e147c0c4f136ed0c384ae6cb /pkgs/applications/gis
parentb65181d78b61464966da493a635004fbc3161a70 (diff)
downloadnixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar.gz
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar.bz2
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar.lz
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar.xz
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.tar.zst
nixpkgs-a3de225864018f311ab59f884a27dcd81e60642b.zip
grass: Symlink include/ as well as bin/
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/grass/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index 3e0089efa6d..a8dae562576 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -76,6 +76,7 @@ stdenv.mkDerivation {
     --set GRASS_PYTHON ${python2Packages.python}/bin/${python2Packages.python.executable} \
     --suffix LD_LIBRARY_PATH ':' '${gdal}/lib'
     ln -s $out/grass-*/lib $out/lib
+    ln -s $out/grass-*/include $out/include
   '';
 
   enableParallelBuilding = true;