From 9031300f5e05520f4eb0cabdab457427e32a854d Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 20 Mar 2018 22:34:17 +0000 Subject: Remove darwin specific patch --- pkgs/applications/gis/grass/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/gis/grass') diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix index 5b36c24ab10e..8353bce1b847 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchurl, flex, bison, pkgconfig, zlib, libtiff, libpng, fftw , cairo, readline, ffmpeg, makeWrapper, wxGTK30, netcdf, blas -, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages, lib +, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages }: stdenv.mkDerivation { @@ -17,7 +17,7 @@ stdenv.mkDerivation { # On Darwin the installer tries to symlink the help files into a system # directory - patches = [] ++ lib.optional stdenv.isDarwin [ ./no_symbolic_links.patch ]; + patches = [ ./no_symbolic_links.patch ]; configureFlags = [ "--with-proj-share=${proj}/share/proj" -- cgit 1.4.1