diff options
author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-05-12 07:56:46 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2020-06-08 13:51:17 +0200 |
commit | 4c26229ccbbcac843567aa6c52a0287ff6eb1494 (patch) | |
tree | c5044c5752114a502c4bcc3c1b0099cfe921ccaa /gnu/local.mk | |
parent | bec45e6ddb0fd8b8feff3c0147936e4d8f41208d (diff) | |
download | guix-4c26229ccbbcac843567aa6c52a0287ff6eb1494.tar guix-4c26229ccbbcac843567aa6c52a0287ff6eb1494.tar.gz |
gnu: hurd: Update to upstream Hurd-reserved xattr index.
This enables setting (and reading) passive translators when preparing a Hurd
file system from GNU/Linux.
* gnu/packages/patches/hurd-xattr.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/hurd.scm (hurd): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ae8a2275f7..6182306dd5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1084,6 +1084,7 @@ dist_patch_DATA = \ %D%/packages/patches/http-parser-fix-assertion-on-armhf.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-cross.patch \ + %D%/packages/patches/hurd-xattr.patch \ %D%/packages/patches/hplip-remove-imageprocessor.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ %D%/packages/patches/icecat-makeicecat.patch \ |