mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Merge pull request #97670 from ttuegel/kconfigwidgets-plugin-out
kconfigwidgets: install plugin in .out
This commit is contained in:
commit
6d269ce409
@ -12,4 +12,7 @@ mkDerivation {
|
||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||
outputs = [ "out" "dev" ];
|
||||
outputBin = "dev";
|
||||
postInstall = ''
|
||||
moveToOutput ''${qtPluginPrefix:?}/designer/kconfigwidgets5widgets.so "$out"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user