mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 08:40:30 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user