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
This commit is contained in:
Markus Kowalewski
2025-09-10 16:14:44 +02:00
parent f7ca44f799
commit 38d6776e9c
@@ -62,6 +62,11 @@ stdenv.mkDerivation rec {
hash = "sha256-2qc4kLb/WmUJuJGonIyS7pgCfyt8yXdcpDAKU0RMY58=";
};
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
perl
automake