antiderivative

Error Logs

Dec 15th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ```
  2. [07:20:22 ERROR] => Failed:
  3.  
  4. × Recipe ./recipes/recipe.yml failed to validate
  5. ╰─▶
  6. × 2 errors encountered
  7. ╭─[./recipes/recipe.yml:54:9]
  8. 53 │
  9. 54 │ ╭──▶ - type: default-flatpaks
  10. 55 │ │ notify: true # Send notification after install/uninstall
  11. is finished (true/false)
  12. 56 │ │ system:
  13. 57 │ │ # If no repo information is specified, Flathub will be
  14. used by default
  15. 58 │ │ # repo-url: https://dl.flathub.org/repo/
  16. flathub.flatpakrepo
  17. 59 │ │ # repo-name: flathub
  18. 60 │ │ # repo-title: "Flathub (system-wide)" # Optional; this
  19. sets the remote's user-facing name in graphical frontends like GNOME
  20. Software
  21. 61 │ │ install:
  22. 62 │ │ - com.github.tchx84.Flatseal
  23. 63 │ │ - com.github.tenderowl.frog
  24. 64 │ │ - com.spotify.Client
  25. 65 │ │ - com.stremio.Stremio
  26. 66 │ │ - nz.mega.MEGAsync
  27. 67 │ │ - org.gnome.gitlab.somas.Apostrophe
  28. 68 │ │ - org.libreoffice.LibreOffice
  29. 69 │ │ - org.mozilla.firefox
  30. 70 │ │ - com.rtosta.zapzap
  31. 71 │ │ - dev.zed.Zed
  32. 72 │ │ - org.gnome.Snapshot
  33. 73 │ │ - org.gnome.Evince
  34. 74 │ │ - org.gnome.Loupe
  35. 75 │ │ - org.gnome.Calculator
  36. 76 │ │ - org.gnome.TextEditor
  37. 77 │ │ - io.missioncenter.MissionCenter
  38. 78 │ │ # - one.ablaze.floorp//lightning # This is an example
  39. of flatpak which has multiple branches in selection (flatpak//branch).
  40. 79 │ │ # Flatpak runtimes are not supported (like
  41. org.winehq.Wine//stable-23.08),
  42. 80 │ │ # only normal flatpak applications are (like Floorp
  43. Lightning web browser in this example).
  44. 81 │ │ # Installing different branches of the same Flatpak is
  45. not supported.
  46. 82 │ │ remove:
  47. 83 │ │ # - org.gnome.eog
  48. 84 │ │
  49. 85 │ │ # Install homebrew
  50. 86 │ ├──▶ - type: brew
  51. · ╰───── is not valid under any of the schemas listed in the 'anyOf'
  52. keyword
  53. 87 │ │ nofile-limits: true # increase nofile limits
  54. 88 │ │ brew-analytics: false # disable telemetry
  55. 89 │ ├──▶ update-interval: ['7d', '0h', '0m']
  56. · ╰───── is not valid under any of the schemas listed in the 'anyOf'
  57. keyword
  58. 90 │
  59. ╰────
  60. help: Try adding these lines to the top of your file:
  61. ---
  62. # yaml-language-server: $schema=https://schema.blue-
  63. build.org/recipe-
  64. v1.json
  65. ```
Advertisement
Add Comment
Please, Sign In to add comment