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
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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