Merge pull request #97670 from ttuegel/kconfigwidgets-plugin-out

kconfigwidgets: install plugin in .out
This commit is contained in:
Thomas Tuegel 2020-09-11 15:27:50 -05:00 committed by GitHub
commit 6d269ce409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,4 +12,7 @@ mkDerivation {
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
outputs = [ "out" "dev" ];
outputBin = "dev";
postInstall = ''
moveToOutput ''${qtPluginPrefix:?}/designer/kconfigwidgets5widgets.so "$out"
'';
}