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:
@@ -62,6 +62,11 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-2qc4kLb/WmUJuJGonIyS7pgCfyt8yXdcpDAKU0RMY58=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
perl
|
||||
automake
|
||||
|
||||
Reference in New Issue
Block a user