Remove darwin specific patch
This commit is contained in:
parent
7842e5dda5
commit
9031300f5e
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, flex, bison, pkgconfig, zlib, libtiff, libpng, fftw
|
{ stdenv, fetchurl, flex, bison, pkgconfig, zlib, libtiff, libpng, fftw
|
||||||
, cairo, readline, ffmpeg, makeWrapper, wxGTK30, netcdf, blas
|
, cairo, readline, ffmpeg, makeWrapper, wxGTK30, netcdf, blas
|
||||||
, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages, lib
|
, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# On Darwin the installer tries to symlink the help files into a system
|
# On Darwin the installer tries to symlink the help files into a system
|
||||||
# directory
|
# directory
|
||||||
patches = [] ++ lib.optional stdenv.isDarwin [ ./no_symbolic_links.patch ];
|
patches = [ ./no_symbolic_links.patch ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-proj-share=${proj}/share/proj"
|
"--with-proj-share=${proj}/share/proj"
|
||||||
|
Loading…
Reference in New Issue
Block a user