Commit c0f391c5 authored by qbisi's avatar qbisi
Browse files

slepc: shellHook -> setupHook

parent a938e2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {

  pythonImportsCheck = [ "slepc4py" ];

  shellHook = ./setup-hook.sh;
  setupHook = ./setup-hook.sh;

  meta = {
    description = "Scalable Library for Eigenvalue Problem Computations";