vlc: split outputs
output size changes: - out: 70360K -> 68960K - dev: 0 -> 1152K - doc: 0 -> 252K - man: 0 -> 8K
This commit is contained in:
@@ -223,6 +223,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
"doc"
|
||||
"man"
|
||||
];
|
||||
|
||||
env = {
|
||||
# vlc searches for c11-gcc, c11, c99-gcc, c99, which don't exist and would be wrong for cross compilation anyway.
|
||||
BUILDCC = lib.getExe pkgsBuildBuild.stdenv.cc;
|
||||
|
||||
Reference in New Issue
Block a user