summaryrefslogtreecommitdiff
path: root/etc/deps-rust/TARGETS.ppv-lite86-0.2.17
diff options
context:
space:
mode:
authorKlaus T. Aehlig <aehlig@linta.de>2024-07-30 09:25:18 +0200
committerKlaus T. Aehlig <aehlig@linta.de>2024-07-30 09:33:34 +0200
commitdf1694f2cf30693846302685bf1012b8fb317261 (patch)
treec5bebeb5d8c7af8c24c130fc5f4c7d17d5ff4ff6 /etc/deps-rust/TARGETS.ppv-lite86-0.2.17
parent27423e7f492a61a7e4cc2cd0939e8d2300aeb7bd (diff)
downloadhello-nix-df1694f2cf30693846302685bf1012b8fb317261.tar.gz
Update non-system dependencies
... with the latest update of the CC rules, there now is a dependency on sh for CC binaries. Hence extend PATH for CC appropriately.
Diffstat (limited to 'etc/deps-rust/TARGETS.ppv-lite86-0.2.17')
-rw-r--r--etc/deps-rust/TARGETS.ppv-lite86-0.2.1732
1 files changed, 0 insertions, 32 deletions
diff --git a/etc/deps-rust/TARGETS.ppv-lite86-0.2.17 b/etc/deps-rust/TARGETS.ppv-lite86-0.2.17
deleted file mode 100644
index 75d15a6..0000000
--- a/etc/deps-rust/TARGETS.ppv-lite86-0.2.17
+++ /dev/null
@@ -1,32 +0,0 @@
-{ "ppv_lite86":
- { "type": "export"
- , "target": "ppv_lite86-internal"
- , "flexible_config":
- ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
- }
-, "ppv_lite86-internal":
- { "type": ["@", "rules", "rust", "library"]
- , "name": ["ppv_lite86"]
- , "crate_root": ["src/lib.rs"]
- , "srcs":
- [ "src/generic.rs"
- , "src/types.rs"
- , "src/lib.rs"
- , "src/soft.rs"
- , "src/x86_64/mod.rs"
- , "src/x86_64/sse2.rs"
- ]
- , "edition": ["2018"]
- , "arguments_config":
- ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
- , "deps": []
- , "cargo_features": ["simd", "std"]
- , "stage": ["ppv-lite86-0.2.17"]
- , "version": ["0", "2", "17"]
- , "pkg_name": ["ppv-lite86"]
- }
-, "default": {"type": ["@", "rules", "cargo", "feature"], "name": ["default"]}
-, "no_simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["no_simd"]}
-, "simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["simd"]}
-, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]}
-}