survex: minor cleanup and refactor

This commit is contained in:
Pol Dellaiera 2023-07-15 19:03:01 +02:00
parent 2c687f06f2
commit 3ecdb1d32d
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -45,14 +45,16 @@ stdenv.mkDerivation rec {
buildInputs = [
ffmpeg
glib
libGLU
mesa
proj
wxGTK32
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Carbon
Cocoa
] ++ lib.optionals stdenv.hostPlatform.isLinux [
# TODO: libGLU doesn't build for macOS because of Mesa issues
# (#233265); is it required for anything?
libGLU
mesa
libICE
libX11
];