qt6.qtdeclarative: reduce closure size by removing reference to qtbase.dev

before: /nix/store/g7k03425nzhlwcldc85fyw4bly7bwk9a-qtdeclarative-6.3.2    1.7G
after:  /nix/store/x08j7c378j6a8i1vam4iqgk4lk6sqzm0-qtdeclarative-6.3.2  566.7M
This commit is contained in:
Nick Cao 2022-09-24 23:14:43 +08:00
parent 50ae3b268c
commit cec6862940
No known key found for this signature in database

View File

@ -32,4 +32,8 @@ qtModule {
"bin/qmlscene"
"bin/qmltestrunner"
];
NIX_CFLAGS_COMPILE = [
"-fmacro-prefix-map=${qtbase.dev}=qtbase.dev"
];
}