Guest User

manifest.scm (openwrt buildroot)

a guest
Aug 1st, 2025
15
0
150 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. (specifications->manifest
  2. (list "asciidoc"
  3. "bash"
  4. "binutils"
  5. "bzip2"
  6. "flex"
  7. "git"
  8. "gcc-toolchain@14"
  9. "time"
  10. "util-linux"
  11. "gawk"
  12. "gzip"
  13. "help2man"
  14. "intltool"
  15. "elfutils"
  16. "zlib"
  17. "make"
  18. "ncurses"
  19. "openssl"
  20. "patch"
  21. "perl"
  22. "python"
  23. "rsync"
  24. "swig"
  25. "tar"
  26. "grep"
  27. "sed"
  28. "file"
  29. "unzip"
  30. "wget"
  31. "which"
  32. "gettext"
  33. "libxslt"
  34. "zlib:static"
  35. "coreutils"
  36. "diffutils"
  37. "findutils"
  38. "less"
  39. "emacs"
  40. "bash-completion"
  41. "cdrtools"
  42. "clang"
  43. "pkg-config"
  44. "glibc"
  45. "glibc:static"
  46. "automake"
  47. "autoconf"
  48. "libtool"
  49. "xz"
  50. "nss-certs"))
Tags: openwrt guix
Advertisement
Add Comment
Please, Sign In to add comment