Commit 84defedf authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

scotch: split outputs

parent ab8a1f83
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-XXkVwTr8cbYfzXWWkPERTmjfE86JHUUuU6yxjp9k6II=";
  };

  outputs = [
    "bin"
    "dev"
    "out"
  ];

  nativeBuildInputs = [
    cmake
    gfortran