mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
kconfigwidgets: install plugin in .out
This commit is contained in:
parent
97bfffe7ba
commit
d489e70a08
@ -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