diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-14 14:17:47 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-14 14:45:17 -0500 |
commit | 873fda504c74115c2d0333687a6723b134257dac (patch) | |
tree | f3645d3bcded0cd9d4d991f1f738d1bc76b87214 /gnu/local.mk | |
parent | 3a555a93a9f8e15095da8c79c7fa415ed21bf5b7 (diff) |
gnu: Calibre: Fix a build failure with recent zeroconf.
Fixes <https://issues.guix.gnu.org/53247>.
* gnu/packages/patches/calibre-fix-zeroconf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ebook.scm (calibre)[source]: 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 5a8d140cea..1614c789cf 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -916,6 +916,7 @@ dist_patch_DATA = \ %D%/packages/patches/cabal-install-ghc8.10.patch \ %D%/packages/patches/cairo-CVE-2018-19876.patch \ %D%/packages/patches/cairo-CVE-2020-35492.patch \ + %D%/packages/patches/calibre-fix-zeroconf.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ %D%/packages/patches/calibre-remove-test-sqlite.patch \ %D%/packages/patches/calibre-remove-test-unrar.patch \ |