~ruther/guix-local

59f21ee34ab47cf48969d4e49a84b54e615cbf76 — Ludovic Courtès 12 years ago 8721630
gnu: qemu: Change multiple-SMB-share patch to /gnu/store.

* gnu/packages/patches/qemu-multiple-smb-shares.patch: Change
  "/nix/store" to "/gnu/store".
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/patches/qemu-multiple-smb-shares.patch
M gnu/packages/patches/qemu-multiple-smb-shares.patch => gnu/packages/patches/qemu-multiple-smb-shares.patch +1 -1
@@ 10,7 10,7 @@ the name of the default share.
-            "[qemu]\n"
-            "path=%s\n"
+            "[store]\n"
+            "path=/nix/store\n"
+            "path=/gnu/store\n"
+            "read only=yes\n"
+            "guest ok=yes\n"
+            "[xchg]\n"