Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
kconfigwidgets: install plugin in .out
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Sep 11, 2020
1 parent 97bfffe commit d489e70
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12,4 +12,7 @@ mkDerivation {
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
outputs = [ "out" "dev" ];
outputBin = "dev";
postInstall = ''
moveToOutput ''${qtPluginPrefix:?}/designer/kconfigwidgets5widgets.so "$out"
'';
}

0 comments on commit d489e70

Please sign in to comment.