summary refs log tree commit diff
path: root/pkgs/development/libraries/precice/default.nix
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-11-13 21:56:05 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-27 22:59:27 -0800
commit3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5 (patch)
tree57aed2fc56cbaa51a4d28a27475f1987e56f8369 /pkgs/development/libraries/precice/default.nix
parenta35390d92b32a708390f52fde0e8bb888b2af473 (diff)
downloadnixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar.gz
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar.bz2
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar.lz
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar.xz
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.tar.zst
nixpkgs-3e8e10ab4f2fb651bb40707e9efe83c7b8d7ffd5.zip
precice: migrate to Python38
Diffstat (limited to 'pkgs/development/libraries/precice/default.nix')
-rw-r--r--pkgs/development/libraries/precice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/precice/default.nix b/pkgs/development/libraries/precice/default.nix
index f0064dbd362..e8ae15ed31f 100644
--- a/pkgs/development/libraries/precice/default.nix
+++ b/pkgs/development/libraries/precice/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     "-DPRECICE_PETScMapping=OFF"
     "-DBUILD_SHARED_LIBS=ON"
     "-DPYTHON_LIBRARIES=${python3.libPrefix}"
-    "-DPYTHON_INCLUDE_DIR=${python3}/include/${python3.libPrefix}m"
+    "-DPYTHON_INCLUDE_DIR=${python3}/include/${python3.libPrefix}"
   ];
 
   NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin [ "-D_GNU_SOURCE" ];