gnu: qemu: Change multiple-SMB-share patch to /gnu/store.

* gnu/packages/patches/qemu-multiple-smb-shares.patch: Change
  "/nix/store" to "/gnu/store".
This commit is contained in:
Ludovic Courtès 2014-04-05 15:47:14 +02:00
parent 87216303c1
commit 59f21ee34a

View file

@ -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"