libaom: specify meta.outputsToInstall
This commit is contained in:
parent
9ccaecf0e7
commit
394cc59062
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${version}/CHANGELOG";
|
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${version}/CHANGELOG";
|
||||||
maintainers = with maintainers; [ primeos kiloreux dandellion ];
|
maintainers = with maintainers; [ primeos kiloreux dandellion ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
outputsToInstall = [ "bin" ];
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue