nixpkgs/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch

6 lines
163 B
Diff
Raw Normal View History

2019-08-12 06:30:28 +00:00
--- 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"