about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-10-13 00:08:01 +0300
committerGitHub <noreply@github.com>2022-10-13 00:08:01 +0300
commite66d2fd89d40eb37979834c934413635d0841646 (patch)
tree5df3d1319f3bd4153eaf6c7c14138a0cb1042691 /pkgs/applications/gis
parent34493676f6616fdfb85ee76e4b7fe1c1cf0703d1 (diff)
parent7e49471316373c471a3bf4b78c130ebc907ae2d2 (diff)
Merge pull request #194256 from Artturin/treewides2
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/gmt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/gmt/default.nix b/pkgs/applications/gis/gmt/default.nix
index c6e0846e54dc3..3cc04e3744400 100644
--- a/pkgs/applications/gis/gmt/default.nix
+++ b/pkgs/applications/gis/gmt/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     "-DGMT_INSTALL_MODULE_LINKS:BOOL=FALSE"
     "-DLICENSE_RESTRICTED=LGPL" # "GPL" and "no" also valid
   ] ++ (with stdenv;
-    lib.optional (!isDarwin) [
+    lib.optionals (!isDarwin) [
       "-DFFTW3_ROOT=${fftwSinglePrec.dev}"
       "-DLAPACK_LIBRARY=${lapack}/lib/liblapack.so"
       "-DBLAS_LIBRARY=${blas}/lib/libblas.so"