mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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:
parent
87216303c1
commit
59f21ee34a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue