kde5.kconfigwidgets: remove runtime perl dependency
This commit is contained in:
parent
40ebe0bad3
commit
7cc52a65b0
@ -9,7 +9,8 @@ kdeFramework {
|
|||||||
propagatedBuildInputs = [ kauth kconfig kcodecs ki18n kwidgetsaddons ];
|
propagatedBuildInputs = [ kauth kconfig kcodecs ki18n kwidgetsaddons ];
|
||||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/preparetips5"
|
moveToOutput "bin/preparetips5" "$dev"
|
||||||
|
wrapQtProgram "$dev/bin/preparetips5"
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user