File: mv-disable-windows.diff

package info (click to toggle)
rust-coreutils 0.0.30-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,388 kB
  • sloc: sh: 1,088; python: 407; javascript: 72; makefile: 51
file content (23 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: coreutils/src/uu/mv/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/mv/Cargo.toml
+++ coreutils/src/uu/mv/Cargo.toml
@@ -28,12 +28,12 @@ uucore = { workspace = true, features =
 ] }
 thiserror = { workspace = true }
 
-[target.'cfg(windows)'.dependencies]
-windows-sys = { workspace = true, features = [
-  "Win32_Foundation",
-  "Win32_Security",
-  "Win32_Storage_FileSystem",
-] }
+#[target.'cfg(windows)'.dependencies]
+#windows-sys = { workspace = true, features = [
+#  "Win32_Foundation",
+#  "Win32_Security",
+#  "Win32_Storage_FileSystem",
+#] }
 
 [target.'cfg(unix)'.dependencies]
 libc = { workspace = true }