about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2019-09-17 21:34:06 +0200
committerGitHub <noreply@github.com>2019-09-17 21:34:06 +0200
commitf772fe52c39518755d5acc224dd667ddac851083 (patch)
tree03be61e6813a434794b9f1ac6fc5e3cd3c8a7f11
parent60ebf30175d2a97251c28751d71e7a8d457b4fbb (diff)
parentafc1e5f1a728a0b6f0dddcd5a546be82d5393fb0 (diff)
downloadnixlib-f772fe52c39518755d5acc224dd667ddac851083.tar
nixlib-f772fe52c39518755d5acc224dd667ddac851083.tar.gz
nixlib-f772fe52c39518755d5acc224dd667ddac851083.tar.bz2
nixlib-f772fe52c39518755d5acc224dd667ddac851083.tar.lz
nixlib-f772fe52c39518755d5acc224dd667ddac851083.tar.xz
nixlib-f772fe52c39518755d5acc224dd667ddac851083.tar.zst
nixlib-f772fe52c39518755d5acc224dd667ddac851083.zip
Merge pull request #68936 from jonringer/fix-boltz
python3Packages.boltztrap2: fix build
-rw-r--r--pkgs/development/python-modules/boltztrap2/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/boltztrap2/default.nix b/pkgs/development/python-modules/boltztrap2/default.nix
index a86acbb23ac2..50f2023418ee 100644
--- a/pkgs/development/python-modules/boltztrap2/default.nix
+++ b/pkgs/development/python-modules/boltztrap2/default.nix
@@ -23,6 +23,8 @@ buildPythonPackage rec {
     sha256 = "1hambr925ml2v2zcxnmnpi39395gl2928yac4p2kghk9xicymraw";
   };
 
+  dontUseCmakeConfigure = true;
+
   nativeBuildInputs = [ cmake cython ];
   checkInputs = [ pytest ];
   propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];