diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-12 09:56:27 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-12 09:56:27 +0100 |
commit | 8e755b1bcd377a4c475ae4cad586e6e192f20320 (patch) | |
tree | cb15f870f2f20d55db21c42d41bb5add47846e9c /gnu-system.am | |
parent | 0ede252b6672f8df65754a0859dddde295797660 (diff) | |
download | guix-8e755b1bcd377a4c475ae4cad586e6e192f20320.tar guix-8e755b1bcd377a4c475ae4cad586e6e192f20320.tar.gz |
gnu: mupdf: Simplify package.
* gnu/packages/pdf.scm (mupdf)[source]: Drop patch and part of snippet
modifying permissions of files added by the patch.
[arguments]: Use #:make-flags instead of modified build and install phases.
Drop superfluous module inclusion. Use modify-phases syntax.
* gnu/packages/patches/mupdf-buildsystem-fix.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 38c1f5a2dc..e198793a87 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -636,7 +636,6 @@ dist_patch_DATA = \ gnu/packages/patches/module-init-tools-moduledir.patch \ gnu/packages/patches/mumps-build-parallelism.patch \ gnu/packages/patches/mupen64plus-ui-console-notice.patch \ - gnu/packages/patches/mupdf-buildsystem-fix.patch \ gnu/packages/patches/mutt-store-references.patch \ gnu/packages/patches/net-tools-bitrot.patch \ gnu/packages/patches/ngircd-handle-zombies.patch \ |