Commit 38d6776e authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

nwchem: split output -> out, dev

propagatedBuildInputs creates a trivial dependence
on "-dev" inputs, that can be eliminated by split
the output. Reduce the runtime closure: 1.3 GB -> 666 MB
parent f7ca44f7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -62,6 +62,11 @@ stdenv.mkDerivation rec {
    hash = "sha256-2qc4kLb/WmUJuJGonIyS7pgCfyt8yXdcpDAKU0RMY58=";
  };

  outputs = [
    "out"
    "dev"
  ];

  nativeBuildInputs = [
    perl
    automake