PulkoMandy f163d1eec6 Rust: update from-source recipe to 1.79, disable on x86_64
Build fails with:

```
error[E0463]: can't find crate for `core`

error[E0463]: can't find crate for `std`

For more information about this error, try `rustc --explain E0463`.
```

The relevant bit of the "explain":

```
Common causes for missing std or core
*   You are cross-compiling for a target which doesn't have std prepackaged. Consider one of the
    following:
    + Adding a pre-compiled version of std with rustup target add
    + Building std from source with cargo build -Z build-std
    + Using #![no_std] at the crate root, so you won't need std in the first place.
*   You are developing the compiler itself and haven't built libstd from source. You can usually build it with x.py build library/std. More
    information about x.py is available in the rustc-dev-guide.
```

Since I know nothing about Rust, my efforts stop here for today.
According to the git log, this seems to be the same state we were in the
1.73 recipe.
2024-08-10 20:19:47 +02:00
2023-09-19 10:35:33 +02:00
2023-09-06 17:13:55 +00:00
2024-07-15 19:10:05 +02:00
2023-11-01 06:59:59 +00:00
2023-10-03 14:20:44 +00:00
2024-04-11 11:05:37 +02:00
2024-08-03 15:32:17 +02:00
2024-05-26 17:25:00 +02:00
2024-08-10 10:24:50 +02:00
2023-06-29 23:20:00 +02:00
2024-08-10 14:02:38 +02:00
2024-06-21 21:36:52 +02:00
2023-03-22 14:46:33 +01:00
2023-12-06 12:18:26 +01:00
2024-02-09 15:47:56 +01:00
2023-10-24 17:36:13 +02:00
2024-04-30 17:43:37 -06:00
2024-08-10 11:28:22 +02:00
2024-08-10 10:10:24 +02:00
2024-01-24 21:50:17 +01:00
2024-08-08 08:14:02 +02:00
2024-08-03 12:01:57 +10:00
2024-08-10 11:19:07 +02:00
2023-10-13 12:53:33 +00:00
2024-02-20 19:07:05 +01:00
2024-06-26 15:33:39 +02:00
2024-07-19 08:01:47 +02:00
2024-08-10 11:09:03 +02:00
2024-04-04 10:11:09 +02:00
2024-08-06 11:38:30 +02:00
2024-08-10 10:27:28 +02:00
Description
Software ports for the Haiku operating system.
Readme 111 MiB
Languages
Shell 96.3%
Roff 2.4%
M4 0.5%
C 0.4%
Makefile 0.3%