nixpkgs/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch
2020-01-14 08:26:58 +00:00

6 lines
163 B
Diff

--- a/sysdeps/unix/confstr.h
+++ b/sysdeps/unix/confstr.h
@@ -1 +1 @@
-#define CS_PATH "/bin:/usr/bin"
+#define CS_PATH "/run/current-system/sw/bin:/bin:/usr/bin"