From 38d6776e9c4be56248b69b812e623ff68f2f0f99 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 10 Sep 2025 16:10:21 +0200 Subject: [PATCH] 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 --- pkgs/applications/science/chemistry/nwchem/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/science/chemistry/nwchem/default.nix b/pkgs/applications/science/chemistry/nwchem/default.nix index 282a53996e6b..3c6e623561d8 100644 --- a/pkgs/applications/science/chemistry/nwchem/default.nix +++ b/pkgs/applications/science/chemistry/nwchem/default.nix @@ -62,6 +62,11 @@ stdenv.mkDerivation rec { hash = "sha256-2qc4kLb/WmUJuJGonIyS7pgCfyt8yXdcpDAKU0RMY58="; }; + outputs = [ + "out" + "dev" + ]; + nativeBuildInputs = [ perl automake