diff --git a/recipes/incoming/bacon.toml b/recipes/bacon.toml similarity index 100% rename from recipes/incoming/bacon.toml rename to recipes/bacon.toml diff --git a/recipes/incoming/cargo-nextest.toml b/recipes/cargo-nextest.toml similarity index 100% rename from recipes/incoming/cargo-nextest.toml rename to recipes/cargo-nextest.toml diff --git a/recipes/incoming/cargo-watch.toml b/recipes/cargo-watch.toml similarity index 100% rename from recipes/incoming/cargo-watch.toml rename to recipes/cargo-watch.toml diff --git a/recipes/incoming/htmlq.toml b/recipes/htmlq.toml similarity index 100% rename from recipes/incoming/htmlq.toml rename to recipes/htmlq.toml diff --git a/recipes/incoming/dog.toml b/recipes/incoming/dog.toml deleted file mode 100644 index 06403287..00000000 --- a/recipes/incoming/dog.toml +++ /dev/null @@ -1,16 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "dog" -version = "1.7" - -[source] -tarball = "https://archive.debian.org/debian/pool/main/d/dog/dog_1.7.orig.tar.gz" -sha256 = "3ef25907ec5d1dfb0df94c9388c020b593fbe162d7aaa9bd08f35d2a125af056" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] diff --git a/recipes/incoming/felix.toml b/recipes/incoming/felix.toml deleted file mode 100644 index 0049cc7f..00000000 --- a/recipes/incoming/felix.toml +++ /dev/null @@ -1,16 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "apache-felix" -version = "7.0.5" - -[source] -tarball = "https://dlcdn.apache.org/felix/org.apache.felix.main.distribution-7.0.5.tar.gz" -sha256 = "37d99b908ccc90c57644b38dbf5e448a8b09c4c53d88426fc0f5846ae3c811ef" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] diff --git a/recipes/incoming/fx.toml b/recipes/incoming/fx.toml deleted file mode 100644 index 4b4b7adc..00000000 --- a/recipes/incoming/fx.toml +++ /dev/null @@ -1,19 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "fx" -version = "39.2.0" - -[source] -repo = "https://github.com/antonmedv/fx" -commit = "c8fd8cf394083141ab912f604d332e1cfde830cb" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -[deps] -build = ["go"] diff --git a/recipes/incoming/tre.toml b/recipes/incoming/tre.toml deleted file mode 100644 index 523b82be..00000000 --- a/recipes/incoming/tre.toml +++ /dev/null @@ -1,19 +0,0 @@ -# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: -# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá -# compiler/link/phases y adaptá hasta que compile. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "tre" -version = "0.9.0" - -[source] -repo = "https://github.com/laurikari/tre" -commit = "d0e0c997336b3210f05b3e1daa7bb5cb9900d274" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -[deps] -build = ["autoconf", "automake", "gettext", "libtool"] diff --git a/recipes/incoming/jaq.toml b/recipes/jaq.toml similarity index 100% rename from recipes/incoming/jaq.toml rename to recipes/jaq.toml diff --git a/recipes/incoming/joshuto.toml b/recipes/joshuto.toml similarity index 100% rename from recipes/incoming/joshuto.toml rename to recipes/joshuto.toml diff --git a/recipes/incoming/mdbook.toml b/recipes/mdbook.toml similarity index 100% rename from recipes/incoming/mdbook.toml rename to recipes/mdbook.toml