kconfigwidgets: install plugin in .out

This commit is contained in:
Thomas Tuegel 2020-09-06 09:06:02 -05:00 committed by Thomas Tuegel
parent 97bfffe7ba
commit d489e70a08
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

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"
'';
}