tremor: Use multiple outputs to reduce closure size

This commit is contained in:
Thomas Tuegel
2019-09-25 05:44:15 -05:00
parent 459ea150e8
commit 338742effd

View File

@@ -9,6 +9,8 @@ stdenv.mkDerivation {
sha256 = "0m07gq4zfgigsiz8b518xyb19v7qqp76qmp7lb262825vkqzl3zq";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
propagatedBuildInputs = [ libogg ];