libaom: specify meta.outputsToInstall

This commit is contained in:
Daniel Olsen 2022-06-27 02:25:23 +02:00
parent 9ccaecf0e7
commit 394cc59062

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${version}/CHANGELOG";
maintainers = with maintainers; [ primeos kiloreux dandellion ];
platforms = platforms.all;
outputsToInstall = [ "bin" ];
license = licenses.bsd2;
};
}