diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 02:19:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-31 01:52:38 +0100 |
commit | e9e75da6e19437ad1fc4a25a87d2e7456b51b3b1 (patch) | |
tree | 50b18bc1d26ccc392cac06a477970943b4ec4d30 /gnu/local.mk | |
parent | f92ebd57e4edeae2cbae85e978e23655f8733f16 (diff) | |
download | guix-e9e75da6e19437ad1fc4a25a87d2e7456b51b3b1.tar.gz guix-e9e75da6e19437ad1fc4a25a87d2e7456b51b3b1.zip |
gnu: Add jfsutils.
* gnu/packages/file-systems.scm (jfsutils): New public variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9d1028a5be..d6600df339 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1030,6 +1030,8 @@ dist_patch_DATA = \ %D%/packages/patches/java-xerces-build_dont_unzip.patch \ %D%/packages/patches/java-xerces-xjavac_taskdef.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ + %D%/packages/patches/jfsutils-add-sysmacros.patch \ + %D%/packages/patches/jfsutils-include-systypes.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ %D%/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch \ %D%/packages/patches/libvirt-create-machine-cgroup.patch \ |