survex: use proj_7
It is incompatible with PROJ 8.
This commit is contained in:
parent
b73a99edcb
commit
b51c3c22d5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
, wxGTK30-gtk3
|
||||
, wxmac
|
||||
, ffmpeg
|
||||
, proj
|
||||
, proj_7
|
||||
, perl532
|
||||
, unscii
|
||||
, python
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ docbook5 docbook2x autoreconfHook pkg-config perlenv python ];
|
||||
|
||||
buildInputs = [
|
||||
libGL libGLU ffmpeg proj
|
||||
libGL libGLU ffmpeg proj_7
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
wxmac Carbon Cocoa
|
||||
] ++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
|
|
Loading…
Reference in a new issue