diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-11-07 23:13:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-11-07 23:16:02 +0200 |
commit | b44b1f08f6945ea8370746cfdadb44c7dea9ea3e (patch) | |
tree | 2a47d57828cc946766e4342b53f2a96c1a7437b3 /gnu/local.mk | |
parent | ea68b3f6527cf4a02c554cf3f6f446e30f4940f6 (diff) |
gnu: hplip: Remove bundled non-free blobs.
This fixes <https://bugs.gnu.org/32184>.
* gnu/packages/cups.scm (hplip)[source]: Add patch. Update snippet to
remove non-free code and binary blobs.
* gnu/packages/patches/hplip-remove-imageprocessor.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register 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 9a8330aa41..c627577e41 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -808,6 +808,7 @@ dist_patch_DATA = \ %D%/packages/patches/higan-remove-march-native-flag.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \ + %D%/packages/patches/hplip-remove-imageprocessor.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ %D%/packages/patches/icecat-CVE-2018-12383.patch \ |