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
|
, wxGTK30-gtk3
|
||||||
, wxmac
|
, wxmac
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, proj
|
, proj_7
|
||||||
, perl532
|
, perl532
|
||||||
, unscii
|
, unscii
|
||||||
, python
|
, python
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ docbook5 docbook2x autoreconfHook pkg-config perlenv python ];
|
nativeBuildInputs = [ docbook5 docbook2x autoreconfHook pkg-config perlenv python ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libGL libGLU ffmpeg proj
|
libGL libGLU ffmpeg proj_7
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
wxmac Carbon Cocoa
|
wxmac Carbon Cocoa
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isLinux [
|
] ++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||||
|
|
Loading…
Reference in a new issue