aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/state_native.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/state_native.go')
-rw-r--r--internal/rosa/state_native.go49
1 files changed, 0 insertions, 49 deletions
diff --git a/internal/rosa/state_native.go b/internal/rosa/state_native.go
deleted file mode 100644
index 43210d31..00000000
--- a/internal/rosa/state_native.go
+++ /dev/null
@@ -1,49 +0,0 @@
-package rosa
-
-var (
- LLVM = H("llvm")
- EarlyInit = H("earlyinit")
- Kernel = H("kernel")
- KernelHeaders = H("kernel-headers")
- Firmware = H("firmware")
- ACL = H("acl")
- Bash = H("bash")
- Bzip2 = H("bzip2")
- Coreutils = H("coreutils")
- Diffutils = H("diffutils")
- Findutils = H("findutils")
- Fuse = H("fuse")
- GLib = H("glib")
- Gawk = H("gawk")
- GenInitCPIO = H("gen_init_cpio")
- Go = H("go")
- Gzip = H("gzip")
- Hakurei = H("hakurei")
- HakureiDist = H("hakurei-dist")
- Kmod = H("kmod")
- Libseccomp = H("libseccomp")
- M4 = H("m4")
- NSS = H("nss")
- NSSCACert = H("nss-cacert")
- Patch = H("patch")
- PkgConfig = H("pkg-config")
- PythonPyTest = H("python-pytest")
- QEMU = H("qemu")
- Sed = H("sed")
- SquashfsTools = H("squashfs-tools")
- Toybox = H("toybox")
- toyboxEarly = H("toybox-early")
- Unzip = H("unzip")
- Wayland = H("wayland")
- WaylandProtocols = H("wayland-protocols")
- XCB = H("xcb")
- Zlib = H("zlib")
- Zstd = H("zstd")
- llvmSource = H("llvm-project")
- earlyCompilerRT = H("early-compiler-rt")
- earlyRuntimes = H("early-runtimes")
- Musl = H("musl")
- muslHeaders = H("musl-headers")
- gcc = H("gcc")
- Stage0 = H("rosa-stage0")
-)