You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-nix/nix-fix-metadata.diff

10 lines
318 B

--- nix-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nix-0.24.1/Cargo.toml 2022-05-25T11:22:24.524217+00:00
@@ -177,6 +177,3 @@
[target."cfg(not(target_os = \"redox\"))".dependencies.memoffset]
version = "0.6.3"
optional = true
-
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
-version = "0.1"