diff options
Diffstat (limited to 'gnu')
115 files changed, 402 insertions, 448 deletions
diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm index eac06ee02e3..8e89bb2f521 100644 --- a/gnu/packages/abiword.scm +++ b/gnu/packages/abiword.scm | |||
| @@ -53,9 +53,8 @@ | |||
| 53 | (sha256 | 53 | (sha256 |
| 54 | (base32 "1ik591rx15nn3n1297cwykl8wvrlgj78i528id9wbidgy3xzd570")) | 54 | (base32 "1ik591rx15nn3n1297cwykl8wvrlgj78i528id9wbidgy3xzd570")) |
| 55 | (patches | 55 | (patches |
| 56 | (list | 56 | (search-patches "abiword-wmf-version-lookup-fix.patch" |
| 57 | (search-patch "abiword-wmf-version-lookup-fix.patch") | 57 | "abiword-explictly-cast-bools.patch")))) |
| 58 | (search-patch "abiword-explictly-cast-bools.patch"))))) | ||
| 59 | 58 | ||
| 60 | (build-system gnu-build-system) | 59 | (build-system gnu-build-system) |
| 61 | (arguments ;; NOTE: rsvg is disabled, since Abiword | 60 | (arguments ;; NOTE: rsvg is disabled, since Abiword |
diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm index 784186b670b..415fae496bd 100644 --- a/gnu/packages/acl.scm +++ b/gnu/packages/acl.scm | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | (sha256 | 41 | (sha256 |
| 42 | (base32 | 42 | (base32 |
| 43 | "08qd9s3wfhv0ajswsylnfwr5h0d7j9d4rgip855nrh400nxp940p")) | 43 | "08qd9s3wfhv0ajswsylnfwr5h0d7j9d4rgip855nrh400nxp940p")) |
| 44 | (patches (list (search-patch "acl-hurd-path-max.patch"))))) | 44 | (patches (search-patches "acl-hurd-path-max.patch")))) |
| 45 | (build-system gnu-build-system) | 45 | (build-system gnu-build-system) |
| 46 | (arguments | 46 | (arguments |
| 47 | `(#:tests? #f ; FIXME: Investigate test suite failures | 47 | `(#:tests? #f ; FIXME: Investigate test suite failures |
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 406aa0eecea..11a2d1622ba 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -797,7 +797,7 @@ system administrator.") | |||
| 797 | (sha256 | 797 | (sha256 |
| 798 | (base32 | 798 | (base32 |
| 799 | "0263gi6i19fyzzc488n0qw3m518i39f6a7qmrfvahk9j10bkh5j3")) | 799 | "0263gi6i19fyzzc488n0qw3m518i39f6a7qmrfvahk9j10bkh5j3")) |
| 800 | (patches (list (search-patch "sudo-CVE-2015-5602.patch"))))) | 800 | (patches (search-patches "sudo-CVE-2015-5602.patch")))) |
| 801 | (build-system gnu-build-system) | 801 | (build-system gnu-build-system) |
| 802 | (arguments | 802 | (arguments |
| 803 | `(#:configure-flags | 803 | `(#:configure-flags |
| @@ -871,10 +871,10 @@ commands and their arguments.") | |||
| 871 | (base32 | 871 | (base32 |
| 872 | "05mkp5bx1c3z7h5biddsv0p49gkrq9ksany3anp4wdiv92p5prfc")) | 872 | "05mkp5bx1c3z7h5biddsv0p49gkrq9ksany3anp4wdiv92p5prfc")) |
| 873 | (patches | 873 | (patches |
| 874 | (map search-patch '("wpa-supplicant-CVE-2015-5310.patch" | 874 | (search-patches "wpa-supplicant-CVE-2015-5310.patch" |
| 875 | "wpa-supplicant-CVE-2015-5314.patch" | 875 | "wpa-supplicant-CVE-2015-5314.patch" |
| 876 | "wpa-supplicant-CVE-2015-5315.patch" | 876 | "wpa-supplicant-CVE-2015-5315.patch" |
| 877 | "wpa-supplicant-CVE-2015-5316.patch"))))) | 877 | "wpa-supplicant-CVE-2015-5316.patch")))) |
| 878 | (build-system gnu-build-system) | 878 | (build-system gnu-build-system) |
| 879 | (arguments | 879 | (arguments |
| 880 | '(#:phases (alist-replace | 880 | '(#:phases (alist-replace |
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 78e078fbd27..5b0049330ac 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm | |||
| @@ -270,7 +270,7 @@ or text interfaces) or as a C++ library.") | |||
| 270 | version ".tar.gz")) | 270 | version ".tar.gz")) |
| 271 | (sha256 (base32 | 271 | (sha256 (base32 |
| 272 | "11syazv1a8rrnac3wj3hnyhhflpqcmq02q8pqk2m6g2k6h0gxwfb")) | 272 | "11syazv1a8rrnac3wj3hnyhhflpqcmq02q8pqk2m6g2k6h0gxwfb")) |
| 273 | (patches (map search-patch '("flint-ldconfig.patch"))))) | 273 | (patches (search-patches "flint-ldconfig.patch")))) |
| 274 | (build-system gnu-build-system) | 274 | (build-system gnu-build-system) |
| 275 | (propagated-inputs | 275 | (propagated-inputs |
| 276 | `(("gmp" ,gmp) | 276 | `(("gmp" ,gmp) |
| @@ -319,7 +319,7 @@ fast arithmetic.") | |||
| 319 | (sha256 | 319 | (sha256 |
| 320 | (base32 | 320 | (base32 |
| 321 | "04hhcpshfkcq9fr4hixbhpps50yf9drk62xgkvlcaj5kb4nyrx7l")) | 321 | "04hhcpshfkcq9fr4hixbhpps50yf9drk62xgkvlcaj5kb4nyrx7l")) |
| 322 | (patches (map search-patch '("arb-ldconfig.patch"))))) | 322 | (patches (search-patches "arb-ldconfig.patch")))) |
| 323 | (build-system gnu-build-system) | 323 | (build-system gnu-build-system) |
| 324 | (propagated-inputs | 324 | (propagated-inputs |
| 325 | `(("flint" ,flint))) ; flint.h is included by arf.h | 325 | `(("flint" ,flint))) ; flint.h is included by arf.h |
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index 789bb6e6f2c..077657937d0 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm | |||
| @@ -68,7 +68,7 @@ C++ @dfn{Standard Template Library} (STL).") | |||
| 68 | (sha256 | 68 | (sha256 |
| 69 | (base32 | 69 | (base32 |
| 70 | "1d3z2r78j3rkff47q3wl0ami69y3l4nyi5r9zclymb8ar7mgkk9l")) | 70 | "1d3z2r78j3rkff47q3wl0ami69y3l4nyi5r9zclymb8ar7mgkk9l")) |
| 71 | (patches (list (search-patch "synfig-build-fix.patch"))))) | 71 | (patches (search-patches "synfig-build-fix.patch")))) |
| 72 | (build-system gnu-build-system) | 72 | (build-system gnu-build-system) |
| 73 | (arguments | 73 | (arguments |
| 74 | `(#:configure-flags | 74 | `(#:configure-flags |
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm index 8c57ee3ab29..17945c03909 100644 --- a/gnu/packages/apr.scm +++ b/gnu/packages/apr.scm | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (base32 | 39 | (base32 |
| 40 | "0ypn51xblix5ys9xy7da3ngdydip0qqh9rdq8nz54w9aq8lys0vx")) | 40 | "0ypn51xblix5ys9xy7da3ngdydip0qqh9rdq8nz54w9aq8lys0vx")) |
| 41 | (patches | 41 | (patches |
| 42 | (list (search-patch "apr-skip-getservbyname-test.patch"))) | 42 | (search-patches "apr-skip-getservbyname-test.patch")) |
| 43 | (patch-flags '("-p0")))) | 43 | (patch-flags '("-p0")))) |
| 44 | (build-system gnu-build-system) | 44 | (build-system gnu-build-system) |
| 45 | (arguments | 45 | (arguments |
diff --git a/gnu/packages/audacity.scm b/gnu/packages/audacity.scm index 53cc2a497e4..9eae6aa1aaa 100644 --- a/gnu/packages/audacity.scm +++ b/gnu/packages/audacity.scm | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | "mirror://sourceforge/audacity/audacity-minsrc-" version ".tar.xz")) | 47 | "mirror://sourceforge/audacity/audacity-minsrc-" version ".tar.xz")) |
| 48 | (sha256 | 48 | (sha256 |
| 49 | (base32 "1cs2w3fwqylpqmfwkvlgdx5lhclpckfil7pqibl37qlbnf4qvndh")) | 49 | (base32 "1cs2w3fwqylpqmfwkvlgdx5lhclpckfil7pqibl37qlbnf4qvndh")) |
| 50 | (patches (list (search-patch "audacity-fix-ffmpeg-binding.patch"))))) | 50 | (patches (search-patches "audacity-fix-ffmpeg-binding.patch")))) |
| 51 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 52 | (inputs | 52 | (inputs |
| 53 | ;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree | 53 | ;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree |
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 204e0a435c9..cdcb61afee9 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm | |||
| @@ -333,7 +333,7 @@ tools (analyzer, mono/stereo tools, crossovers).") | |||
| 333 | (sha256 | 333 | (sha256 |
| 334 | (base32 | 334 | (base32 |
| 335 | "0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd")) | 335 | "0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd")) |
| 336 | (patches (list (search-patch "csound-header-ordering.patch"))))) | 336 | (patches (search-patches "csound-header-ordering.patch")))) |
| 337 | (build-system cmake-build-system) | 337 | (build-system cmake-build-system) |
| 338 | (arguments | 338 | (arguments |
| 339 | ;; Work around this error on x86_64 with libc 2.22+: | 339 | ;; Work around this error on x86_64 with libc 2.22+: |
| @@ -2064,7 +2064,7 @@ portions of LAME.") | |||
| 2064 | ".tgz")) | 2064 | ".tgz")) |
| 2065 | (sha256 | 2065 | (sha256 |
| 2066 | (base32 "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g")) | 2066 | (base32 "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g")) |
| 2067 | (patches (list (search-patch "portaudio-audacity-compat.patch"))))) | 2067 | (patches (search-patches "portaudio-audacity-compat.patch")))) |
| 2068 | (build-system gnu-build-system) | 2068 | (build-system gnu-build-system) |
| 2069 | (inputs | 2069 | (inputs |
| 2070 | ;; TODO: Add ASIHPI. | 2070 | ;; TODO: Add ASIHPI. |
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 598624ccdc2..ddc628d005e 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -195,9 +195,8 @@ output is indexed in many ways to simplify browsing.") | |||
| 195 | (base32 | 195 | (base32 |
| 196 | "0dl6vfi2lzz8alnklwxzfz624b95hb1ipjvd3mk177flmddcf24r")) | 196 | "0dl6vfi2lzz8alnklwxzfz624b95hb1ipjvd3mk177flmddcf24r")) |
| 197 | (patches | 197 | (patches |
| 198 | (map search-patch | 198 | (search-patches "automake-regexp-syntax.patch" |
| 199 | '("automake-regexp-syntax.patch" | 199 | "automake-skip-amhello-tests.patch")))) |
| 200 | "automake-skip-amhello-tests.patch"))))) | ||
| 201 | (build-system gnu-build-system) | 200 | (build-system gnu-build-system) |
| 202 | (native-inputs | 201 | (native-inputs |
| 203 | `(("autoconf" ,(autoconf-wrapper)) | 202 | `(("autoconf" ,(autoconf-wrapper)) |
| @@ -273,8 +272,7 @@ Makefile, simplifying the entire process for the developer.") | |||
| 273 | (sha256 | 272 | (sha256 |
| 274 | (base32 | 273 | (base32 |
| 275 | "0vxj52zm709125gwv9qqlw02silj8bnjnh4y07arrz60r31ai1vw")) | 274 | "0vxj52zm709125gwv9qqlw02silj8bnjnh4y07arrz60r31ai1vw")) |
| 276 | (patches | 275 | (patches (search-patches "libtool-skip-tests2.patch")))) |
| 277 | (list (search-patch "libtool-skip-tests2.patch"))))) | ||
| 278 | (build-system gnu-build-system) | 276 | (build-system gnu-build-system) |
| 279 | (propagated-inputs `(("m4" ,m4))) | 277 | (propagated-inputs `(("m4" ,m4))) |
| 280 | (native-inputs `(("m4" ,m4) | 278 | (native-inputs `(("m4" ,m4) |
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm index 2d480192af3..5740ab2ff87 100644 --- a/gnu/packages/avahi.scm +++ b/gnu/packages/avahi.scm | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | (sha256 | 41 | (sha256 |
| 42 | (base32 | 42 | (base32 |
| 43 | "0j5b5ld6bjyh3qhd2nw0jb84znq0wqai7fsrdzg7bpg24jdp2wl3")) | 43 | "0j5b5ld6bjyh3qhd2nw0jb84znq0wqai7fsrdzg7bpg24jdp2wl3")) |
| 44 | (patches (list (search-patch "avahi-localstatedir.patch"))))) | 44 | (patches (search-patches "avahi-localstatedir.patch")))) |
| 45 | (build-system gnu-build-system) | 45 | (build-system gnu-build-system) |
| 46 | (arguments | 46 | (arguments |
| 47 | '(#:configure-flags '("--with-distro=none" | 47 | '(#:configure-flags '("--with-distro=none" |
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 619c5cb57ac..4bdb9ca0591 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm | |||
| @@ -61,8 +61,8 @@ | |||
| 61 | (sha256 | 61 | (sha256 |
| 62 | (base32 | 62 | (base32 |
| 63 | "0jh79syhr8n3l81jxlwsmwm1pklb4d923m2lgqbswyavh1fqmvwb")) | 63 | "0jh79syhr8n3l81jxlwsmwm1pklb4d923m2lgqbswyavh1fqmvwb")) |
| 64 | (patches (list (search-patch "duplicity-piped-password.patch") | 64 | (patches (search-patches "duplicity-piped-password.patch" |
| 65 | (search-patch "duplicity-test_selection-tmp.patch"))))) | 65 | "duplicity-test_selection-tmp.patch")))) |
| 66 | (build-system python-build-system) | 66 | (build-system python-build-system) |
| 67 | (native-inputs | 67 | (native-inputs |
| 68 | `(("python2-setuptools" ,python2-setuptools) | 68 | `(("python2-setuptools" ,python2-setuptools) |
| @@ -146,10 +146,10 @@ backups (called chunks) to allow easy burning to CD/DVD.") | |||
| 146 | (base32 | 146 | (base32 |
| 147 | "0pixqnrcf35dnqgv0lp7qlcw7k13620qkhgxr288v7p4iz6ym1zb")) | 147 | "0pixqnrcf35dnqgv0lp7qlcw7k13620qkhgxr288v7p4iz6ym1zb")) |
| 148 | (patches | 148 | (patches |
| 149 | (list (search-patch "libarchive-mtree-filename-length-fix.patch") | 149 | (search-patches "libarchive-mtree-filename-length-fix.patch" |
| 150 | (search-patch "libarchive-fix-lzo-test-case.patch") | 150 | "libarchive-fix-lzo-test-case.patch" |
| 151 | (search-patch "libarchive-CVE-2013-0211.patch") | 151 | "libarchive-CVE-2013-0211.patch" |
| 152 | (search-patch "libarchive-bsdtar-test.patch"))))) | 152 | "libarchive-bsdtar-test.patch")))) |
| 153 | (build-system gnu-build-system) | 153 | (build-system gnu-build-system) |
| 154 | ;; TODO: Add -L/path/to/nettle in libarchive.pc. | 154 | ;; TODO: Add -L/path/to/nettle in libarchive.pc. |
| 155 | (inputs | 155 | (inputs |
| @@ -377,8 +377,7 @@ changes are stored.") | |||
| 377 | (sha256 | 377 | (sha256 |
| 378 | (base32 | 378 | (base32 |
| 379 | "0fpdyxww41ba52d98blvnf543xvirq1v9xz1i3x1gm9lzlzpmc2g")) | 379 | "0fpdyxww41ba52d98blvnf543xvirq1v9xz1i3x1gm9lzlzpmc2g")) |
| 380 | (patches | 380 | (patches (search-patches "diffutils-gets-undeclared.patch")))) |
| 381 | (list (search-patch "diffutils-gets-undeclared.patch"))))) | ||
| 382 | (build-system gnu-build-system) | 381 | (build-system gnu-build-system) |
| 383 | (native-inputs | 382 | (native-inputs |
| 384 | `(("guile" ,guile-2.0) | 383 | `(("guile" ,guile-2.0) |
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index e6628277a62..1c4ebbf64f1 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -82,8 +82,7 @@ command-line arguments, multiple languages, and so on.") | |||
| 82 | (sha256 | 82 | (sha256 |
| 83 | (base32 | 83 | (base32 |
| 84 | "1srn321x7whlhs5ks36zlcrrmj4iahll8fxwsh1vbz3v04px54fa")) | 84 | "1srn321x7whlhs5ks36zlcrrmj4iahll8fxwsh1vbz3v04px54fa")) |
| 85 | (patches | 85 | (patches (search-patches "grep-timing-sensitive-test.patch")))) |
| 86 | (list (search-patch "grep-timing-sensitive-test.patch"))))) | ||
| 87 | (build-system gnu-build-system) | 86 | (build-system gnu-build-system) |
| 88 | (native-inputs `(("perl" ,perl))) ;some of the tests require it | 87 | (native-inputs `(("perl" ,perl))) ;some of the tests require it |
| 89 | (synopsis "Print lines matching a pattern") | 88 | (synopsis "Print lines matching a pattern") |
| @@ -109,7 +108,7 @@ including, for example, recursive directory searching.") | |||
| 109 | (sha256 | 108 | (sha256 |
| 110 | (base32 | 109 | (base32 |
| 111 | "1myvrmh99jsvk7v3d7crm0gcrq51hmmm1r2kjyyci152in1x2j7h")) | 110 | "1myvrmh99jsvk7v3d7crm0gcrq51hmmm1r2kjyyci152in1x2j7h")) |
| 112 | (patches (list (search-patch "sed-hurd-path-max.patch"))))) | 111 | (patches (search-patches "sed-hurd-path-max.patch")))) |
| 113 | (build-system gnu-build-system) | 112 | (build-system gnu-build-system) |
| 114 | (synopsis "Stream editor") | 113 | (synopsis "Stream editor") |
| 115 | (arguments | 114 | (arguments |
| @@ -145,9 +144,8 @@ implementation offers several extensions over the standard utility.") | |||
| 145 | (sha256 | 144 | (sha256 |
| 146 | (base32 | 145 | (base32 |
| 147 | "1wi2zwm4c9r3h3b8y4w0nm0qq897kn8kyj9k22ba0iqvxj48vvk4")) | 146 | "1wi2zwm4c9r3h3b8y4w0nm0qq897kn8kyj9k22ba0iqvxj48vvk4")) |
| 148 | (patches (map search-patch | 147 | (patches (search-patches "tar-d_ino_in_dirent-fix.patch" |
| 149 | '("tar-d_ino_in_dirent-fix.patch" | 148 | "tar-skip-unreliable-tests.patch")))) |
| 150 | "tar-skip-unreliable-tests.patch"))))) | ||
| 151 | (build-system gnu-build-system) | 149 | (build-system gnu-build-system) |
| 152 | (synopsis "Managing tar archives") | 150 | (synopsis "Managing tar archives") |
| 153 | (description | 151 | (description |
| @@ -171,7 +169,7 @@ standard utility.") | |||
| 171 | (sha256 | 169 | (sha256 |
| 172 | (base32 | 170 | (base32 |
| 173 | "16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx")) | 171 | "16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx")) |
| 174 | (patches (list (search-patch "patch-hurd-path-max.patch"))))) | 172 | (patches (search-patches "patch-hurd-path-max.patch")))) |
| 175 | (build-system gnu-build-system) | 173 | (build-system gnu-build-system) |
| 176 | (native-inputs `(("ed" ,ed))) | 174 | (native-inputs `(("ed" ,ed))) |
| 177 | (synopsis "Apply differences to originals, with optional backups") | 175 | (synopsis "Apply differences to originals, with optional backups") |
| @@ -217,9 +215,8 @@ interactive means to merge two files.") | |||
| 217 | (sha256 | 215 | (sha256 |
| 218 | (base32 | 216 | (base32 |
| 219 | "178nn4dl7wbcw499czikirnkniwnx36argdnqgz4ik9i6zvwkm6y")) | 217 | "178nn4dl7wbcw499czikirnkniwnx36argdnqgz4ik9i6zvwkm6y")) |
| 220 | (patches (map search-patch | 218 | (patches (search-patches "findutils-localstatedir.patch" |
| 221 | '("findutils-localstatedir.patch" | 219 | "findutils-test-xargs.patch")))) |
| 222 | "findutils-test-xargs.patch"))))) | ||
| 223 | (build-system gnu-build-system) | 220 | (build-system gnu-build-system) |
| 224 | (arguments | 221 | (arguments |
| 225 | `(#:configure-flags (list | 222 | `(#:configure-flags (list |
| @@ -325,7 +322,7 @@ functionality beyond that which is outlined in the POSIX standard.") | |||
| 325 | (sha256 | 322 | (sha256 |
| 326 | (base32 | 323 | (base32 |
| 327 | "19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb")) | 324 | "19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb")) |
| 328 | (patches (list (search-patch "make-impure-dirs.patch"))))) | 325 | (patches (search-patches "make-impure-dirs.patch")))) |
| 329 | (build-system gnu-build-system) | 326 | (build-system gnu-build-system) |
| 330 | (native-inputs `(("pkg-config" ,pkg-config))) ; to detect Guile | 327 | (native-inputs `(("pkg-config" ,pkg-config))) ; to detect Guile |
| 331 | (inputs `(("guile" ,guile-2.0))) | 328 | (inputs `(("guile" ,guile-2.0))) |
| @@ -363,8 +360,8 @@ change. GNU make offers many powerful extensions over the standard utility.") | |||
| 363 | (sha256 | 360 | (sha256 |
| 364 | (base32 | 361 | (base32 |
| 365 | "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm")) | 362 | "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm")) |
| 366 | (patches (list (search-patch "binutils-ld-new-dtags.patch") | 363 | (patches (search-patches "binutils-ld-new-dtags.patch" |
| 367 | (search-patch "binutils-loongson-workaround.patch"))))) | 364 | "binutils-loongson-workaround.patch")))) |
| 368 | (build-system gnu-build-system) | 365 | (build-system gnu-build-system) |
| 369 | 366 | ||
| 370 | ;; TODO: Add dependency on zlib + those for Gold. | 367 | ;; TODO: Add dependency on zlib + those for Gold. |
| @@ -484,12 +481,12 @@ store.") | |||
| 484 | (("use_ldconfig=yes") | 481 | (("use_ldconfig=yes") |
| 485 | "use_ldconfig=no"))) | 482 | "use_ldconfig=no"))) |
| 486 | (modules '((guix build utils))) | 483 | (modules '((guix build utils))) |
| 487 | (patches (map search-patch | 484 | (patches |
| 488 | '("glibc-ldd-x86_64.patch" | 485 | (search-patches "glibc-ldd-x86_64.patch" |
| 489 | "glibc-locale-incompatibility.patch" | 486 | "glibc-locale-incompatibility.patch" |
| 490 | "glibc-versioned-locpath.patch" | 487 | "glibc-versioned-locpath.patch" |
| 491 | "glibc-o-largefile.patch" | 488 | "glibc-o-largefile.patch" |
| 492 | "glibc-CVE-2015-7547.patch"))))) | 489 | "glibc-CVE-2015-7547.patch")))) |
| 493 | (build-system gnu-build-system) | 490 | (build-system gnu-build-system) |
| 494 | 491 | ||
| 495 | ;; Glibc's <limits.h> refers to <linux/limit.h>, for instance, so glibc | 492 | ;; Glibc's <limits.h> refers to <linux/limit.h>, for instance, so glibc |
| @@ -659,7 +656,7 @@ with the Linux kernel.") | |||
| 659 | (sha256 | 656 | (sha256 |
| 660 | (base32 | 657 | (base32 |
| 661 | "1f135546j34s9bfkydmx2nhh9vwxlx60jldi80zmsnln6wj3dsxf")) | 658 | "1f135546j34s9bfkydmx2nhh9vwxlx60jldi80zmsnln6wj3dsxf")) |
| 662 | (patches (list (search-patch "glibc-ldd-x86_64.patch"))))))) | 659 | (patches (search-patches "glibc-ldd-x86_64.patch")))))) |
| 663 | 660 | ||
| 664 | (define-public glibc-locales | 661 | (define-public glibc-locales |
| 665 | (package | 662 | (package |
| @@ -779,8 +776,7 @@ command.") | |||
| 779 | (base32 | 776 | (base32 |
| 780 | "17gsh0kaz0zyvghjmx861mi2p65m9901lngi179x61zm6v2v3xc4")) | 777 | "17gsh0kaz0zyvghjmx861mi2p65m9901lngi179x61zm6v2v3xc4")) |
| 781 | (file-name (string-append name "-" version)) | 778 | (file-name (string-append name "-" version)) |
| 782 | (patches (map search-patch | 779 | (patches (search-patches "glibc-hurd-extern-inline.patch")))) |
| 783 | '("glibc-hurd-extern-inline.patch"))))) | ||
| 784 | 780 | ||
| 785 | ;; Libc provides <hurd.h>, which includes a bunch of Hurd and Mach headers, | 781 | ;; Libc provides <hurd.h>, which includes a bunch of Hurd and Mach headers, |
| 786 | ;; so both should be propagated. | 782 | ;; so both should be propagated. |
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm index 15909c7e88f..cad66da70bb 100644 --- a/gnu/packages/bash.scm +++ b/gnu/packages/bash.scm | |||
| @@ -285,7 +285,7 @@ without modification.") | |||
| 285 | (base32 | 285 | (base32 |
| 286 | "0kxf8s5bw7y50x0ksb77d3kv0dwadixhybl818w27y6mlw26hq1b")) | 286 | "0kxf8s5bw7y50x0ksb77d3kv0dwadixhybl818w27y6mlw26hq1b")) |
| 287 | (patches | 287 | (patches |
| 288 | (list (search-patch "bash-completion-directories.patch"))))) | 288 | (search-patches "bash-completion-directories.patch")))) |
| 289 | (build-system gnu-build-system) | 289 | (build-system gnu-build-system) |
| 290 | (native-inputs `(("util-linux" ,util-linux))) | 290 | (native-inputs `(("util-linux" ,util-linux))) |
| 291 | (arguments | 291 | (arguments |
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index da4a2d5eba5..b76aadc6a2a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -716,7 +716,7 @@ gapped, local, and paired-end alignment modes.") | |||
| 716 | (sha256 | 716 | (sha256 |
| 717 | (base32 | 717 | (base32 |
| 718 | "168zlzykq622zbgkh90a90f1bdgsxkscq2zxzbj8brq80hbjpyp7")) | 718 | "168zlzykq622zbgkh90a90f1bdgsxkscq2zxzbj8brq80hbjpyp7")) |
| 719 | (patches (list (search-patch "tophat-build-with-later-seqan.patch"))) | 719 | (patches (search-patches "tophat-build-with-later-seqan.patch")) |
| 720 | (modules '((guix build utils))) | 720 | (modules '((guix build utils))) |
| 721 | (snippet | 721 | (snippet |
| 722 | '(begin | 722 | '(begin |
| @@ -1156,8 +1156,7 @@ time.") | |||
| 1156 | "07y179f63d7qnzdvkqcziwk9bs3k4zhp81q392fp1hwszjdvy22f")) | 1156 | "07y179f63d7qnzdvkqcziwk9bs3k4zhp81q392fp1hwszjdvy22f")) |
| 1157 | ;; This patch has been sent upstream already and is available | 1157 | ;; This patch has been sent upstream already and is available |
| 1158 | ;; for download from Sourceforge, but it has not been merged. | 1158 | ;; for download from Sourceforge, but it has not been merged. |
| 1159 | (patches (list | 1159 | (patches (search-patches "crossmap-allow-system-pysam.patch")) |
| 1160 | (search-patch "crossmap-allow-system-pysam.patch"))) | ||
| 1161 | (modules '((guix build utils))) | 1160 | (modules '((guix build utils))) |
| 1162 | ;; remove bundled copy of pysam | 1161 | ;; remove bundled copy of pysam |
| 1163 | (snippet | 1162 | (snippet |
| @@ -2722,7 +2721,7 @@ partial genes, and identifies translation initiation sites.") | |||
| 2722 | version ".tar.gz")) | 2721 | version ".tar.gz")) |
| 2723 | (sha256 | 2722 | (sha256 |
| 2724 | (base32 "0nzdc0j0hjllhsd5f2xli95dafm3nawskigs140xzvjk67xh0r9q")) | 2723 | (base32 "0nzdc0j0hjllhsd5f2xli95dafm3nawskigs140xzvjk67xh0r9q")) |
| 2725 | (patches (list (search-patch "rsem-makefile.patch"))) | 2724 | (patches (search-patches "rsem-makefile.patch")) |
| 2726 | (modules '((guix build utils))) | 2725 | (modules '((guix build utils))) |
| 2727 | (snippet | 2726 | (snippet |
| 2728 | '(begin | 2727 | '(begin |
| @@ -3129,7 +3128,7 @@ accessed/downloaded on demand across HTTP.") | |||
| 3129 | version "-src.zip")) | 3128 | version "-src.zip")) |
| 3130 | (sha256 | 3129 | (sha256 |
| 3131 | (base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa")) | 3130 | (base32 "0as8gxm4pjyc8dxmm1sl873rrd7wn5qs0l29nqfnl31x8i467xaa")) |
| 3132 | (patches (list (search-patch "plink-1.07-unclobber-i.patch"))))) | 3131 | (patches (search-patches "plink-1.07-unclobber-i.patch")))) |
| 3133 | (build-system gnu-build-system) | 3132 | (build-system gnu-build-system) |
| 3134 | (arguments | 3133 | (arguments |
| 3135 | '(#:tests? #f ;no "check" target | 3134 | '(#:tests? #f ;no "check" target |
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index 46a5b234aac..4eff2d5cb03 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm | |||
| @@ -164,7 +164,7 @@ files.") | |||
| 164 | (sha256 | 164 | (sha256 |
| 165 | (base32 | 165 | (base32 |
| 166 | "1pv4zrajm46za0f6lv162iqffih57a8ly4pc69f7y0gfyigb8p80")) | 166 | "1pv4zrajm46za0f6lv162iqffih57a8ly4pc69f7y0gfyigb8p80")) |
| 167 | (patches (list (search-patch "cdparanoia-fpic.patch"))) | 167 | (patches (search-patches "cdparanoia-fpic.patch")) |
| 168 | (modules '((guix build utils))) | 168 | (modules '((guix build utils))) |
| 169 | (snippet | 169 | (snippet |
| 170 | ;; Make libraries respect LDFLAGS. | 170 | ;; Make libraries respect LDFLAGS. |
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 5ab03c76529..be18ebd29fb 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm | |||
| @@ -52,10 +52,10 @@ | |||
| 52 | (sha256 | 52 | (sha256 |
| 53 | (base32 | 53 | (base32 |
| 54 | "08vc76xb7f42hh65j7qvjf58hw36aki5ml343170pq94vk75b1nh")) | 54 | "08vc76xb7f42hh65j7qvjf58hw36aki5ml343170pq94vk75b1nh")) |
| 55 | (patches (map search-patch | 55 | (patches (search-patches |
| 56 | '("hydra-automake-1.15.patch" | 56 | "hydra-automake-1.15.patch" |
| 57 | ;; TODO: Remove once we have a darcs input | 57 | ;; TODO: Remove once we have a darcs input |
| 58 | "hydra-disable-darcs-test.patch"))))) | 58 | "hydra-disable-darcs-test.patch")))) |
| 59 | (build-system gnu-build-system) | 59 | (build-system gnu-build-system) |
| 60 | (native-inputs | 60 | (native-inputs |
| 61 | `(("unzip" ,unzip) | 61 | `(("unzip" ,unzip) |
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index d75b9f62efc..1cb1e069933 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | (sha256 | 45 | (sha256 |
| 46 | (base32 | 46 | (base32 |
| 47 | "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7")) | 47 | "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7")) |
| 48 | (patches (list (search-patch "cmake-fix-tests.patch"))))) | 48 | (patches (search-patches "cmake-fix-tests.patch")))) |
| 49 | (build-system gnu-build-system) | 49 | (build-system gnu-build-system) |
| 50 | (arguments | 50 | (arguments |
| 51 | `(#:test-target "test" | 51 | `(#:test-target "test" |
diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm index e8eede65242..77a0c82d2e6 100644 --- a/gnu/packages/cpio.scm +++ b/gnu/packages/cpio.scm | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (sha256 | 36 | (sha256 |
| 37 | (base32 | 37 | (base32 |
| 38 | "0vi9q475h1rki53100zml75vxsykzyhrn70hidy41s5c2rc8r6bh")) | 38 | "0vi9q475h1rki53100zml75vxsykzyhrn70hidy41s5c2rc8r6bh")) |
| 39 | (patches (list (search-patch "cpio-CVE-2016-2037.patch"))))) | 39 | (patches (search-patches "cpio-CVE-2016-2037.patch")))) |
| 40 | (build-system gnu-build-system) | 40 | (build-system gnu-build-system) |
| 41 | (home-page "https://www.gnu.org/software/cpio/") | 41 | (home-page "https://www.gnu.org/software/cpio/") |
| 42 | (synopsis "Manage cpio and tar file archives") | 42 | (synopsis "Manage cpio and tar file archives") |
diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index 8bd599c25af..aa67d21c194 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm | |||
| @@ -201,7 +201,7 @@ may be either a libc package or #f.)" | |||
| 201 | "Return GCC patches needed for TARGET." | 201 | "Return GCC patches needed for TARGET." |
| 202 | (cond ((string-prefix? "xtensa-" target) | 202 | (cond ((string-prefix? "xtensa-" target) |
| 203 | ;; Patch by Qualcomm needed to build the ath9k-htc firmware. | 203 | ;; Patch by Qualcomm needed to build the ath9k-htc firmware. |
| 204 | (list (search-patch "ath9k-htc-firmware-gcc.patch"))) | 204 | (search-patches "ath9k-htc-firmware-gcc.patch")) |
| 205 | (else '()))) | 205 | (else '()))) |
| 206 | 206 | ||
| 207 | (define* (cross-gcc target | 207 | (define* (cross-gcc target |
diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm index 317eeeebead..780d8efcc7f 100644 --- a/gnu/packages/dico.scm +++ b/gnu/packages/dico.scm | |||
| @@ -43,9 +43,8 @@ | |||
| 43 | (sha256 | 43 | (sha256 |
| 44 | (base32 | 44 | (base32 |
| 45 | "04pjks075x20d19l623mj50bw64g8i41s63z4kzzqcbg9qg96x64")) | 45 | "04pjks075x20d19l623mj50bw64g8i41s63z4kzzqcbg9qg96x64")) |
| 46 | (patches (map search-patch | 46 | (patches (search-patches "cpio-gets-undeclared.patch" |
| 47 | '("cpio-gets-undeclared.patch" | 47 | "dico-libtool-deterministic.patch")))) |
| 48 | "dico-libtool-deterministic.patch"))))) | ||
| 49 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 50 | (arguments | 49 | (arguments |
| 51 | '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output | 50 | '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output |
diff --git a/gnu/packages/doxygen.scm b/gnu/packages/doxygen.scm index 8245a65c863..8e4cbb936c6 100644 --- a/gnu/packages/doxygen.scm +++ b/gnu/packages/doxygen.scm | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 | 41 | (base32 |
| 42 | "0ja02pm3fpfhc5dkry00kq8mn141cqvdqqpmms373ncbwi38pl35")) | 42 | "0ja02pm3fpfhc5dkry00kq8mn141cqvdqqpmms373ncbwi38pl35")) |
| 43 | (patches (list (search-patch "doxygen-test.patch"))))) | 43 | (patches (search-patches "doxygen-test.patch")))) |
| 44 | (build-system cmake-build-system) | 44 | (build-system cmake-build-system) |
| 45 | (native-inputs | 45 | (native-inputs |
| 46 | `(("bison" ,bison) | 46 | `(("bison" ,bison) |
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index bf7fe70772a..f972d8831fc 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | (sha256 | 50 | (sha256 |
| 51 | (base32 | 51 | (base32 |
| 52 | "18zzb4x3z0d7fjh1x5439bs62dmgsi4c1pg3qyr7h5gp1i5xcj9l")) | 52 | "18zzb4x3z0d7fjh1x5439bs62dmgsi4c1pg3qyr7h5gp1i5xcj9l")) |
| 53 | (patches (list (search-patch "chmlib-inttypes.patch"))))) | 53 | (patches (search-patches "chmlib-inttypes.patch")))) |
| 54 | (build-system gnu-build-system) | 54 | (build-system gnu-build-system) |
| 55 | (home-page "http://www.jedrea.com/chmlib/") | 55 | (home-page "http://www.jedrea.com/chmlib/") |
| 56 | (synopsis "Library for CHM files") | 56 | (synopsis "Library for CHM files") |
| @@ -77,8 +77,8 @@ | |||
| 77 | '(begin | 77 | '(begin |
| 78 | (delete-file-recursively "src/unrar") | 78 | (delete-file-recursively "src/unrar") |
| 79 | (delete-file "src/odf/thumbnail.py"))) | 79 | (delete-file "src/odf/thumbnail.py"))) |
| 80 | (patches (list (search-patch "calibre-drop-unrar.patch") | 80 | (patches (search-patches "calibre-drop-unrar.patch" |
| 81 | (search-patch "calibre-no-updates-dialog.patch"))))) | 81 | "calibre-no-updates-dialog.patch")))) |
| 82 | (build-system python-build-system) | 82 | (build-system python-build-system) |
| 83 | (native-inputs | 83 | (native-inputs |
| 84 | `(("pkg-config" ,pkg-config) | 84 | `(("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index cb456af195b..82604c4e302 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm | |||
| @@ -39,8 +39,7 @@ | |||
| 39 | (sha256 | 39 | (sha256 |
| 40 | (base32 | 40 | (base32 |
| 41 | "0w50szymyqvx8g0vkwrvnv17grqxva6x1z9dm9m3i99zg2hr232p")) | 41 | "0w50szymyqvx8g0vkwrvnv17grqxva6x1z9dm9m3i99zg2hr232p")) |
| 42 | (patches | 42 | (patches (search-patches "elfutils-tests-ptrace.patch")))) |
| 43 | (list (search-patch "elfutils-tests-ptrace.patch"))))) | ||
| 44 | (build-system gnu-build-system) | 43 | (build-system gnu-build-system) |
| 45 | 44 | ||
| 46 | ;; Separate programs because that's usually not what elfutils users want, | 45 | ;; Separate programs because that's usually not what elfutils users want, |
| @@ -108,7 +107,7 @@ addr2line, and more.") | |||
| 108 | (sha256 | 107 | (sha256 |
| 109 | (base32 | 108 | (base32 |
| 110 | "1rqpg84wrd3fa16wa9vqdvasnc05yz49w207cz1l0wrl4k8q97y9")) | 109 | "1rqpg84wrd3fa16wa9vqdvasnc05yz49w207cz1l0wrl4k8q97y9")) |
| 111 | (patches (list (search-patch "patchelf-page-size.patch"))))) | 110 | (patches (search-patches "patchelf-page-size.patch")))) |
| 112 | (build-system gnu-build-system) | 111 | (build-system gnu-build-system) |
| 113 | 112 | ||
| 114 | ;; XXX: The upstream 'patchelf' doesn't support ARM. The only available | 113 | ;; XXX: The upstream 'patchelf' doesn't support ARM. The only available |
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index c8283ca4411..188824a48be 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm | |||
| @@ -76,8 +76,8 @@ | |||
| 76 | (sha256 | 76 | (sha256 |
| 77 | (base32 | 77 | (base32 |
| 78 | "0kn3rzm91qiswi0cql89kbv6mqn27rwsyjfb8xmwy9m5s8fxfiyx")) | 78 | "0kn3rzm91qiswi0cql89kbv6mqn27rwsyjfb8xmwy9m5s8fxfiyx")) |
| 79 | (patches (list (search-patch "emacs-exec-path.patch") | 79 | (patches (search-patches "emacs-exec-path.patch" |
| 80 | (search-patch "emacs-source-date-epoch.patch"))))) | 80 | "emacs-source-date-epoch.patch")))) |
| 81 | (build-system glib-or-gtk-build-system) | 81 | (build-system glib-or-gtk-build-system) |
| 82 | (arguments | 82 | (arguments |
| 83 | `(#:phases | 83 | `(#:phases |
| @@ -1308,7 +1308,7 @@ on context.") | |||
| 1308 | (base32 | 1308 | (base32 |
| 1309 | "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x")) | 1309 | "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x")) |
| 1310 | (patches | 1310 | (patches |
| 1311 | (list (search-patch "emacs-scheme-complete-scheme-r5rs-info.patch"))))) | 1311 | (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch")))) |
| 1312 | (build-system emacs-build-system) | 1312 | (build-system emacs-build-system) |
| 1313 | (home-page "https://github.com/ashinn/scheme-complete") | 1313 | (home-page "https://github.com/ashinn/scheme-complete") |
| 1314 | (synopsis "Smart tab completion for Scheme in Emacs") | 1314 | (synopsis "Smart tab completion for Scheme in Emacs") |
| @@ -1385,8 +1385,7 @@ identifiers in the MIT-Scheme documentation.") | |||
| 1385 | (file-name (string-append name "-" version ".el")) | 1385 | (file-name (string-append name "-" version ".el")) |
| 1386 | (method uncompressed-file-fetch) | 1386 | (method uncompressed-file-fetch) |
| 1387 | (uri "https://staff.fnwi.uva.nl/c.dominik/Tools/constants/constants.el") | 1387 | (uri "https://staff.fnwi.uva.nl/c.dominik/Tools/constants/constants.el") |
| 1388 | (patches | 1388 | (patches (search-patches "emacs-constants-lisp-like.patch")) |
| 1389 | (list (search-patch "emacs-constants-lisp-like.patch"))) | ||
| 1390 | (sha256 | 1389 | (sha256 |
| 1391 | (base32 | 1390 | (base32 |
| 1392 | "14q094aphsjhq8gklv7i5a7byl0ygz63cv3n6b5p8ji2jy0mnnw3")))) | 1391 | "14q094aphsjhq8gklv7i5a7byl0ygz63cv3n6b5p8ji2jy0mnnw3")))) |
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 9a299d91c81..c519ca59e71 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -232,8 +232,8 @@ optimizer; and it can produce photorealistic and design review images.") | |||
| 232 | (modules '((guix build utils) | 232 | (modules '((guix build utils) |
| 233 | (guix build download) | 233 | (guix build download) |
| 234 | (guix ftp-client))) | 234 | (guix ftp-client))) |
| 235 | (patches (list (search-patch "fastcap-mulSetup.patch") | 235 | (patches (search-patches "fastcap-mulSetup.patch" |
| 236 | (search-patch "fastcap-mulGlobal.patch"))))) | 236 | "fastcap-mulGlobal.patch")))) |
| 237 | (build-system gnu-build-system) | 237 | (build-system gnu-build-system) |
| 238 | (native-inputs | 238 | (native-inputs |
| 239 | `(("texlive" ,texlive) | 239 | `(("texlive" ,texlive) |
| @@ -329,11 +329,11 @@ multipole-accelerated algorithm.") | |||
| 329 | "-" version ".tar.z")) | 329 | "-" version ".tar.z")) |
| 330 | (sha256 | 330 | (sha256 |
| 331 | (base32 "1a06xyyd40zhknrkz17xppl2zd5ig4w9g1grc8qrs0zqqcl5hpzi")) | 331 | (base32 "1a06xyyd40zhknrkz17xppl2zd5ig4w9g1grc8qrs0zqqcl5hpzi")) |
| 332 | (patches (list (search-patch "fasthenry-spAllocate.patch") | 332 | (patches (search-patches "fasthenry-spAllocate.patch" |
| 333 | (search-patch "fasthenry-spBuild.patch") | 333 | "fasthenry-spBuild.patch" |
| 334 | (search-patch "fasthenry-spUtils.patch") | 334 | "fasthenry-spUtils.patch" |
| 335 | (search-patch "fasthenry-spSolve.patch") | 335 | "fasthenry-spSolve.patch" |
| 336 | (search-patch "fasthenry-spFactor.patch"))))) | 336 | "fasthenry-spFactor.patch")))) |
| 337 | (build-system gnu-build-system) | 337 | (build-system gnu-build-system) |
| 338 | (arguments | 338 | (arguments |
| 339 | `(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all") | 339 | `(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all") |
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 271fb49dd70..45b7bf7ab17 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (base32 | 39 | (base32 |
| 40 | "16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23")) | 40 | "16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23")) |
| 41 | (file-name (string-append name "-" version "-checkout")) | 41 | (file-name (string-append name "-" version "-checkout")) |
| 42 | (patches (list (search-patch "ath9k-htc-firmware-objcopy.patch"))))) | 42 | (patches (search-patches "ath9k-htc-firmware-objcopy.patch")))) |
| 43 | (build-system gnu-build-system) | 43 | (build-system gnu-build-system) |
| 44 | (arguments | 44 | (arguments |
| 45 | '(#:phases (alist-cons-before | 45 | '(#:phases (alist-cons-before |
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index 194ed380bbf..9f9f1b9c6a1 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | (sha256 | 44 | (sha256 |
| 45 | (base32 | 45 | (base32 |
| 46 | "1s9pc4yls2s1gcg2ar4q75nym2z5v6lxq36bl6lq26br00nj2mas")) | 46 | "1s9pc4yls2s1gcg2ar4q75nym2z5v6lxq36bl6lq26br00nj2mas")) |
| 47 | (patches (list (search-patch "flashrom-use-libftdi1.patch"))))) | 47 | (patches (search-patches "flashrom-use-libftdi1.patch")))) |
| 48 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 49 | (inputs `(("dmidecode" ,dmidecode) | 49 | (inputs `(("dmidecode" ,dmidecode) |
| 50 | ("pciutils" ,pciutils) | 50 | ("pciutils" ,pciutils) |
| @@ -88,7 +88,7 @@ programmer devices.") | |||
| 88 | (sha256 | 88 | (sha256 |
| 89 | (base32 | 89 | (base32 |
| 90 | "0frxg0q09nrm95z7ymzddx7ysl77ilfbdix1m81d9jjpiv5bm64y")) | 90 | "0frxg0q09nrm95z7ymzddx7ysl77ilfbdix1m81d9jjpiv5bm64y")) |
| 91 | (patches (list (search-patch "avrdude-fix-libusb.patch"))))) | 91 | (patches (search-patches "avrdude-fix-libusb.patch")))) |
| 92 | (build-system gnu-build-system) | 92 | (build-system gnu-build-system) |
| 93 | (inputs | 93 | (inputs |
| 94 | `(("libelf" ,libelf) | 94 | `(("libelf" ,libelf) |
| @@ -117,7 +117,7 @@ technique (ISP).") | |||
| 117 | (sha256 | 117 | (sha256 |
| 118 | (base32 | 118 | (base32 |
| 119 | "15gr99y1z9vbvhrkd25zqhnzhg6zjmaam3vfjzf2mazd39mx7d0x")) | 119 | "15gr99y1z9vbvhrkd25zqhnzhg6zjmaam3vfjzf2mazd39mx7d0x")) |
| 120 | (patches (list (search-patch "dfu-programmer-fix-libusb.patch"))))) | 120 | (patches (search-patches "dfu-programmer-fix-libusb.patch")))) |
| 121 | (build-system gnu-build-system) | 121 | (build-system gnu-build-system) |
| 122 | (native-inputs | 122 | (native-inputs |
| 123 | `(("pkg-config" ,pkg-config))) | 123 | `(("pkg-config" ,pkg-config))) |
diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index 0629d41c0c6..4dec9bc2883 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | (sha256 | 46 | (sha256 |
| 47 | (base32 | 47 | (base32 |
| 48 | "15qd7lkz5d5ynz70xhxhigpz3wns39v9xcf7ggkl0792syc8sfgq")) | 48 | "15qd7lkz5d5ynz70xhxhigpz3wns39v9xcf7ggkl0792syc8sfgq")) |
| 49 | (patches (list (search-patch "fltk-shared-lib-defines.patch"))))) | 49 | (patches (search-patches "fltk-shared-lib-defines.patch")))) |
| 50 | (build-system gnu-build-system) | 50 | (build-system gnu-build-system) |
| 51 | (inputs | 51 | (inputs |
| 52 | `(("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9 | 52 | `(("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9 |
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index acd69adcd06..4c2d893c174 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm | |||
| @@ -43,9 +43,8 @@ | |||
| 43 | (sha256 | 43 | (sha256 |
| 44 | (base32 | 44 | (base32 |
| 45 | "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni")) | 45 | "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni")) |
| 46 | (patches | 46 | (patches (search-patches |
| 47 | (list (search-patch | 47 | "lftp-dont-save-unknown-host-fingerprint.patch")))) |
| 48 | "lftp-dont-save-unknown-host-fingerprint.patch"))))) | ||
| 49 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 50 | (native-inputs | 49 | (native-inputs |
| 51 | `(("pkg-config" ,pkg-config))) | 50 | `(("pkg-config" ,pkg-config))) |
| @@ -126,7 +125,7 @@ FTP browser, as well as non-interactive commands such as 'ncftpput' and | |||
| 126 | (sha256 | 125 | (sha256 |
| 127 | (base32 | 126 | (base32 |
| 128 | "0f5cj5p852wkm24mzy2sxgxyahv2p9rk4wlq21j310pi7wlhgwyl")) | 127 | "0f5cj5p852wkm24mzy2sxgxyahv2p9rk4wlq21j310pi7wlhgwyl")) |
| 129 | (patches (list (search-patch "weex-vacopy.patch"))))) | 128 | (patches (search-patches "weex-vacopy.patch")))) |
| 130 | (build-system gnu-build-system) | 129 | (build-system gnu-build-system) |
| 131 | (arguments | 130 | (arguments |
| 132 | `(#:phases | 131 | `(#:phases |
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 653e0c72062..3fb30af9e2f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -220,7 +220,7 @@ that beneath its ruins lay buried an ancient evil.") | |||
| 220 | (sha256 | 220 | (sha256 |
| 221 | (base32 | 221 | (base32 |
| 222 | "0q34d2k6anzqvb0mf67x85q92lfx9jr71ry13dlp47jx0x9i573m")) | 222 | "0q34d2k6anzqvb0mf67x85q92lfx9jr71ry13dlp47jx0x9i573m")) |
| 223 | (patches (list (search-patch "pingus-sdl-libs-config.patch"))))) | 223 | (patches (search-patches "pingus-sdl-libs-config.patch")))) |
| 224 | (build-system gnu-build-system) | 224 | (build-system gnu-build-system) |
| 225 | (native-inputs `(("pkg-config" ,pkg-config) | 225 | (native-inputs `(("pkg-config" ,pkg-config) |
| 226 | ("scons" ,scons))) | 226 | ("scons" ,scons))) |
| @@ -598,8 +598,8 @@ for common mesh file formats, and collision detection.") | |||
| 598 | (sha256 | 598 | (sha256 |
| 599 | (base32 | 599 | (base32 |
| 600 | "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh")) | 600 | "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh")) |
| 601 | (patches (list (search-patch "mars-sfml-2.3.patch") | 601 | (patches (search-patches "mars-sfml-2.3.patch" |
| 602 | (search-patch "mars-install.patch"))))) | 602 | "mars-install.patch")))) |
| 603 | (build-system cmake-build-system) | 603 | (build-system cmake-build-system) |
| 604 | (arguments | 604 | (arguments |
| 605 | `(#:tests? #f ; There are no tests | 605 | `(#:tests? #f ; There are no tests |
| @@ -1709,8 +1709,7 @@ Z64 video plugin.") | |||
| 1709 | (file-name (string-append name "-" version ".tar.gz")) | 1709 | (file-name (string-append name "-" version ".tar.gz")) |
| 1710 | (sha256 | 1710 | (sha256 |
| 1711 | (base32 "04qkpd8ic7xsgnqz7spl00wxdygf79m7d1k8rabbygjk5lg6p8z2")) | 1711 | (base32 "04qkpd8ic7xsgnqz7spl00wxdygf79m7d1k8rabbygjk5lg6p8z2")) |
| 1712 | (patches | 1712 | (patches (search-patches "mupen64plus-ui-console-notice.patch")))) |
| 1713 | (list (search-patch "mupen64plus-ui-console-notice.patch"))))) | ||
| 1714 | (build-system gnu-build-system) | 1713 | (build-system gnu-build-system) |
| 1715 | (native-inputs | 1714 | (native-inputs |
| 1716 | `(("pkg-config" ,pkg-config) | 1715 | `(("pkg-config" ,pkg-config) |
| @@ -1871,12 +1870,11 @@ and a game metadata scraper.") | |||
| 1871 | (sha256 | 1870 | (sha256 |
| 1872 | (base32 | 1871 | (base32 |
| 1873 | "1f2whlrfidwfh8lvr8cspcyirc6840r5d1ajm7x99qmngygrhixs")) | 1872 | "1f2whlrfidwfh8lvr8cspcyirc6840r5d1ajm7x99qmngygrhixs")) |
| 1874 | (patches (map search-patch | 1873 | (patches (search-patches "pinball-const-fix.patch" |
| 1875 | '("pinball-const-fix.patch" | 1874 | "pinball-cstddef.patch" |
| 1876 | "pinball-cstddef.patch" | 1875 | "pinball-missing-separators.patch" |
| 1877 | "pinball-missing-separators.patch" | 1876 | "pinball-src-deps.patch" |
| 1878 | "pinball-src-deps.patch" | 1877 | "pinball-system-ltdl.patch")))) |
| 1879 | "pinball-system-ltdl.patch"))))) | ||
| 1880 | (build-system gnu-build-system) | 1878 | (build-system gnu-build-system) |
| 1881 | (inputs | 1879 | (inputs |
| 1882 | `(("glu" ,glu) | 1880 | `(("glu" ,glu) |
| @@ -1965,7 +1963,7 @@ players.") | |||
| 1965 | (sha256 | 1963 | (sha256 |
| 1966 | (base32 | 1964 | (base32 |
| 1967 | "1hxrlv6n8py48j487i6wbb4n4vd55w0na69r7ccmmr9vmrsw5mlk")) | 1965 | "1hxrlv6n8py48j487i6wbb4n4vd55w0na69r7ccmmr9vmrsw5mlk")) |
| 1968 | (patches (list (search-patch "einstein-build.patch"))))) | 1966 | (patches (search-patches "einstein-build.patch")))) |
| 1969 | (build-system gnu-build-system) | 1967 | (build-system gnu-build-system) |
| 1970 | (inputs | 1968 | (inputs |
| 1971 | `(("freetype" ,freetype) | 1969 | `(("freetype" ,freetype) |
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 8f2805cd4be..c6d322b7088 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ".tar.xz")) | 36 | ".tar.xz")) |
| 37 | (sha256 | 37 | (sha256 |
| 38 | (base32 "09d6pmx6h3i2glafm0jd1v1iyrs03vcyv2rkz12jisii3vlmbkz3")) | 38 | (base32 "09d6pmx6h3i2glafm0jd1v1iyrs03vcyv2rkz12jisii3vlmbkz3")) |
| 39 | (patches (list (search-patch "gawk-fts-test.patch"))))) | 39 | (patches (search-patches "gawk-fts-test.patch")))) |
| 40 | (build-system gnu-build-system) | 40 | (build-system gnu-build-system) |
| 41 | (arguments | 41 | (arguments |
| 42 | `(#:parallel-tests? #f ; test suite fails in parallel | 42 | `(#:parallel-tests? #f ; test suite fails in parallel |
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 1df5150ab3c..a2b8126872c 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm | |||
| @@ -328,7 +328,7 @@ Go. It also includes runtime support libraries for these languages.") | |||
| 328 | (sha256 | 328 | (sha256 |
| 329 | (base32 | 329 | (base32 |
| 330 | "08yggr18v373a1ihj0rg2vd6psnic42b518xcgp3r9k81xz1xyr2")) | 330 | "08yggr18v373a1ihj0rg2vd6psnic42b518xcgp3r9k81xz1xyr2")) |
| 331 | (patches (list (search-patch "gcc-arm-link-spec-fix.patch"))))))) | 331 | (patches (search-patches "gcc-arm-link-spec-fix.patch")))))) |
| 332 | 332 | ||
| 333 | (define-public gcc-4.9 | 333 | (define-public gcc-4.9 |
| 334 | (package (inherit gcc-4.8) | 334 | (package (inherit gcc-4.8) |
| @@ -340,7 +340,7 @@ Go. It also includes runtime support libraries for these languages.") | |||
| 340 | (sha256 | 340 | (sha256 |
| 341 | (base32 | 341 | (base32 |
| 342 | "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3")) | 342 | "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3")) |
| 343 | (patches (list (search-patch "gcc-libvtv-runpath.patch"))))))) | 343 | (patches (search-patches "gcc-libvtv-runpath.patch")))))) |
| 344 | 344 | ||
| 345 | (define-public gcc-5 | 345 | (define-public gcc-5 |
| 346 | (package (inherit gcc-4.9) | 346 | (package (inherit gcc-4.9) |
| @@ -352,7 +352,7 @@ Go. It also includes runtime support libraries for these languages.") | |||
| 352 | (sha256 | 352 | (sha256 |
| 353 | (base32 | 353 | (base32 |
| 354 | "1ny4smkp5bzs3cp8ss7pl6lk8yss0d9m4av1mvdp72r1x695akxq")) | 354 | "1ny4smkp5bzs3cp8ss7pl6lk8yss0d9m4av1mvdp72r1x695akxq")) |
| 355 | (patches (list (search-patch "gcc-5.0-libvtv-runpath.patch"))))))) | 355 | (patches (search-patches "gcc-5.0-libvtv-runpath.patch")))))) |
| 356 | 356 | ||
| 357 | ;; Note: When changing the default gcc version, update | 357 | ;; Note: When changing the default gcc version, update |
| 358 | ;; the gcc-toolchain-* definitions accordingly. | 358 | ;; the gcc-toolchain-* definitions accordingly. |
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 55caac9b295..6ae5579b9cc 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm | |||
| @@ -83,9 +83,8 @@ most common applications of GD involve website development.") | |||
| 83 | (sha256 | 83 | (sha256 |
| 84 | (base32 | 84 | (base32 |
| 85 | "1ya8f9hpiax8j29vwaiwlvvgah0vkyvpzva28r8231nyk0f3s40z")) | 85 | "1ya8f9hpiax8j29vwaiwlvvgah0vkyvpzva28r8231nyk0f3s40z")) |
| 86 | (patches | 86 | (patches (search-patches |
| 87 | (list | 87 | "perl-gd-options-passthrough-and-fontconfig.patch")))) |
| 88 | (search-patch "perl-gd-options-passthrough-and-fontconfig.patch"))))) | ||
| 89 | (build-system perl-build-system) | 88 | (build-system perl-build-system) |
| 90 | (native-inputs | 89 | (native-inputs |
| 91 | `(("perl-module-build" ,perl-module-build))) ;needs Module::Build >= 0.42 | 90 | `(("perl-module-build" ,perl-module-build))) ;needs Module::Build >= 0.42 |
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 88f24209c85..0a65813f971 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -133,8 +133,8 @@ printing, and psresize, for adjusting page sizes.") | |||
| 133 | (sha256 | 133 | (sha256 |
| 134 | (base32 | 134 | (base32 |
| 135 | "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1")) | 135 | "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1")) |
| 136 | (patches (map search-patch '("ghostscript-CVE-2015-3228.patch" | 136 | (patches (search-patches "ghostscript-CVE-2015-3228.patch" |
| 137 | "ghostscript-runpath.patch"))) | 137 | "ghostscript-runpath.patch")) |
| 138 | (modules '((guix build utils))) | 138 | (modules '((guix build utils))) |
| 139 | (snippet | 139 | (snippet |
| 140 | ;; Honor --docdir. | 140 | ;; Honor --docdir. |
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 16a1a6162d8..e7e9df8dff7 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm | |||
| @@ -68,8 +68,7 @@ | |||
| 68 | (sha256 | 68 | (sha256 |
| 69 | (base32 | 69 | (base32 |
| 70 | "0jwj7wlrhq5y0fwfh8k2d9rgdpfax06lj8698g6iqbwrzd2rgyqx")) | 70 | "0jwj7wlrhq5y0fwfh8k2d9rgdpfax06lj8698g6iqbwrzd2rgyqx")) |
| 71 | (patches | 71 | (patches (search-patches "dbus-helper-search-path.patch")))) |
| 72 | (list (search-patch "dbus-helper-search-path.patch"))))) | ||
| 73 | (build-system gnu-build-system) | 72 | (build-system gnu-build-system) |
| 74 | (arguments | 73 | (arguments |
| 75 | '(#:configure-flags | 74 | '(#:configure-flags |
| @@ -139,11 +138,11 @@ shared NFS home directories.") | |||
| 139 | (sha256 | 138 | (sha256 |
| 140 | (base32 | 139 | (base32 |
| 141 | "1yzxr1ip3l0m9ydk5nq32piq70c9f17p5f0jyvlsghzbaawh67ss")) | 140 | "1yzxr1ip3l0m9ydk5nq32piq70c9f17p5f0jyvlsghzbaawh67ss")) |
| 142 | (patches (list (search-patch "glib-tests-homedir.patch") | 141 | (patches (search-patches "glib-tests-homedir.patch" |
| 143 | (search-patch "glib-tests-desktop.patch") | 142 | "glib-tests-desktop.patch" |
| 144 | (search-patch "glib-tests-prlimit.patch") | 143 | "glib-tests-prlimit.patch" |
| 145 | (search-patch "glib-tests-timer.patch") | 144 | "glib-tests-timer.patch" |
| 146 | (search-patch "glib-tests-gapplication.patch"))))) | 145 | "glib-tests-gapplication.patch")))) |
| 147 | (build-system gnu-build-system) | 146 | (build-system gnu-build-system) |
| 148 | (outputs '("out" ; everything | 147 | (outputs '("out" ; everything |
| 149 | "bin" ; glib-mkenums, gtester, etc.; depends on Python | 148 | "bin" ; glib-mkenums, gtester, etc.; depends on Python |
| @@ -231,12 +230,10 @@ dynamic loading, and an object system.") | |||
| 231 | (snippet | 230 | (snippet |
| 232 | '(substitute* "tools/g-ir-tool-template.in" | 231 | '(substitute* "tools/g-ir-tool-template.in" |
| 233 | (("#!/usr/bin/env @PYTHON@") "#!@PYTHON@"))) | 232 | (("#!/usr/bin/env @PYTHON@") "#!@PYTHON@"))) |
| 234 | (patches (list | 233 | (patches (search-patches |
| 235 | (search-patch "gobject-introspection-cc.patch") | 234 | "gobject-introspection-cc.patch" |
| 236 | (search-patch | 235 | "gobject-introspection-girepository.patch" |
| 237 | "gobject-introspection-girepository.patch") | 236 | "gobject-introspection-absolute-shlib-path.patch")))) |
| 238 | (search-patch | ||
| 239 | "gobject-introspection-absolute-shlib-path.patch"))))) | ||
| 240 | (build-system gnu-build-system) | 237 | (build-system gnu-build-system) |
| 241 | (inputs | 238 | (inputs |
| 242 | `(("bison" ,bison) | 239 | `(("bison" ,bison) |
| @@ -479,9 +476,8 @@ useful for C++.") | |||
| 479 | (sha256 | 476 | (sha256 |
| 480 | (base32 | 477 | (base32 |
| 481 | "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv")) | 478 | "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv")) |
| 482 | (patches | 479 | (patches (search-patches |
| 483 | (list (search-patch | 480 | "python2-pygobject-2-gi-info-type-error-domain.patch")))) |
| 484 | "python2-pygobject-2-gi-info-type-error-domain.patch"))))) | ||
| 485 | (build-system gnu-build-system) | 481 | (build-system gnu-build-system) |
| 486 | (native-inputs | 482 | (native-inputs |
| 487 | `(("which" ,which) | 483 | `(("which" ,which) |
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2adf267b099..0fd1d5bb29c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -739,8 +739,8 @@ the API.") | |||
| 739 | version "/gtkglext-" version ".tar.gz")) | 739 | version "/gtkglext-" version ".tar.gz")) |
| 740 | (sha256 | 740 | (sha256 |
| 741 | (base32 "1ya4d2j2aacr9ii5zj4ac95fjpdvlm2rg79mgnk7yvl1dcy3y1z5")) | 741 | (base32 "1ya4d2j2aacr9ii5zj4ac95fjpdvlm2rg79mgnk7yvl1dcy3y1z5")) |
| 742 | (patches (list | 742 | (patches (search-patches |
| 743 | (search-patch "gtkglext-disable-disable-deprecated.patch"))))) | 743 | "gtkglext-disable-disable-deprecated.patch")))) |
| 744 | (build-system gnu-build-system) | 744 | (build-system gnu-build-system) |
| 745 | (inputs `(("gtk+" ,gtk+-2) | 745 | (inputs `(("gtk+" ,gtk+-2) |
| 746 | ("mesa" ,mesa) | 746 | ("mesa" ,mesa) |
| @@ -1010,7 +1010,8 @@ featuring mature C, C++ and Python bindings.") | |||
| 1010 | "/" name "-" version ".tar.bz2")) | 1010 | "/" name "-" version ".tar.bz2")) |
| 1011 | (sha256 | 1011 | (sha256 |
| 1012 | (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i")) | 1012 | (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i")) |
| 1013 | (patches (list (search-patch "libbonobo-activation-test-race.patch"))))) | 1013 | (patches (search-patches |
| 1014 | "libbonobo-activation-test-race.patch")))) | ||
| 1014 | (build-system gnu-build-system) | 1015 | (build-system gnu-build-system) |
| 1015 | (arguments | 1016 | (arguments |
| 1016 | ;; The programmer kindly gives us a hook to turn off deprecation warnings ... | 1017 | ;; The programmer kindly gives us a hook to turn off deprecation warnings ... |
| @@ -1976,7 +1977,7 @@ library.") | |||
| 1976 | (base32 | 1977 | (base32 |
| 1977 | "1cchmi08jpjypgmm9i7xzh5qfg2q5k61kry9ns8mhw3z44a440ym")) | 1978 | "1cchmi08jpjypgmm9i7xzh5qfg2q5k61kry9ns8mhw3z44a440ym")) |
| 1978 | (patches | 1979 | (patches |
| 1979 | (list (search-patch "glib-networking-ssl-cert-file.patch"))))) | 1980 | (search-patches "glib-networking-ssl-cert-file.patch")))) |
| 1980 | (build-system gnu-build-system) | 1981 | (build-system gnu-build-system) |
| 1981 | (arguments | 1982 | (arguments |
| 1982 | `(#:configure-flags | 1983 | `(#:configure-flags |
| @@ -2371,7 +2372,7 @@ output devices.") | |||
| 2371 | (sha256 | 2372 | (sha256 |
| 2372 | (base32 | 2373 | (base32 |
| 2373 | "0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454")) | 2374 | "0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454")) |
| 2374 | (patches (list (search-patch "geoclue-config.patch"))))) | 2375 | (patches (search-patches "geoclue-config.patch")))) |
| 2375 | (build-system glib-or-gtk-build-system) | 2376 | (build-system glib-or-gtk-build-system) |
| 2376 | (arguments | 2377 | (arguments |
| 2377 | '(;; The tests want to run the system bus. | 2378 | '(;; The tests want to run the system bus. |
| @@ -2450,7 +2451,7 @@ faster results and to avoid unnecessary server load.") | |||
| 2450 | (sha256 | 2451 | (sha256 |
| 2451 | (base32 | 2452 | (base32 |
| 2452 | "0f6x9mi1jzgqdpycaikyhjljnw3aacsl3gxndyg0dfqkq6y9jwb9")) | 2453 | "0f6x9mi1jzgqdpycaikyhjljnw3aacsl3gxndyg0dfqkq6y9jwb9")) |
| 2453 | (patches (list (search-patch "upower-builddir.patch"))))) | 2454 | (patches (search-patches "upower-builddir.patch")))) |
| 2454 | (build-system glib-or-gtk-build-system) | 2455 | (build-system glib-or-gtk-build-system) |
| 2455 | (arguments | 2456 | (arguments |
| 2456 | '( ;; The tests want to contact the system bus, which can't be done in the | 2457 | '( ;; The tests want to contact the system bus, which can't be done in the |
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 58d3bda5618..5c0ce4f5442 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | (sha256 | 47 | (sha256 |
| 48 | (base32 | 48 | (base32 |
| 49 | "0x84f07p30pwhriamv8ifljgw755cj87rc12jy1xddf47spyj7rp")) | 49 | "0x84f07p30pwhriamv8ifljgw755cj87rc12jy1xddf47spyj7rp")) |
| 50 | (patches (list (search-patch "gnucash-price-quotes-perl.patch"))))) | 50 | (patches (search-patches "gnucash-price-quotes-perl.patch")))) |
| 51 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 52 | (inputs | 52 | (inputs |
| 53 | `(("guile" ,guile-2.0) | 53 | `(("guile" ,guile-2.0) |
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 471f383b85b..b5a2685f657 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm | |||
| @@ -67,7 +67,7 @@ | |||
| 67 | (sha256 | 67 | (sha256 |
| 68 | (base32 | 68 | (base32 |
| 69 | "0zvv7wd011npcx7yphw9bpgivyxz6mlp87a57n96nv85k96dd2l6")) | 69 | "0zvv7wd011npcx7yphw9bpgivyxz6mlp87a57n96nv85k96dd2l6")) |
| 70 | (patches (list (search-patch "libextractor-ffmpeg-3.patch"))) | 70 | (patches (search-patches "libextractor-ffmpeg-3.patch")) |
| 71 | (modules '((guix build utils))) | 71 | (modules '((guix build utils))) |
| 72 | (snippet | 72 | (snippet |
| 73 | ;; Nowadays libmagic (from 'file') returns 'audio/ogg' and not | 73 | ;; Nowadays libmagic (from 'file') returns 'audio/ogg' and not |
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c3b859b7a2a..5ed6885cab0 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -207,9 +207,8 @@ compatible to GNU Pth.") | |||
| 207 | (sha256 | 207 | (sha256 |
| 208 | (base32 | 208 | (base32 |
| 209 | "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p")) | 209 | "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p")) |
| 210 | (patches | 210 | (patches (search-patches |
| 211 | (list (search-patch | 211 | "gnupg-simple-query-ignore-status-messages.patch")))) |
| 212 | "gnupg-simple-query-ignore-status-messages.patch"))))) | ||
| 213 | (build-system gnu-build-system) | 212 | (build-system gnu-build-system) |
| 214 | (native-inputs | 213 | (native-inputs |
| 215 | `(("pkg-config" ,pkg-config))) | 214 | `(("pkg-config" ,pkg-config))) |
| @@ -351,7 +350,7 @@ and every application benefits from this.") | |||
| 351 | ;; Unfortunately, we have to disable some tests due to some gpg-agent | 350 | ;; Unfortunately, we have to disable some tests due to some gpg-agent |
| 352 | ;; goofiness... see: | 351 | ;; goofiness... see: |
| 353 | ;; https://bugs.launchpad.net/pygpgme/+bug/999949 | 352 | ;; https://bugs.launchpad.net/pygpgme/+bug/999949 |
| 354 | (patches (list (search-patch "pygpgme-disable-problematic-tests.patch"))))) | 353 | (patches (search-patches "pygpgme-disable-problematic-tests.patch")))) |
| 355 | (arguments | 354 | (arguments |
| 356 | `(#:phases | 355 | `(#:phases |
| 357 | (modify-phases %standard-phases | 356 | (modify-phases %standard-phases |
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 1ae97b256b8..b2717b8cdba 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm | |||
| @@ -191,7 +191,7 @@ in the Mozilla clients.") | |||
| 191 | (base32 | 191 | (base32 |
| 192 | "0knr99yc8sba2ga6x1gwhg9gr1dmgcl344g3bmxm8c364i2vpxns")) | 192 | "0knr99yc8sba2ga6x1gwhg9gr1dmgcl344g3bmxm8c364i2vpxns")) |
| 193 | ;; Create nss.pc and nss-config. | 193 | ;; Create nss.pc and nss-config. |
| 194 | (patches (list (search-patch "nss-pkgconfig.patch"))))) | 194 | (patches (search-patches "nss-pkgconfig.patch")))) |
| 195 | (build-system gnu-build-system) | 195 | (build-system gnu-build-system) |
| 196 | (outputs '("out" "bin")) | 196 | (outputs '("out" "bin")) |
| 197 | (arguments | 197 | (arguments |
| @@ -288,9 +288,9 @@ standards.") | |||
| 288 | (sha256 | 288 | (sha256 |
| 289 | (base32 | 289 | (base32 |
| 290 | "1wdmd6hasra36g86ha1dw8sl7a5mvr7c4jbjx4zyg9629y5gqr8g")) | 290 | "1wdmd6hasra36g86ha1dw8sl7a5mvr7c4jbjx4zyg9629y5gqr8g")) |
| 291 | (patches (map search-patch | 291 | (patches (search-patches |
| 292 | '("icecat-avoid-bundled-includes.patch" | 292 | "icecat-avoid-bundled-includes.patch" |
| 293 | "icecat-re-enable-DHE-cipher-suites.patch"))) | 293 | "icecat-re-enable-DHE-cipher-suites.patch")) |
| 294 | (modules '((guix build utils))) | 294 | (modules '((guix build utils))) |
| 295 | (snippet | 295 | (snippet |
| 296 | '(begin | 296 | '(begin |
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6edba5025dc..b3fd1b6af9b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -176,7 +176,7 @@ many more.") | |||
| 176 | (sha256 | 176 | (sha256 |
| 177 | (base32 | 177 | (base32 |
| 178 | "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c")) | 178 | "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c")) |
| 179 | (patches (map search-patch '("ilmbase-fix-tests.patch"))))) | 179 | (patches (search-patches "ilmbase-fix-tests.patch")))) |
| 180 | (build-system gnu-build-system) | 180 | (build-system gnu-build-system) |
| 181 | (home-page "http://www.openexr.com/") | 181 | (home-page "http://www.openexr.com/") |
| 182 | (synopsis "Utility C++ libraries for threads, maths, and exceptions") | 182 | (synopsis "Utility C++ libraries for threads, maths, and exceptions") |
| @@ -204,7 +204,7 @@ exception-handling library.") | |||
| 204 | '(substitute* (find-files "." "tmpDir\\.h") | 204 | '(substitute* (find-files "." "tmpDir\\.h") |
| 205 | (("\"/var/tmp/\"") | 205 | (("\"/var/tmp/\"") |
| 206 | "\"/tmp/\""))) | 206 | "\"/tmp/\""))) |
| 207 | (patches (list (search-patch "openexr-missing-samples.patch"))))) | 207 | (patches (search-patches "openexr-missing-samples.patch")))) |
| 208 | (build-system gnu-build-system) | 208 | (build-system gnu-build-system) |
| 209 | (arguments | 209 | (arguments |
| 210 | '(#:phases | 210 | '(#:phases |
| @@ -245,7 +245,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") | |||
| 245 | (sha256 | 245 | (sha256 |
| 246 | (base32 | 246 | (base32 |
| 247 | "0mn7cz19mn8dcrhkq15h25gl20ammr1wz0j2j3c2vxs6ph7zn8jy")) | 247 | "0mn7cz19mn8dcrhkq15h25gl20ammr1wz0j2j3c2vxs6ph7zn8jy")) |
| 248 | (patches (list (search-patch "openimageio-boost-1.60.patch"))))) | 248 | (patches (search-patches "openimageio-boost-1.60.patch")))) |
| 249 | (build-system cmake-build-system) | 249 | (build-system cmake-build-system) |
| 250 | ;; FIXME: To run all tests successfully, test image sets from multiple | 250 | ;; FIXME: To run all tests successfully, test image sets from multiple |
| 251 | ;; third party sources have to be present. For details see | 251 | ;; third party sources have to be present. For details see |
| @@ -385,7 +385,7 @@ and understanding different BRDFs (and other component functions).") | |||
| 385 | version ".tar.gz"))) | 385 | version ".tar.gz"))) |
| 386 | (sha256 | 386 | (sha256 |
| 387 | (base32 "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb")) | 387 | (base32 "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb")) |
| 388 | (patches (list (search-patch "agg-am_c_prototype.patch"))))) | 388 | (patches (search-patches "agg-am_c_prototype.patch")))) |
| 389 | (build-system gnu-build-system) | 389 | (build-system gnu-build-system) |
| 390 | (arguments | 390 | (arguments |
| 391 | '(#:configure-flags | 391 | '(#:configure-flags |
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm index 96d284c108c..5fc7ee83866 100644 --- a/gnu/packages/grub.scm +++ b/gnu/packages/grub.scm | |||
| @@ -83,9 +83,9 @@ | |||
| 83 | (sha256 | 83 | (sha256 |
| 84 | (base32 | 84 | (base32 |
| 85 | "0n64hpmsccvicagvr0c6v0kgp2yw0kgnd3jvsyd26cnwgs7c6kkq")) | 85 | "0n64hpmsccvicagvr0c6v0kgp2yw0kgnd3jvsyd26cnwgs7c6kkq")) |
| 86 | (patches (list (search-patch "grub-gets-undeclared.patch") | 86 | (patches (search-patches "grub-gets-undeclared.patch" |
| 87 | (search-patch "grub-freetype.patch") | 87 | "grub-freetype.patch" |
| 88 | (search-patch "grub-CVE-2015-8370.patch"))))) | 88 | "grub-CVE-2015-8370.patch")))) |
| 89 | (build-system gnu-build-system) | 89 | (build-system gnu-build-system) |
| 90 | (arguments | 90 | (arguments |
| 91 | '(#:configure-flags '("--disable-werror") | 91 | '(#:configure-flags '("--disable-werror") |
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 3bc4b8dc07b..255d885b273 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm | |||
| @@ -554,7 +554,7 @@ is part of the GNOME accessibility project.") | |||
| 554 | (sha256 | 554 | (sha256 |
| 555 | (base32 | 555 | (base32 |
| 556 | "0mj6xn40py9r9lvzg633fal81xfwfm89d9mvz7jk4lmwk0g49imj")) | 556 | "0mj6xn40py9r9lvzg633fal81xfwfm89d9mvz7jk4lmwk0g49imj")) |
| 557 | (patches (list (search-patch "gtk2-respect-GUIX_GTK2_PATH.patch"))))) | 557 | (patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch")))) |
| 558 | (build-system gnu-build-system) | 558 | (build-system gnu-build-system) |
| 559 | (outputs '("out" "doc")) | 559 | (outputs '("out" "doc")) |
| 560 | (propagated-inputs | 560 | (propagated-inputs |
| @@ -615,7 +615,7 @@ application suites.") | |||
| 615 | (sha256 | 615 | (sha256 |
| 616 | (base32 | 616 | (base32 |
| 617 | "0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx")) | 617 | "0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx")) |
| 618 | (patches (list (search-patch "gtk3-respect-GUIX_GTK3_PATH.patch"))))) | 618 | (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch")))) |
| 619 | (propagated-inputs | 619 | (propagated-inputs |
| 620 | `(("at-spi2-atk" ,at-spi2-atk) | 620 | `(("at-spi2-atk" ,at-spi2-atk) |
| 621 | ("atk" ,atk) | 621 | ("atk" ,atk) |
| @@ -752,7 +752,7 @@ exceptions, macros, and a dynamic programming environment.") | |||
| 752 | (sha256 | 752 | (sha256 |
| 753 | (base32 | 753 | (base32 |
| 754 | "136f236iw3yrrz6pkkp1ma9c5mrs5icqha6pnawinqpk892r3jh7")) | 754 | "136f236iw3yrrz6pkkp1ma9c5mrs5icqha6pnawinqpk892r3jh7")) |
| 755 | (patches (list (search-patch "guile-rsvg-pkgconfig.patch"))) | 755 | (patches (search-patches "guile-rsvg-pkgconfig.patch")) |
| 756 | (modules '((guix build utils))) | 756 | (modules '((guix build utils))) |
| 757 | (snippet | 757 | (snippet |
| 758 | '(substitute* (find-files "." "Makefile\\.am") | 758 | '(substitute* (find-files "." "Makefile\\.am") |
| @@ -791,7 +791,7 @@ images onto Cairo surfaces.") | |||
| 791 | (sha256 | 791 | (sha256 |
| 792 | (base32 | 792 | (base32 |
| 793 | "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m")) | 793 | "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m")) |
| 794 | (patches (list (search-patch "guile-present-coding.patch"))) | 794 | (patches (search-patches "guile-present-coding.patch")) |
| 795 | (modules '((guix build utils))) | 795 | (modules '((guix build utils))) |
| 796 | (snippet | 796 | (snippet |
| 797 | '(substitute* "Makefile.in" | 797 | '(substitute* "Makefile.in" |
| @@ -977,7 +977,7 @@ extensive documentation, including API reference and a tutorial.") | |||
| 977 | (sha256 | 977 | (sha256 |
| 978 | (base32 | 978 | (base32 |
| 979 | "1gjkf8x6hyx1skq3hhwcbvwifxvrf9qxis5vx8x5igmmgs70g94s")) | 979 | "1gjkf8x6hyx1skq3hhwcbvwifxvrf9qxis5vx8x5igmmgs70g94s")) |
| 980 | (patches (list (search-patch "pycairo-wscript.patch"))))) | 980 | (patches (search-patches "pycairo-wscript.patch")))) |
| 981 | (build-system waf-build-system) | 981 | (build-system waf-build-system) |
| 982 | (native-inputs | 982 | (native-inputs |
| 983 | `(("pkg-config" ,pkg-config) | 983 | `(("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index fe043cba0bb..e247634e044 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | (sha256 | 72 | (sha256 |
| 73 | (base32 | 73 | (base32 |
| 74 | "0l200a0v7h8bh0cwz6v7hc13ds39cgqsmfrks55b1rbj5vniyiy3")) | 74 | "0l200a0v7h8bh0cwz6v7hc13ds39cgqsmfrks55b1rbj5vniyiy3")) |
| 75 | (patches (list (search-patch "guile-1.8-cpp-4.5.patch"))))) | 75 | (patches (search-patches "guile-1.8-cpp-4.5.patch")))) |
| 76 | (build-system gnu-build-system) | 76 | (build-system gnu-build-system) |
| 77 | (arguments '(#:configure-flags '("--disable-error-on-warning") | 77 | (arguments '(#:configure-flags '("--disable-error-on-warning") |
| 78 | 78 | ||
| @@ -132,7 +132,7 @@ without requiring the source code to be rewritten.") | |||
| 132 | (sha256 | 132 | (sha256 |
| 133 | (base32 | 133 | (base32 |
| 134 | "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f")) | 134 | "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f")) |
| 135 | (patches (list (search-patch "guile-arm-fixes.patch"))))) | 135 | (patches (search-patches "guile-arm-fixes.patch")))) |
| 136 | (build-system gnu-build-system) | 136 | (build-system gnu-build-system) |
| 137 | (native-inputs `(("pkgconfig" ,pkg-config))) | 137 | (native-inputs `(("pkgconfig" ,pkg-config))) |
| 138 | (inputs `(("libffi" ,libffi) | 138 | (inputs `(("libffi" ,libffi) |
| @@ -410,7 +410,7 @@ library.") | |||
| 410 | (sha256 | 410 | (sha256 |
| 411 | (base32 | 411 | (base32 |
| 412 | "0zparwgf01jgl1x53ik71ghabldq6zz18ha4dscps1i0qrzgap1b")) | 412 | "0zparwgf01jgl1x53ik71ghabldq6zz18ha4dscps1i0qrzgap1b")) |
| 413 | (patches (list (search-patch "mcron-install.patch"))))) | 413 | (patches (search-patches "mcron-install.patch")))) |
| 414 | (build-system gnu-build-system) | 414 | (build-system gnu-build-system) |
| 415 | (native-inputs `(("pkg-config" ,pkg-config))) | 415 | (native-inputs `(("pkg-config" ,pkg-config))) |
| 416 | (inputs `(("ed" ,ed) ("which" ,which) ("guile" ,guile-2.0))) | 416 | (inputs `(("ed" ,ed) ("which" ,which) ("guile" ,guile-2.0))) |
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm index a6f5acd4f2d..fb33c761de6 100644 --- a/gnu/packages/icu4c.scm +++ b/gnu/packages/icu4c.scm | |||
| @@ -39,9 +39,9 @@ | |||
| 39 | "-src.tgz")) | 39 | "-src.tgz")) |
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 "0ys5f5spizg45qlaa31j2lhgry0jka2gfha527n4ndfxxz5j4sz1")) | 41 | (base32 "0ys5f5spizg45qlaa31j2lhgry0jka2gfha527n4ndfxxz5j4sz1")) |
| 42 | (patches (map search-patch '("icu4c-CVE-2014-6585.patch" | 42 | (patches (search-patches "icu4c-CVE-2014-6585.patch" |
| 43 | "icu4c-CVE-2015-1270.patch" | 43 | "icu4c-CVE-2015-1270.patch" |
| 44 | "icu4c-CVE-2015-4760.patch"))))) | 44 | "icu4c-CVE-2015-4760.patch")))) |
| 45 | (build-system gnu-build-system) | 45 | (build-system gnu-build-system) |
| 46 | (inputs | 46 | (inputs |
| 47 | `(("perl" ,perl))) | 47 | `(("perl" ,perl))) |
diff --git a/gnu/packages/idutils.scm b/gnu/packages/idutils.scm index 3dc322f568d..7a8e1c67521 100644 --- a/gnu/packages/idutils.scm +++ b/gnu/packages/idutils.scm | |||
| @@ -35,8 +35,7 @@ | |||
| 35 | (sha256 | 35 | (sha256 |
| 36 | (base32 | 36 | (base32 |
| 37 | "1hmai3422iaqnp34kkzxdnywl7n7pvlxp11vrw66ybxn9wxg90c1")) | 37 | "1hmai3422iaqnp34kkzxdnywl7n7pvlxp11vrw66ybxn9wxg90c1")) |
| 38 | (patches (list | 38 | (patches (search-patches "diffutils-gets-undeclared.patch")))) |
| 39 | (search-patch "diffutils-gets-undeclared.patch"))))) | ||
| 40 | (build-system gnu-build-system) | 39 | (build-system gnu-build-system) |
| 41 | (native-inputs `(("emacs" ,emacs-no-x))) | 40 | (native-inputs `(("emacs" ,emacs-no-x))) |
| 42 | (home-page "http://www.gnu.org/software/idutils/") | 41 | (home-page "http://www.gnu.org/software/idutils/") |
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 0343e45d6fe..aaddce1c70e 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -140,10 +140,10 @@ maximum quality factor.") | |||
| 140 | version ".tar.gz")) | 140 | version ".tar.gz")) |
| 141 | (sha256 (base32 | 141 | (sha256 (base32 |
| 142 | "136nf1rj9dp5jgv1p7z4dk0xy3wki1w0vfjbk82f645m0w4samsd")) | 142 | "136nf1rj9dp5jgv1p7z4dk0xy3wki1w0vfjbk82f645m0w4samsd")) |
| 143 | (patches (map search-patch | 143 | (patches (search-patches |
| 144 | '("libtiff-oob-accesses-in-decode.patch" | 144 | "libtiff-oob-accesses-in-decode.patch" |
| 145 | "libtiff-oob-write-in-nextdecode.patch" | 145 | "libtiff-oob-write-in-nextdecode.patch" |
| 146 | "libtiff-CVE-2015-8665+CVE-2015-8683.patch"))))) | 146 | "libtiff-CVE-2015-8665+CVE-2015-8683.patch")))) |
| 147 | (build-system gnu-build-system) | 147 | (build-system gnu-build-system) |
| 148 | (outputs '("out" | 148 | (outputs '("out" |
| 149 | "doc")) ;1.3 MiB of HTML documentation | 149 | "doc")) ;1.3 MiB of HTML documentation |
| @@ -178,18 +178,18 @@ collection of tools for doing simple manipulations of TIFF images.") | |||
| 178 | (sha256 | 178 | (sha256 |
| 179 | (base32 "1y3wba4q8pl7kr51212jwrsz1x6nslsx1gsjml1x0i8549lmqd2v")) | 179 | (base32 "1y3wba4q8pl7kr51212jwrsz1x6nslsx1gsjml1x0i8549lmqd2v")) |
| 180 | (patches | 180 | (patches |
| 181 | (map search-patch '("libwmf-CAN-2004-0941.patch" | 181 | (search-patches "libwmf-CAN-2004-0941.patch" |
| 182 | "libwmf-CVE-2006-3376.patch" | 182 | "libwmf-CVE-2006-3376.patch" |
| 183 | "libwmf-CVE-2007-0455.patch" | 183 | "libwmf-CVE-2007-0455.patch" |
| 184 | "libwmf-CVE-2007-2756.patch" | 184 | "libwmf-CVE-2007-2756.patch" |
| 185 | "libwmf-CVE-2007-3472.patch" | 185 | "libwmf-CVE-2007-3472.patch" |
| 186 | "libwmf-CVE-2007-3473.patch" | 186 | "libwmf-CVE-2007-3473.patch" |
| 187 | "libwmf-CVE-2007-3477.patch" | 187 | "libwmf-CVE-2007-3477.patch" |
| 188 | "libwmf-CVE-2009-1364.patch" | 188 | "libwmf-CVE-2009-1364.patch" |
| 189 | "libwmf-CVE-2009-3546.patch" | 189 | "libwmf-CVE-2009-3546.patch" |
| 190 | "libwmf-CVE-2015-0848+CVE-2015-4588.patch" | 190 | "libwmf-CVE-2015-0848+CVE-2015-4588.patch" |
| 191 | "libwmf-CVE-2015-4695.patch" | 191 | "libwmf-CVE-2015-4695.patch" |
| 192 | "libwmf-CVE-2015-4696.patch"))))) | 192 | "libwmf-CVE-2015-4696.patch")))) |
| 193 | 193 | ||
| 194 | (build-system gnu-build-system) | 194 | (build-system gnu-build-system) |
| 195 | (inputs | 195 | (inputs |
| @@ -291,7 +291,7 @@ arithmetic ops.") | |||
| 291 | version ".tar.gz")) | 291 | version ".tar.gz")) |
| 292 | (sha256 | 292 | (sha256 |
| 293 | (base32 "1ffhgmf2fqzk0h4k736pp06z7q5y4x41fg844bd6a9vgncq86bby")) | 293 | (base32 "1ffhgmf2fqzk0h4k736pp06z7q5y4x41fg844bd6a9vgncq86bby")) |
| 294 | (patches (list (search-patch "jbig2dec-ignore-testtest.patch"))))) | 294 | (patches (search-patches "jbig2dec-ignore-testtest.patch")))) |
| 295 | 295 | ||
| 296 | (build-system gnu-build-system) | 296 | (build-system gnu-build-system) |
| 297 | (synopsis "Decoder of the JBIG2 image compression format") | 297 | (synopsis "Decoder of the JBIG2 image compression format") |
| @@ -320,8 +320,8 @@ work.") | |||
| 320 | version ".tar.gz")) | 320 | version ".tar.gz")) |
| 321 | (sha256 | 321 | (sha256 |
| 322 | (base32 "00zzm303zvv4ijzancrsb1cqbph3pgz0nky92k9qx3fq9y0vnchj")) | 322 | (base32 "00zzm303zvv4ijzancrsb1cqbph3pgz0nky92k9qx3fq9y0vnchj")) |
| 323 | (patches (map search-patch '("openjpeg-use-after-free-fix.patch" | 323 | (patches (search-patches "openjpeg-use-after-free-fix.patch" |
| 324 | "openjpeg-CVE-2015-6581.patch"))))) | 324 | "openjpeg-CVE-2015-6581.patch")))) |
| 325 | (build-system cmake-build-system) | 325 | (build-system cmake-build-system) |
| 326 | (arguments | 326 | (arguments |
| 327 | ;; Trying to run `$ make check' results in a no rule fault. | 327 | ;; Trying to run `$ make check' results in a no rule fault. |
| @@ -357,8 +357,8 @@ error-resilience, a Java-viewer for j2k-images, ...") | |||
| 357 | version ".tar.gz")) | 357 | version ".tar.gz")) |
| 358 | (sha256 | 358 | (sha256 |
| 359 | (base32 "1c2xc3nl2mg511b63rk7hrckmy14681p1m44mzw3n1fyqnjm0b0z")) | 359 | (base32 "1c2xc3nl2mg511b63rk7hrckmy14681p1m44mzw3n1fyqnjm0b0z")) |
| 360 | (patches (map search-patch '("openjpeg-use-after-free-fix.patch" | 360 | (patches (search-patches "openjpeg-use-after-free-fix.patch" |
| 361 | "openjpeg-CVE-2015-6581.patch"))))))) | 361 | "openjpeg-CVE-2015-6581.patch")))))) |
| 362 | 362 | ||
| 363 | (define-public openjpeg-1 | 363 | (define-public openjpeg-1 |
| 364 | (package (inherit openjpeg) | 364 | (package (inherit openjpeg) |
| @@ -520,7 +520,7 @@ supplies a generic doubly-linked list and some string functions.") | |||
| 520 | (sha256 | 520 | (sha256 |
| 521 | (base32 | 521 | (base32 |
| 522 | "12bz57asdcfsz3zr9i9nska0fb6h3z2aizy412qjqkixkginbz7v")) | 522 | "12bz57asdcfsz3zr9i9nska0fb6h3z2aizy412qjqkixkginbz7v")) |
| 523 | (patches (list (search-patch "freeimage-CVE-2015-0852.patch"))))) | 523 | (patches (search-patches "freeimage-CVE-2015-0852.patch")))) |
| 524 | (build-system gnu-build-system) | 524 | (build-system gnu-build-system) |
| 525 | (arguments | 525 | (arguments |
| 526 | '(#:phases (alist-delete | 526 | '(#:phases (alist-delete |
| @@ -673,7 +673,7 @@ channels.") | |||
| 673 | "1zd850nn7nvkkhasrv7kn17kzgslr5ry933v6db62s4lr0zzlbv8")) | 673 | "1zd850nn7nvkkhasrv7kn17kzgslr5ry933v6db62s4lr0zzlbv8")) |
| 674 | ;; Backported from upstream: | 674 | ;; Backported from upstream: |
| 675 | ;; https://github.com/DentonW/DevIL/commit/724194d7a9a91221a564579f64bdd6f0abd64219.patch | 675 | ;; https://github.com/DentonW/DevIL/commit/724194d7a9a91221a564579f64bdd6f0abd64219.patch |
| 676 | (patches (list (search-patch "devil-fix-libpng.patch"))) | 676 | (patches (search-patches "devil-fix-libpng.patch")) |
| 677 | (modules '((guix build utils))) | 677 | (modules '((guix build utils))) |
| 678 | (snippet | 678 | (snippet |
| 679 | ;; Fix old lcms include directives and lib flags. | 679 | ;; Fix old lcms include directives and lib flags. |
| @@ -723,21 +723,20 @@ convert, manipulate, filter and display a wide variety of image formats.") | |||
| 723 | (sha256 | 723 | (sha256 |
| 724 | (base32 | 724 | (base32 |
| 725 | "154l7zk7yh3v8l2l6zm5s2alvd2fzkp6c9i18iajfbna5af5m43b")) | 725 | "154l7zk7yh3v8l2l6zm5s2alvd2fzkp6c9i18iajfbna5af5m43b")) |
| 726 | (patches | 726 | (patches (search-patches |
| 727 | (list | 727 | "jasper-CVE-2007-2721.patch" |
| 728 | (search-patch "jasper-CVE-2007-2721.patch") | 728 | "jasper-CVE-2008-3520.patch" |
| 729 | (search-patch "jasper-CVE-2008-3520.patch") | 729 | "jasper-CVE-2008-3522.patch" |
| 730 | (search-patch "jasper-CVE-2008-3522.patch") | 730 | "jasper-CVE-2011-4516-and-CVE-2011-4517.patch" |
| 731 | (search-patch "jasper-CVE-2011-4516-and-CVE-2011-4517.patch") | 731 | "jasper-CVE-2014-8137.patch" |
| 732 | (search-patch "jasper-CVE-2014-8137.patch") | 732 | "jasper-CVE-2014-8138.patch" |
| 733 | (search-patch "jasper-CVE-2014-8138.patch") | 733 | "jasper-CVE-2014-8157.patch" |
| 734 | (search-patch "jasper-CVE-2014-8157.patch") | 734 | "jasper-CVE-2014-8158.patch" |
| 735 | (search-patch "jasper-CVE-2014-8158.patch") | 735 | "jasper-CVE-2014-9029.patch" |
| 736 | (search-patch "jasper-CVE-2014-9029.patch") | 736 | "jasper-CVE-2016-1577.patch" |
| 737 | (search-patch "jasper-CVE-2016-1577.patch") | 737 | "jasper-CVE-2016-1867.patch" |
| 738 | (search-patch "jasper-CVE-2016-1867.patch") | 738 | "jasper-CVE-2016-2089.patch" |
| 739 | (search-patch "jasper-CVE-2016-2089.patch") | 739 | "jasper-CVE-2016-2116.patch")))) |
| 740 | (search-patch "jasper-CVE-2016-2116.patch"))))) | ||
| 741 | (build-system gnu-build-system) | 740 | (build-system gnu-build-system) |
| 742 | (native-inputs | 741 | (native-inputs |
| 743 | `(("unzip" ,unzip))) | 742 | `(("unzip" ,unzip))) |
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index a68e9aa159d..2bdc333d91c 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | (sha256 | 48 | (sha256 |
| 49 | (base32 | 49 | (base32 |
| 50 | "159afhqrj22jlz745ccbgnkdiwvn8pjcc96jic0iv9ms7gqxwln5")) | 50 | "159afhqrj22jlz745ccbgnkdiwvn8pjcc96jic0iv9ms7gqxwln5")) |
| 51 | (patches (list (search-patch "imagemagick-test-segv.patch"))))) | 51 | (patches (search-patches "imagemagick-test-segv.patch")))) |
| 52 | (build-system gnu-build-system) | 52 | (build-system gnu-build-system) |
| 53 | (arguments | 53 | (arguments |
| 54 | `(#:configure-flags '("--with-frozenpaths") | 54 | `(#:configure-flags '("--with-frozenpaths") |
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index a17330ec638..5744c0dcdcc 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm | |||
| @@ -142,7 +142,7 @@ SILC and ICB protocols via plugins.") | |||
| 142 | (sha256 | 142 | (sha256 |
| 143 | (base32 | 143 | (base32 |
| 144 | "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai")) | 144 | "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai")) |
| 145 | (patches (list (search-patch "weechat-python.patch"))))) | 145 | (patches (search-patches "weechat-python.patch")))) |
| 146 | (build-system gnu-build-system) | 146 | (build-system gnu-build-system) |
| 147 | (native-inputs `(("autoconf" ,autoconf) | 147 | (native-inputs `(("autoconf" ,autoconf) |
| 148 | ("pkg-config" ,pkg-config) | 148 | ("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm index 66da63581c8..1709f59f4cf 100644 --- a/gnu/packages/ldc.scm +++ b/gnu/packages/ldc.scm | |||
| @@ -129,7 +129,7 @@ and freshness without requiring additional information from the user.") | |||
| 129 | (sha256 | 129 | (sha256 |
| 130 | (base32 | 130 | (base32 |
| 131 | "0sgdj0536c4nb118yiw1f8lqy5d3g3lpg9l99l165lk9xy45l9z4")) | 131 | "0sgdj0536c4nb118yiw1f8lqy5d3g3lpg9l99l165lk9xy45l9z4")) |
| 132 | (patches (list (search-patch "ldc-disable-tests.patch"))))) | 132 | (patches (search-patches "ldc-disable-tests.patch")))) |
| 133 | ("druntime-src" | 133 | ("druntime-src" |
| 134 | ,(origin | 134 | ,(origin |
| 135 | (method url-fetch) | 135 | (method url-fetch) |
diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index bfa7715160e..6bac0bcd5bd 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | ;; his pleasure. | 64 | ;; his pleasure. |
| 65 | (patch-flags '("-p0")) | 65 | (patch-flags '("-p0")) |
| 66 | (patches | 66 | (patches |
| 67 | (list (search-patch "libcanberra-sound-theme-freedesktop.patch"))))) | 67 | (search-patches "libcanberra-sound-theme-freedesktop.patch")))) |
| 68 | (build-system gnu-build-system) | 68 | (build-system gnu-build-system) |
| 69 | (inputs | 69 | (inputs |
| 70 | `(("alsa-lib" ,alsa-lib) | 70 | `(("alsa-lib" ,alsa-lib) |
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 7b3ae6fadd6..fab6b5c993a 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | (sha256 | 42 | (sha256 |
| 43 | (base32 | 43 | (base32 |
| 44 | "18qz9qfwrkakmazdlwxvjmw8p76g70n3faikwvdwznns1agw9hki")) | 44 | "18qz9qfwrkakmazdlwxvjmw8p76g70n3faikwvdwznns1agw9hki")) |
| 45 | (patches (list (search-patch "libevent-dns-tests.patch"))))) | 45 | (patches (search-patches "libevent-dns-tests.patch")))) |
| 46 | (build-system gnu-build-system) | 46 | (build-system gnu-build-system) |
| 47 | (inputs | 47 | (inputs |
| 48 | `(;; Dependencies used for the tests and for `event_rpcgen.py'. | 48 | `(;; Dependencies used for the tests and for `event_rpcgen.py'. |
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 9d58a267b68..5256c490351 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm | |||
| @@ -250,7 +250,7 @@ working with graphics in the WPG (WordPerfect Graphics) format.") | |||
| 250 | version ".tar.gz")) | 250 | version ".tar.gz")) |
| 251 | (sha256 (base32 | 251 | (sha256 (base32 |
| 252 | "1dprvk4fibylv24l7gr49gfqbkfgmxynvgssvdcycgpf7n8h4zm8")) | 252 | "1dprvk4fibylv24l7gr49gfqbkfgmxynvgssvdcycgpf7n8h4zm8")) |
| 253 | (patches (list (search-patch "libcmis-fix-test-onedrive.patch"))))) | 253 | (patches (search-patches "libcmis-fix-test-onedrive.patch")))) |
| 254 | (build-system gnu-build-system) | 254 | (build-system gnu-build-system) |
| 255 | (native-inputs | 255 | (native-inputs |
| 256 | `(("cppunit" ,cppunit) | 256 | `(("cppunit" ,cppunit) |
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm index ab3496277ab..cda83b2bc00 100644 --- a/gnu/packages/libunwind.scm +++ b/gnu/packages/libunwind.scm | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | (sha256 | 35 | (sha256 |
| 36 | (base32 | 36 | (base32 |
| 37 | "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx")) | 37 | "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx")) |
| 38 | (patches (list (search-patch "libunwind-CVE-2015-3239.patch"))))) | 38 | (patches (search-patches "libunwind-CVE-2015-3239.patch")))) |
| 39 | (build-system gnu-build-system) | 39 | (build-system gnu-build-system) |
| 40 | (arguments | 40 | (arguments |
| 41 | ;; FIXME: As of glibc 2.17, we get 3 out of 34 test failures. | 41 | ;; FIXME: As of glibc 2.17, we get 3 out of 34 test failures. |
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index c3427e7f6f9..61136791d36 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm | |||
| @@ -98,7 +98,7 @@ version of libusb to run with newer libusb.") | |||
| 98 | (sha256 | 98 | (sha256 |
| 99 | (base32 | 99 | (base32 |
| 100 | "12dinqic0ljnhrwx3rc61jc7q24ybr0mckc2ya5kh1s1np0d7w93")) | 100 | "12dinqic0ljnhrwx3rc61jc7q24ybr0mckc2ya5kh1s1np0d7w93")) |
| 101 | (patches (list (search-patch "libmtp-devices.patch"))))) | 101 | (patches (search-patches "libmtp-devices.patch")))) |
| 102 | (build-system gnu-build-system) | 102 | (build-system gnu-build-system) |
| 103 | (native-inputs | 103 | (native-inputs |
| 104 | `(("pkg-config" ,pkg-config))) | 104 | `(("pkg-config" ,pkg-config))) |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 31554c01dfc..86594716234 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -170,8 +170,7 @@ | |||
| 170 | (sha256 | 170 | (sha256 |
| 171 | (base32 | 171 | (base32 |
| 172 | "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1")) | 172 | "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1")) |
| 173 | (patches | 173 | (patches (search-patches "module-init-tools-moduledir.patch")))) |
| 174 | (list (search-patch "module-init-tools-moduledir.patch"))))) | ||
| 175 | (build-system gnu-build-system) | 174 | (build-system gnu-build-system) |
| 176 | (arguments | 175 | (arguments |
| 177 | ;; FIXME: The upstream tarball lacks man pages, and building them would | 176 | ;; FIXME: The upstream tarball lacks man pages, and building them would |
| @@ -453,7 +452,7 @@ providing the system administrator with some help in common tasks.") | |||
| 453 | (sha256 | 452 | (sha256 |
| 454 | (base32 | 453 | (base32 |
| 455 | "1ivdx1bhjbakf77agm9dn3wyxia1wgz9lzxgd61zqxw3xzih9gzw")) | 454 | "1ivdx1bhjbakf77agm9dn3wyxia1wgz9lzxgd61zqxw3xzih9gzw")) |
| 456 | (patches (list (search-patch "util-linux-tests.patch"))) | 455 | (patches (search-patches "util-linux-tests.patch")) |
| 457 | (modules '((guix build utils))) | 456 | (modules '((guix build utils))) |
| 458 | (snippet | 457 | (snippet |
| 459 | ;; We take the 'logger' program from GNU Inetutils and 'kill' | 458 | ;; We take the 'logger' program from GNU Inetutils and 'kill' |
| @@ -820,7 +819,7 @@ intercept and print the system calls executed by the program.") | |||
| 820 | (sha256 | 819 | (sha256 |
| 821 | (base32 | 820 | (base32 |
| 822 | "0fx057746dj7rjdi0jnvx2m9b0y1lgdkh1hks87d8w32xyihf3k9")) | 821 | "0fx057746dj7rjdi0jnvx2m9b0y1lgdkh1hks87d8w32xyihf3k9")) |
| 823 | (patches (list (search-patch "alsa-lib-mips-atomic-fix.patch"))))) | 822 | (patches (search-patches "alsa-lib-mips-atomic-fix.patch")))) |
| 824 | (build-system gnu-build-system) | 823 | (build-system gnu-build-system) |
| 825 | (home-page "http://www.alsa-project.org/") | 824 | (home-page "http://www.alsa-project.org/") |
| 826 | (synopsis "The Advanced Linux Sound Architecture libraries") | 825 | (synopsis "The Advanced Linux Sound Architecture libraries") |
| @@ -981,8 +980,7 @@ manpages.") | |||
| 981 | (sha256 | 980 | (sha256 |
| 982 | (base32 | 981 | (base32 |
| 983 | "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s")) | 982 | "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s")) |
| 984 | (patches | 983 | (patches (search-patches "net-tools-bitrot.patch")))) |
| 985 | (list (search-patch "net-tools-bitrot.patch"))))) | ||
| 986 | (build-system gnu-build-system) | 984 | (build-system gnu-build-system) |
| 987 | (arguments | 985 | (arguments |
| 988 | '(#:modules ((guix build gnu-build-system) | 986 | '(#:modules ((guix build gnu-build-system) |
| @@ -1564,7 +1562,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") | |||
| 1564 | (sha256 | 1562 | (sha256 |
| 1565 | (base32 | 1563 | (base32 |
| 1566 | "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv")) | 1564 | "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv")) |
| 1567 | (patches (list (search-patch "kmod-module-directory.patch"))))) | 1565 | (patches (search-patches "kmod-module-directory.patch")))) |
| 1568 | (build-system gnu-build-system) | 1566 | (build-system gnu-build-system) |
| 1569 | (native-inputs | 1567 | (native-inputs |
| 1570 | `(("pkg-config" ,pkg-config))) | 1568 | `(("pkg-config" ,pkg-config))) |
| @@ -1609,7 +1607,7 @@ from the module-init-tools project.") | |||
| 1609 | (sha256 | 1607 | (sha256 |
| 1610 | (base32 | 1608 | (base32 |
| 1611 | "0akg9gcc3c2p56xbhlvbybqavcprly5q0bvk655zwl6d62j8an7p")) | 1609 | "0akg9gcc3c2p56xbhlvbybqavcprly5q0bvk655zwl6d62j8an7p")) |
| 1612 | (patches (list (search-patch "eudev-rules-directory.patch"))))) | 1610 | (patches (search-patches "eudev-rules-directory.patch")))) |
| 1613 | (build-system gnu-build-system) | 1611 | (build-system gnu-build-system) |
| 1614 | (native-inputs | 1612 | (native-inputs |
| 1615 | `(("pkg-config" ,pkg-config) | 1613 | `(("pkg-config" ,pkg-config) |
| @@ -1743,7 +1741,7 @@ interface.") | |||
| 1743 | (sha256 | 1741 | (sha256 |
| 1744 | (base32 | 1742 | (base32 |
| 1745 | "1gydiqgb08d9gbx4l6gv98zg3pljc984m50hmn3ysxcbkxkvkz23")) | 1743 | "1gydiqgb08d9gbx4l6gv98zg3pljc984m50hmn3ysxcbkxkvkz23")) |
| 1746 | (patches (list (search-patch "crda-optional-gcrypt.patch"))))) | 1744 | (patches (search-patches "crda-optional-gcrypt.patch")))) |
| 1747 | (build-system gnu-build-system) | 1745 | (build-system gnu-build-system) |
| 1748 | (arguments | 1746 | (arguments |
| 1749 | '(#:phases (modify-phases %standard-phases | 1747 | '(#:phases (modify-phases %standard-phases |
| @@ -1861,7 +1859,7 @@ country-specific regulations for the wireless spectrum.") | |||
| 1861 | (sha256 | 1859 | (sha256 |
| 1862 | (base32 | 1860 | (base32 |
| 1863 | "1ksgrynxgrq590nb2fwxrl1gwzisjkqlyg3ljfd1al0ibrk6mbjx")) | 1861 | "1ksgrynxgrq590nb2fwxrl1gwzisjkqlyg3ljfd1al0ibrk6mbjx")) |
| 1864 | (patches (list (search-patch "lm-sensors-hwmon-attrs.patch"))))) | 1862 | (patches (search-patches "lm-sensors-hwmon-attrs.patch")))) |
| 1865 | (build-system gnu-build-system) | 1863 | (build-system gnu-build-system) |
| 1866 | (inputs `(("rrdtool" ,rrdtool) | 1864 | (inputs `(("rrdtool" ,rrdtool) |
| 1867 | ("perl" ,perl) | 1865 | ("perl" ,perl) |
| @@ -2201,7 +2199,7 @@ also contains the libsysfs library.") | |||
| 2201 | version ".tar.gz")) | 2199 | version ".tar.gz")) |
| 2202 | (sha256 | 2200 | (sha256 |
| 2203 | (base32 "0qfqv7nqmjfr3p0bwrdlxkiqwqr7vmx053cadaa548ybqbghxmvm")) | 2201 | (base32 "0qfqv7nqmjfr3p0bwrdlxkiqwqr7vmx053cadaa548ybqbghxmvm")) |
| 2204 | (patches (list (search-patch "cpufrequtils-fix-aclocal.patch"))))) | 2202 | (patches (search-patches "cpufrequtils-fix-aclocal.patch")))) |
| 2205 | (build-system gnu-build-system) | 2203 | (build-system gnu-build-system) |
| 2206 | (native-inputs | 2204 | (native-inputs |
| 2207 | `(("sysfsutils" ,sysfsutils-1))) | 2205 | `(("sysfsutils" ,sysfsutils-1))) |
| @@ -2298,7 +2296,7 @@ MPEG-2 and audio over Linux IEEE 1394.") | |||
| 2298 | (sha256 | 2296 | (sha256 |
| 2299 | (base32 | 2297 | (base32 |
| 2300 | "132vdvh3myjgcjn6i9w90ck16ddjxjcszklzkyvr4f5ifqd7wfhg")) | 2298 | "132vdvh3myjgcjn6i9w90ck16ddjxjcszklzkyvr4f5ifqd7wfhg")) |
| 2301 | (patches (list (search-patch "mdadm-gcc-4.9-fix.patch"))))) | 2299 | (patches (search-patches "mdadm-gcc-4.9-fix.patch")))) |
| 2302 | (build-system gnu-build-system) | 2300 | (build-system gnu-build-system) |
| 2303 | (inputs | 2301 | (inputs |
| 2304 | `(("udev" ,eudev))) | 2302 | `(("udev" ,eudev))) |
diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm index f8828d3f03d..b0778255291 100644 --- a/gnu/packages/lirc.scm +++ b/gnu/packages/lirc.scm | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (sha256 | 39 | (sha256 |
| 40 | (base32 | 40 | (base32 |
| 41 | "19c6ldjsdnk1md66q3nb035ja1xj217k8iabhxpsb8rs10a6kwi6")) | 41 | "19c6ldjsdnk1md66q3nb035ja1xj217k8iabhxpsb8rs10a6kwi6")) |
| 42 | (patches (list (search-patch "lirc-localstatedir.patch"))))) | 42 | (patches (search-patches "lirc-localstatedir.patch")))) |
| 43 | (build-system gnu-build-system) | 43 | (build-system gnu-build-system) |
| 44 | (arguments | 44 | (arguments |
| 45 | '(#:configure-flags '("--localstatedir=/var"))) | 45 | '(#:configure-flags '("--localstatedir=/var"))) |
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index d5e5ed65ada..3bf019fa835 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm | |||
| @@ -102,7 +102,7 @@ compiler. In LLVM this library is called \"compiler-rt\".") | |||
| 102 | (uri (string-append "http://llvm.org/releases/" | 102 | (uri (string-append "http://llvm.org/releases/" |
| 103 | version "/cfe-" version ".src.tar.xz")) | 103 | version "/cfe-" version ".src.tar.xz")) |
| 104 | (sha256 (base32 hash)) | 104 | (sha256 (base32 hash)) |
| 105 | (patches (list (search-patch "clang-libc-search-path.patch"))))) | 105 | (patches (search-patches "clang-libc-search-path.patch")))) |
| 106 | ;; Using cmake allows us to treat llvm as an external library. There | 106 | ;; Using cmake allows us to treat llvm as an external library. There |
| 107 | ;; doesn't seem to be any way to do this with clang's autotools-based | 107 | ;; doesn't seem to be any way to do this with clang's autotools-based |
| 108 | ;; build system. | 108 | ;; build system. |
diff --git a/gnu/packages/lsh.scm b/gnu/packages/lsh.scm index 3b6487f38c4..bb941365a97 100644 --- a/gnu/packages/lsh.scm +++ b/gnu/packages/lsh.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | (sha256 | 44 | (sha256 |
| 45 | (base32 | 45 | (base32 |
| 46 | "0z6rlalhvfca64jpvksppc9bdhs7jwhiw4y35g5ibvh91xp3rn1l")) | 46 | "0z6rlalhvfca64jpvksppc9bdhs7jwhiw4y35g5ibvh91xp3rn1l")) |
| 47 | (patches (list (search-patch "liboop-mips64-deplibs-fix.patch"))))) | 47 | (patches (search-patches "liboop-mips64-deplibs-fix.patch")))) |
| 48 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 49 | (home-page "http://www.lysator.liu.se/liboop/") | 49 | (home-page "http://www.lysator.liu.se/liboop/") |
| 50 | (synopsis "Event loop library") | 50 | (synopsis "Event loop library") |
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index fcb41831ebf..17874f86ab7 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -37,8 +37,8 @@ | |||
| 37 | version ".tar.gz")) | 37 | version ".tar.gz")) |
| 38 | (sha256 | 38 | (sha256 |
| 39 | (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk")) | 39 | (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk")) |
| 40 | (patches (list (search-patch "lua-pkgconfig.patch") | 40 | (patches (search-patches "lua-pkgconfig.patch" |
| 41 | (search-patch "lua52-liblua-so.patch"))))) | 41 | "lua52-liblua-so.patch")))) |
| 42 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 43 | (inputs `(("readline" ,readline))) | 43 | (inputs `(("readline" ,readline))) |
| 44 | (arguments | 44 | (arguments |
| @@ -78,7 +78,7 @@ for configuration, scripting, and rapid prototyping.") | |||
| 78 | version ".tar.gz")) | 78 | version ".tar.gz")) |
| 79 | (sha256 | 79 | (sha256 |
| 80 | (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16")) | 80 | (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16")) |
| 81 | (patches (list (search-patch "lua51-liblua-so.patch"))))))) | 81 | (patches (search-patches "lua51-liblua-so.patch")))))) |
| 82 | 82 | ||
| 83 | (define-public luajit | 83 | (define-public luajit |
| 84 | (package | 84 | (package |
| @@ -90,8 +90,8 @@ for configuration, scripting, and rapid prototyping.") | |||
| 90 | version ".tar.gz")) | 90 | version ".tar.gz")) |
| 91 | (sha256 | 91 | (sha256 |
| 92 | (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm")) | 92 | (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm")) |
| 93 | (patches (list (search-patch "luajit-symlinks.patch") | 93 | (patches (search-patches "luajit-symlinks.patch" |
| 94 | (search-patch "luajit-no_ldconfig.patch"))))) | 94 | "luajit-no_ldconfig.patch")))) |
| 95 | (build-system gnu-build-system) | 95 | (build-system gnu-build-system) |
| 96 | (arguments | 96 | (arguments |
| 97 | '(#:tests? #f ;luajit is distributed without tests | 97 | '(#:tests? #f ;luajit is distributed without tests |
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 677b580bed2..38a7aea1372 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm | |||
| @@ -69,7 +69,7 @@ in Qt.") | |||
| 69 | (sha256 | 69 | (sha256 |
| 70 | (base32 | 70 | (base32 |
| 71 | "0ljdzqavvy82qwwwnhg2bgbshl2ns0k2lcswxlx1cfc8rcdr9w5l")) | 71 | "0ljdzqavvy82qwwwnhg2bgbshl2ns0k2lcswxlx1cfc8rcdr9w5l")) |
| 72 | (patches (map search-patch '("liblxqt-include.patch"))))) | 72 | (patches (search-patches "liblxqt-include.patch")))) |
| 73 | (build-system cmake-build-system) | 73 | (build-system cmake-build-system) |
| 74 | (arguments | 74 | (arguments |
| 75 | `(#:tests? #f)) | 75 | `(#:tests? #f)) |
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e5eefc7c4cc..fd379b79684 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | (sha256 | 92 | (sha256 |
| 93 | (base32 | 93 | (base32 |
| 94 | "0szbqa12zqzldqyw97lxqax3ja2adis83i7brdfsxmrfw68iaf65")) | 94 | "0szbqa12zqzldqyw97lxqax3ja2adis83i7brdfsxmrfw68iaf65")) |
| 95 | (patches (list (search-patch "m4-gets-undeclared.patch"))))) | 95 | (patches (search-patches "m4-gets-undeclared.patch")))) |
| 96 | (build-system gnu-build-system) | 96 | (build-system gnu-build-system) |
| 97 | (arguments | 97 | (arguments |
| 98 | '(;; TODO: Add `--with-sql'. | 98 | '(;; TODO: Add `--with-sql'. |
| @@ -185,7 +185,7 @@ aliasing facilities to work just as they would on normal mail.") | |||
| 185 | (sha256 | 185 | (sha256 |
| 186 | (base32 | 186 | (base32 |
| 187 | "06bc2drbgalkk68rzg7hq2v5m5qgjxff5357wg0419dpi8ivdbr9")) | 187 | "06bc2drbgalkk68rzg7hq2v5m5qgjxff5357wg0419dpi8ivdbr9")) |
| 188 | (patches (list (search-patch "mutt-store-references.patch"))))) | 188 | (patches (search-patches "mutt-store-references.patch")))) |
| 189 | (build-system gnu-build-system) | 189 | (build-system gnu-build-system) |
| 190 | (inputs | 190 | (inputs |
| 191 | `(("cyrus-sasl" ,cyrus-sasl) | 191 | `(("cyrus-sasl" ,cyrus-sasl) |
| @@ -1129,9 +1129,7 @@ deliver it in various ways.") | |||
| 1129 | ;; The following patch fixes an ambiguous definition of | 1129 | ;; The following patch fixes an ambiguous definition of |
| 1130 | ;; getline() in formail.c. The patch is provided by Debian as | 1130 | ;; getline() in formail.c. The patch is provided by Debian as |
| 1131 | ;; patch 24. | 1131 | ;; patch 24. |
| 1132 | (patches | 1132 | (patches (search-patches "procmail-ambiguous-getline-debian.patch")))) |
| 1133 | (list | ||
| 1134 | (search-patch "procmail-ambiguous-getline-debian.patch"))))) | ||
| 1135 | (arguments | 1133 | (arguments |
| 1136 | `(#:phases (modify-phases %standard-phases | 1134 | `(#:phases (modify-phases %standard-phases |
| 1137 | (replace 'configure | 1135 | (replace 'configure |
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a673a55eaa5..d009905346c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -777,7 +777,7 @@ arising after the discretization of partial differential equations.") | |||
| 777 | (sha256 | 777 | (sha256 |
| 778 | (base32 | 778 | (base32 |
| 779 | "1820jfp3mbl7n85765v5mp6p0gzqpgr4d2lrnhwj4gl7cwp5ndah")) | 779 | "1820jfp3mbl7n85765v5mp6p0gzqpgr4d2lrnhwj4gl7cwp5ndah")) |
| 780 | (patches (list (search-patch "mumps-build-parallelism.patch"))))) | 780 | (patches (search-patches "mumps-build-parallelism.patch")))) |
| 781 | (build-system gnu-build-system) | 781 | (build-system gnu-build-system) |
| 782 | (inputs | 782 | (inputs |
| 783 | `(("fortran" ,gfortran) | 783 | `(("fortran" ,gfortran) |
| @@ -1044,7 +1044,7 @@ also provides threshold-based ILU factorization preconditioners.") | |||
| 1044 | "superlu_dist_" version ".tar.gz")) | 1044 | "superlu_dist_" version ".tar.gz")) |
| 1045 | (sha256 | 1045 | (sha256 |
| 1046 | (base32 "1hnak09yxxp026blq8zhrl7685yip16svwngh1wysqxf8z48vzfj")) | 1046 | (base32 "1hnak09yxxp026blq8zhrl7685yip16svwngh1wysqxf8z48vzfj")) |
| 1047 | (patches (list (search-patch "superlu-dist-scotchmetis.patch"))))) | 1047 | (patches (search-patches "superlu-dist-scotchmetis.patch")))) |
| 1048 | (build-system gnu-build-system) | 1048 | (build-system gnu-build-system) |
| 1049 | (native-inputs | 1049 | (native-inputs |
| 1050 | `(("tcsh" ,tcsh))) | 1050 | `(("tcsh" ,tcsh))) |
| @@ -1145,8 +1145,8 @@ implemented in ANSI C, and MPI for communications.") | |||
| 1145 | "scotch_" version ".tar.gz")) | 1145 | "scotch_" version ".tar.gz")) |
| 1146 | (sha256 | 1146 | (sha256 |
| 1147 | (base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm")) | 1147 | (base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm")) |
| 1148 | (patches (list (search-patch "scotch-test-threading.patch") | 1148 | (patches (search-patches "scotch-test-threading.patch" |
| 1149 | (search-patch "pt-scotch-build-parallelism.patch"))))) | 1149 | "pt-scotch-build-parallelism.patch")))) |
| 1150 | (build-system gnu-build-system) | 1150 | (build-system gnu-build-system) |
| 1151 | (inputs | 1151 | (inputs |
| 1152 | `(("zlib" ,zlib) | 1152 | `(("zlib" ,zlib) |
| @@ -1371,7 +1371,7 @@ to BMP, JPEG or PNG image formats.") | |||
| 1371 | (sha256 | 1371 | (sha256 |
| 1372 | (base32 | 1372 | (base32 |
| 1373 | "0x1rk659sn3cq0n5c90848ilzr1gb1wf0072fl6jhkdq00qgh2s0")) | 1373 | "0x1rk659sn3cq0n5c90848ilzr1gb1wf0072fl6jhkdq00qgh2s0")) |
| 1374 | (patches (list (search-patch "maxima-defsystem-mkdir.patch"))))) | 1374 | (patches (search-patches "maxima-defsystem-mkdir.patch")))) |
| 1375 | (build-system gnu-build-system) | 1375 | (build-system gnu-build-system) |
| 1376 | (inputs | 1376 | (inputs |
| 1377 | `(("gcl" ,gcl) | 1377 | `(("gcl" ,gcl) |
| @@ -1960,7 +1960,7 @@ revised simplex and the branch-and-bound methods.") | |||
| 1960 | (sha256 | 1960 | (sha256 |
| 1961 | (base32 | 1961 | (base32 |
| 1962 | "185jych0gdnpkjwxni7pd0dda149492zwq2457xdjg76bzj78mnp")) | 1962 | "185jych0gdnpkjwxni7pd0dda149492zwq2457xdjg76bzj78mnp")) |
| 1963 | (patches (list (search-patch "dealii-p4est-interface.patch"))) | 1963 | (patches (search-patches "dealii-p4est-interface.patch")) |
| 1964 | (modules '((guix build utils))) | 1964 | (modules '((guix build utils))) |
| 1965 | (snippet | 1965 | (snippet |
| 1966 | ;; Remove bundled sources: UMFPACK, TBB, muParser, and boost | 1966 | ;; Remove bundled sources: UMFPACK, TBB, muParser, and boost |
diff --git a/gnu/packages/mcrypt.scm b/gnu/packages/mcrypt.scm index 71cbfd1ff9d..a683ad7ac9f 100644 --- a/gnu/packages/mcrypt.scm +++ b/gnu/packages/mcrypt.scm | |||
| @@ -90,7 +90,7 @@ XTEA, 3WAY, TWOFISH, BLOWFISH, ARCFOUR, WAKE and more.") | |||
| 90 | (sha256 | 90 | (sha256 |
| 91 | (base32 | 91 | (base32 |
| 92 | "1w7yiljan8gf1ibiypi6hm3r363imm3sxl1j8hapjdq3m591qljn")) | 92 | "1w7yiljan8gf1ibiypi6hm3r363imm3sxl1j8hapjdq3m591qljn")) |
| 93 | (patches (list (search-patch "mhash-keygen-test-segfault.patch"))))) | 93 | (patches (search-patches "mhash-keygen-test-segfault.patch")))) |
| 94 | (build-system gnu-build-system) | 94 | (build-system gnu-build-system) |
| 95 | (native-inputs | 95 | (native-inputs |
| 96 | `(("perl" ,perl))) ;for tests | 96 | `(("perl" ,perl))) ;for tests |
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1646d70b0e4..fbe84f58b2f 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -71,8 +71,7 @@ | |||
| 71 | (sha256 | 71 | (sha256 |
| 72 | (base32 | 72 | (base32 |
| 73 | "1x8rliydhbibmzwdbyr7pd7n87m2jmxnqkpvaalnf4154hj1hfwb")) | 73 | "1x8rliydhbibmzwdbyr7pd7n87m2jmxnqkpvaalnf4154hj1hfwb")) |
| 74 | (patches | 74 | (patches (search-patches "libotr-test-auth-fix.patch")))) |
| 75 | (list (search-patch "libotr-test-auth-fix.patch"))))) | ||
| 76 | (build-system gnu-build-system) | 75 | (build-system gnu-build-system) |
| 77 | (propagated-inputs | 76 | (propagated-inputs |
| 78 | `(("libgcrypt" ,libgcrypt))) ; libotr headers include gcrypt.h | 77 | `(("libgcrypt" ,libgcrypt))) ; libotr headers include gcrypt.h |
| @@ -180,8 +179,8 @@ dictionaries. HexChat can be extended with multiple addons.") | |||
| 180 | (sha256 | 179 | (sha256 |
| 181 | (base32 | 180 | (base32 |
| 182 | "17k3g9qd9d010czk5846qxvzkmw4fihv8l6m2a2287crbxm3xhd4")) | 181 | "17k3g9qd9d010czk5846qxvzkmw4fihv8l6m2a2287crbxm3xhd4")) |
| 183 | (patches (list (search-patch "ngircd-no-dns-in-tests.patch") | 182 | (patches (search-patches "ngircd-no-dns-in-tests.patch" |
| 184 | (search-patch "ngircd-handle-zombies.patch"))))) | 183 | "ngircd-handle-zombies.patch")))) |
| 185 | (build-system gnu-build-system) | 184 | (build-system gnu-build-system) |
| 186 | ;; Needed for the test suite. | 185 | ;; Needed for the test suite. |
| 187 | (native-inputs `(("procps" ,procps) | 186 | (native-inputs `(("procps" ,procps) |
| @@ -246,7 +245,7 @@ supports IPv6, SSL-protected connections as well as PAM for authentication.") | |||
| 246 | (sha256 | 245 | (sha256 |
| 247 | (base32 | 246 | (base32 |
| 248 | "01s0q30qrjlzj7kkz6f8lvrwsdd55a9yjh2xjjwyyxzw849j3bpj")) | 247 | "01s0q30qrjlzj7kkz6f8lvrwsdd55a9yjh2xjjwyyxzw849j3bpj")) |
| 249 | (patches (list (search-patch "pidgin-add-search-path.patch"))))) | 248 | (patches (search-patches "pidgin-add-search-path.patch")))) |
| 250 | (build-system glib-or-gtk-build-system) | 249 | (build-system glib-or-gtk-build-system) |
| 251 | (native-inputs | 250 | (native-inputs |
| 252 | `(("pkg-config" ,pkg-config) | 251 | `(("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/mit-krb5.scm b/gnu/packages/mit-krb5.scm index 5f9868979a8..565163732e0 100644 --- a/gnu/packages/mit-krb5.scm +++ b/gnu/packages/mit-krb5.scm | |||
| @@ -40,10 +40,10 @@ | |||
| 40 | (base32 | 40 | (base32 |
| 41 | "1gpscn78lv48dxccxq9ncyj53w9l2a15xmngjfa1wylvmn7g0jjx")) | 41 | "1gpscn78lv48dxccxq9ncyj53w9l2a15xmngjfa1wylvmn7g0jjx")) |
| 42 | (patches | 42 | (patches |
| 43 | (map search-patch '("mit-krb5-init-context-null-spnego.patch" | 43 | (search-patches "mit-krb5-init-context-null-spnego.patch" |
| 44 | "mit-krb5-CVE-2015-8629.patch" | 44 | "mit-krb5-CVE-2015-8629.patch" |
| 45 | "mit-krb5-CVE-2015-8630.patch" | 45 | "mit-krb5-CVE-2015-8630.patch" |
| 46 | "mit-krb5-CVE-2015-8631.patch"))))) | 46 | "mit-krb5-CVE-2015-8631.patch")))) |
| 47 | (build-system gnu-build-system) | 47 | (build-system gnu-build-system) |
| 48 | (native-inputs | 48 | (native-inputs |
| 49 | `(("bison" ,bison) | 49 | `(("bison" ,bison) |
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 5dec2a8b3f1..fe1d13b3829 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm | |||
| @@ -55,10 +55,10 @@ | |||
| 55 | (sha256 | 55 | (sha256 |
| 56 | (base32 | 56 | (base32 |
| 57 | "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv")) | 57 | "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv")) |
| 58 | (patches (map search-patch '("libmad-armv7-thumb-pt1.patch" | 58 | (patches (search-patches "libmad-armv7-thumb-pt1.patch" |
| 59 | "libmad-armv7-thumb-pt2.patch" | 59 | "libmad-armv7-thumb-pt2.patch" |
| 60 | "libmad-frame-length.patch" | 60 | "libmad-frame-length.patch" |
| 61 | "libmad-mips-newgcc.patch"))))) | 61 | "libmad-mips-newgcc.patch")))) |
| 62 | (build-system gnu-build-system) | 62 | (build-system gnu-build-system) |
| 63 | (arguments | 63 | (arguments |
| 64 | `(#:phases | 64 | `(#:phases |
| @@ -367,8 +367,7 @@ use with CD-recording software).") | |||
| 367 | (sha256 | 367 | (sha256 |
| 368 | (base32 | 368 | (base32 |
| 369 | "1ss3c1a5hx6c99q1cryxg0jhbnbdj6ga9xyz0dzlz9qhzg5qswfs")) | 369 | "1ss3c1a5hx6c99q1cryxg0jhbnbdj6ga9xyz0dzlz9qhzg5qswfs")) |
| 370 | (patches | 370 | (patches (search-patches "ripperx-missing-file.patch")))) |
| 371 | (list (search-patch "ripperx-missing-file.patch"))))) | ||
| 372 | (build-system gnu-build-system) | 371 | (build-system gnu-build-system) |
| 373 | (propagated-inputs | 372 | (propagated-inputs |
| 374 | `(("gs-fonts" ,gs-fonts) | 373 | `(("gs-fonts" ,gs-fonts) |
| @@ -423,7 +422,7 @@ format.") | |||
| 423 | (sha256 | 422 | (sha256 |
| 424 | (base32 | 423 | (base32 |
| 425 | "0sf4pns0245009z6mbxpx7kqy4kwl69bc95wz9v23wgappsvxgy1")) | 424 | "0sf4pns0245009z6mbxpx7kqy4kwl69bc95wz9v23wgappsvxgy1")) |
| 426 | (patches (list (search-patch "mpc123-initialize-ao.patch"))))) | 425 | (patches (search-patches "mpc123-initialize-ao.patch")))) |
| 427 | (build-system gnu-build-system) | 426 | (build-system gnu-build-system) |
| 428 | (arguments | 427 | (arguments |
| 429 | '(#:phases (alist-replace | 428 | '(#:phases (alist-replace |
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index d97bf9ba282..99243235ad9 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm | |||
| @@ -40,8 +40,7 @@ | |||
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 | 41 | (base32 |
| 42 | "12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8")) | 42 | "12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8")) |
| 43 | (patches (map search-patch | 43 | (patches (search-patches "gmp-faulty-test.patch")))) |
| 44 | '("gmp-faulty-test.patch"))))) | ||
| 45 | (build-system gnu-build-system) | 44 | (build-system gnu-build-system) |
| 46 | (native-inputs `(("m4" ,m4))) | 45 | (native-inputs `(("m4" ,m4))) |
| 47 | (outputs '("out" "debug")) | 46 | (outputs '("out" "debug")) |
| @@ -75,9 +74,8 @@ cryptography and computational algebra.") | |||
| 75 | (sha256 | 74 | (sha256 |
| 76 | (base32 | 75 | (base32 |
| 77 | "0r5pp27cy7ch3dg5v0rsny8bib1zfvrza6027g2mp5f6v8pd6mli")) | 76 | "0r5pp27cy7ch3dg5v0rsny8bib1zfvrza6027g2mp5f6v8pd6mli")) |
| 78 | (patches (map search-patch | 77 | (patches (search-patches "gmp-arm-asm-nothumb.patch" |
| 79 | '("gmp-arm-asm-nothumb.patch" | 78 | "gmp-faulty-test.patch")))))) |
| 80 | "gmp-faulty-test.patch"))))))) | ||
| 81 | 79 | ||
| 82 | (define-public mpfr | 80 | (define-public mpfr |
| 83 | (package | 81 | (package |
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 1fa142120e1..f733e45cf7b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -1055,7 +1055,7 @@ improves on support for JACK features, such as JACK MIDI.") | |||
| 1055 | version ".tar.gz")) | 1055 | version ".tar.gz")) |
| 1056 | (sha256 | 1056 | (sha256 |
| 1057 | (base32 "1dhphsya41rv8z6yqcv9l6fwbslsds4zh1y56zizi39nd996d40v")) | 1057 | (base32 "1dhphsya41rv8z6yqcv9l6fwbslsds4zh1y56zizi39nd996d40v")) |
| 1058 | (patches (list (search-patch "cursynth-wave-rand.patch"))))) | 1058 | (patches (search-patches "cursynth-wave-rand.patch")))) |
| 1059 | (build-system gnu-build-system) | 1059 | (build-system gnu-build-system) |
| 1060 | (native-inputs `(("pkg-config" ,pkg-config))) | 1060 | (native-inputs `(("pkg-config" ,pkg-config))) |
| 1061 | ;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently | 1061 | ;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently |
diff --git a/gnu/packages/ninja.scm b/gnu/packages/ninja.scm index ea5488afc9d..cfcc6d5a519 100644 --- a/gnu/packages/ninja.scm +++ b/gnu/packages/ninja.scm | |||
| @@ -37,8 +37,8 @@ | |||
| 37 | (sha256 | 37 | (sha256 |
| 38 | (base32 | 38 | (base32 |
| 39 | "1h3yfwcfl61v493vna6jia2fizh8rpig7qw2504cvkr6gid3p5bw")) | 39 | "1h3yfwcfl61v493vna6jia2fizh8rpig7qw2504cvkr6gid3p5bw")) |
| 40 | (patches (map search-patch | 40 | (patches (search-patches "ninja-zero-mtime.patch" |
| 41 | '("ninja-zero-mtime.patch" "ninja-tests.patch"))))) | 41 | "ninja-tests.patch")))) |
| 42 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 43 | (native-inputs `(("python" ,python-2))) | 43 | (native-inputs `(("python" ,python-2))) |
| 44 | (arguments | 44 | (arguments |
diff --git a/gnu/packages/nvi.scm b/gnu/packages/nvi.scm index 128715f6acf..999b5537330 100644 --- a/gnu/packages/nvi.scm +++ b/gnu/packages/nvi.scm | |||
| @@ -37,9 +37,9 @@ | |||
| 37 | ".tar.bz2")) | 37 | ".tar.bz2")) |
| 38 | (sha256 | 38 | (sha256 |
| 39 | (base32 "0nbbs1inyrqds0ywn3ln5slv54v5zraq7lszkg8nsavv4kivhh9l")) | 39 | (base32 "0nbbs1inyrqds0ywn3ln5slv54v5zraq7lszkg8nsavv4kivhh9l")) |
| 40 | (patches (list (search-patch "nvi-assume-preserve-path.patch") | 40 | (patches (search-patches "nvi-assume-preserve-path.patch" |
| 41 | (search-patch "nvi-dbpagesize-binpower.patch") | 41 | "nvi-dbpagesize-binpower.patch" |
| 42 | (search-patch "nvi-db4.patch"))) | 42 | "nvi-db4.patch")) |
| 43 | (snippet | 43 | (snippet |
| 44 | ;; Create a wrapper for the configure script, make it executable. | 44 | ;; Create a wrapper for the configure script, make it executable. |
| 45 | '(let ((conf-wrap (open-output-file "configure"))) | 45 | '(let ((conf-wrap (open-output-file "configure"))) |
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4b5ac617d56..5d489532f7b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm | |||
| @@ -633,8 +633,7 @@ to the other.") | |||
| 633 | (sha256 | 633 | (sha256 |
| 634 | (base32 | 634 | (base32 |
| 635 | "02abg1lsnwvjg3igdyb8qjgr5kv1nbwl4gaf8mdinzfii5p82721")) | 635 | "02abg1lsnwvjg3igdyb8qjgr5kv1nbwl4gaf8mdinzfii5p82721")) |
| 636 | (patches | 636 | (patches (search-patches "ocaml-findlib-make-install.patch")))) |
| 637 | (list (search-patch "ocaml-findlib-make-install.patch"))))) | ||
| 638 | (build-system gnu-build-system) | 637 | (build-system gnu-build-system) |
| 639 | (native-inputs | 638 | (native-inputs |
| 640 | `(("camlp4" ,camlp4) | 639 | `(("camlp4" ,camlp4) |
diff --git a/gnu/packages/orpheus.scm b/gnu/packages/orpheus.scm index 7d4b1cac63a..069d3e548a4 100644 --- a/gnu/packages/orpheus.scm +++ b/gnu/packages/orpheus.scm | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 | 41 | (base32 |
| 42 | "1xbgxq8fybwhm51nw9hvvrgi873qzkc2qvmy15d2m2hw2yqa99hq")) | 42 | "1xbgxq8fybwhm51nw9hvvrgi873qzkc2qvmy15d2m2hw2yqa99hq")) |
| 43 | (patches (list (search-patch "orpheus-cast-errors-and-includes.patch"))))) | 43 | (patches (search-patches "orpheus-cast-errors-and-includes.patch")))) |
| 44 | (build-system gnu-build-system) | 44 | (build-system gnu-build-system) |
| 45 | (inputs | 45 | (inputs |
| 46 | `(("ncurses" ,ncurses) | 46 | `(("ncurses" ,ncurses) |
diff --git a/gnu/packages/ots.scm b/gnu/packages/ots.scm index 1c0d4a71f4c..f1900746b69 100644 --- a/gnu/packages/ots.scm +++ b/gnu/packages/ots.scm | |||
| @@ -40,8 +40,7 @@ | |||
| 40 | ".tar.gz")) | 40 | ".tar.gz")) |
| 41 | (sha256 | 41 | (sha256 |
| 42 | (base32 "0dz1ccd7ymzk4swz1aly4im0k3pascnshmgg1whd2rk14li8v47a")) | 42 | (base32 "0dz1ccd7ymzk4swz1aly4im0k3pascnshmgg1whd2rk14li8v47a")) |
| 43 | (patches | 43 | (patches (search-patches "ots-no-include-missing-file.patch")))) |
| 44 | (list (search-patch "ots-no-include-missing-file.patch"))))) | ||
| 45 | 44 | ||
| 46 | (build-system gnu-build-system) | 45 | (build-system gnu-build-system) |
| 47 | (arguments | 46 | (arguments |
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 4648010bf17..828bd26cf85 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -74,8 +74,8 @@ and they are executed on lists of files, hosts, users or other items.") | |||
| 74 | (sha256 | 74 | (sha256 |
| 75 | (base32 | 75 | (base32 |
| 76 | "1rmi35l4img00dr4vic8cv8s7b6n1yx1mkq2s7kjf5hvqdh6s2ki")) | 76 | "1rmi35l4img00dr4vic8cv8s7b6n1yx1mkq2s7kjf5hvqdh6s2ki")) |
| 77 | (patches (list | 77 | (patches (search-patches |
| 78 | (search-patch "slurm-configure-remove-nonfree-contribs.patch"))) | 78 | "slurm-configure-remove-nonfree-contribs.patch")) |
| 79 | (modules '((guix build utils))) | 79 | (modules '((guix build utils))) |
| 80 | (snippet | 80 | (snippet |
| 81 | '(begin | 81 | '(begin |
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 31a735fd5d2..c4232cc8a78 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm | |||
| @@ -48,8 +48,7 @@ | |||
| 48 | (sha256 | 48 | (sha256 |
| 49 | (base32 | 49 | (base32 |
| 50 | "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i")) | 50 | "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i")) |
| 51 | (patches | 51 | (patches (search-patches "patchutils-xfail-gendiff-tests.patch")))) |
| 52 | (list (search-patch "patchutils-xfail-gendiff-tests.patch"))))) | ||
| 53 | (build-system gnu-build-system) | 52 | (build-system gnu-build-system) |
| 54 | (inputs `(("perl" ,perl))) | 53 | (inputs `(("perl" ,perl))) |
| 55 | (arguments | 54 | (arguments |
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 9215b38d91e..24ecf905e06 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm | |||
| @@ -72,7 +72,7 @@ POSIX regular expression API.") | |||
| 72 | (inherit pcre) | 72 | (inherit pcre) |
| 73 | (source (origin | 73 | (source (origin |
| 74 | (inherit (package-source pcre)) | 74 | (inherit (package-source pcre)) |
| 75 | (patches (list (search-patch "pcre-CVE-2016-3191.patch"))))))) | 75 | (patches (search-patches "pcre-CVE-2016-3191.patch")))))) |
| 76 | 76 | ||
| 77 | (define-public pcre2 | 77 | (define-public pcre2 |
| 78 | (package | 78 | (package |
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e8e6993a9c2..1d33be85d53 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm | |||
| @@ -336,9 +336,8 @@ by using the poppler rendering engine.") | |||
| 336 | (sha256 | 336 | (sha256 |
| 337 | (base32 | 337 | (base32 |
| 338 | "1rywx09qn6ap5hb1z31wxby4lzdrqdbldm51pjk1ifflr37xwirk")) | 338 | "1rywx09qn6ap5hb1z31wxby4lzdrqdbldm51pjk1ifflr37xwirk")) |
| 339 | (patches | 339 | (patches (search-patches |
| 340 | (list | 340 | "zathura-plugindir-environment-variable.patch")))) |
| 341 | (search-patch "zathura-plugindir-environment-variable.patch"))))) | ||
| 342 | (native-inputs `(("pkg-config" ,pkg-config) | 341 | (native-inputs `(("pkg-config" ,pkg-config) |
| 343 | ("gettext" ,gnu-gettext))) | 342 | ("gettext" ,gnu-gettext))) |
| 344 | (inputs `(("girara" ,girara) | 343 | (inputs `(("girara" ,girara) |
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 9bbcc8ffa4a..a517581e7d2 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -47,14 +47,14 @@ | |||
| 47 | (sha256 | 47 | (sha256 |
| 48 | (base32 | 48 | (base32 |
| 49 | "09wg24w5syyafyv87l6z8pxwz4bjgcdj996bx5844k6m9445sirb")) | 49 | "09wg24w5syyafyv87l6z8pxwz4bjgcdj996bx5844k6m9445sirb")) |
| 50 | (patches (map search-patch | 50 | (patches (search-patches |
| 51 | '("perl-no-sys-dirs.patch" | 51 | "perl-no-sys-dirs.patch" |
| 52 | "perl-autosplit-default-time.patch" | 52 | "perl-autosplit-default-time.patch" |
| 53 | "perl-source-date-epoch.patch" | 53 | "perl-source-date-epoch.patch" |
| 54 | "perl-deterministic-ordering.patch" | 54 | "perl-deterministic-ordering.patch" |
| 55 | "perl-no-build-time.patch" | 55 | "perl-no-build-time.patch" |
| 56 | "perl-CVE-2015-8607.patch" | 56 | "perl-CVE-2015-8607.patch" |
| 57 | "perl-CVE-2016-2381.patch"))))) | 57 | "perl-CVE-2016-2381.patch")))) |
| 58 | (build-system gnu-build-system) | 58 | (build-system gnu-build-system) |
| 59 | (arguments | 59 | (arguments |
| 60 | '(#:tests? #f | 60 | '(#:tests? #f |
| @@ -3109,7 +3109,7 @@ installation version 5.005 or newer.") | |||
| 3109 | (sha256 | 3109 | (sha256 |
| 3110 | (base32 | 3110 | (base32 |
| 3111 | "1px6qmszmfc69v36vd8d92av4nkrif6xf4nrj3xv647xwi2svwmk")) | 3111 | "1px6qmszmfc69v36vd8d92av4nkrif6xf4nrj3xv647xwi2svwmk")) |
| 3112 | (patches (list (search-patch "perl-module-pluggable-search.patch"))))) | 3112 | (patches (search-patches "perl-module-pluggable-search.patch")))) |
| 3113 | (build-system perl-build-system) | 3113 | (build-system perl-build-system) |
| 3114 | (home-page "http://search.cpan.org/dist/Module-Pluggable") | 3114 | (home-page "http://search.cpan.org/dist/Module-Pluggable") |
| 3115 | (synopsis "Give your Perl module the ability to have plugins") | 3115 | (synopsis "Give your Perl module the ability to have plugins") |
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index e9a247142da..67f692daf56 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (sha256 | 51 | (sha256 |
| 52 | (base32 | 52 | (base32 |
| 53 | "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg")) | 53 | "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg")) |
| 54 | (patches (list (search-patch "plotutils-libpng-jmpbuf.patch"))) | 54 | (patches (search-patches "plotutils-libpng-jmpbuf.patch")) |
| 55 | (modules '((guix build utils))) | 55 | (modules '((guix build utils))) |
| 56 | (snippet | 56 | (snippet |
| 57 | ;; Force the use of libXaw7 instead of libXaw. When not doing | 57 | ;; Force the use of libXaw7 instead of libXaw. When not doing |
| @@ -179,7 +179,7 @@ colors, styles, options and details.") | |||
| 179 | (sha256 | 179 | (sha256 |
| 180 | (base32 | 180 | (base32 |
| 181 | "11f28vxw0ybhvl7vxmqcdwvw7y6gz55ykw9ybgzb2px6lsvgag7z")) | 181 | "11f28vxw0ybhvl7vxmqcdwvw7y6gz55ykw9ybgzb2px6lsvgag7z")) |
| 182 | (patches (list (search-patch "asymptote-gsl2.patch"))))) | 182 | (patches (search-patches "asymptote-gsl2.patch")))) |
| 183 | (build-system gnu-build-system) | 183 | (build-system gnu-build-system) |
| 184 | ;; Note: The 'asy' binary retains a reference to docdir for use with its | 184 | ;; Note: The 'asy' binary retains a reference to docdir for use with its |
| 185 | ;; "help" command in interactive mode, so adding a "doc" output is not | 185 | ;; "help" command in interactive mode, so adding a "doc" output is not |
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 4f216128043..08b753a6cff 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | (sha256 | 48 | (sha256 |
| 49 | (base32 | 49 | (base32 |
| 50 | "109w86kfqrgz83g9ivggplmgc77rz8kx8646izvm2jb57h4rbh71")) | 50 | "109w86kfqrgz83g9ivggplmgc77rz8kx8646izvm2jb57h4rbh71")) |
| 51 | (patches (list (search-patch "polkit-drop-test.patch"))) | 51 | (patches (search-patches "polkit-drop-test.patch")) |
| 52 | (modules '((guix build utils))) | 52 | (modules '((guix build utils))) |
| 53 | (snippet | 53 | (snippet |
| 54 | '(begin | 54 | '(begin |
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 8c37b2a3f1a..b2b0508e582 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm | |||
| @@ -131,9 +131,9 @@ rates.") | |||
| 131 | '(substitute* "src/daemon/default.pa.in" | 131 | '(substitute* "src/daemon/default.pa.in" |
| 132 | (("load-module module-console-kit" all) | 132 | (("load-module module-console-kit" all) |
| 133 | (string-append "#" all "\n")))) | 133 | (string-append "#" all "\n")))) |
| 134 | (patches | 134 | (patches (search-patches |
| 135 | (list (search-patch "pulseaudio-fix-mult-test.patch") | 135 | "pulseaudio-fix-mult-test.patch" |
| 136 | (search-patch "pulseaudio-longer-test-timeout.patch"))))) | 136 | "pulseaudio-longer-test-timeout.patch")))) |
| 137 | (build-system gnu-build-system) | 137 | (build-system gnu-build-system) |
| 138 | (arguments | 138 | (arguments |
| 139 | `(#:configure-flags (list "--localstatedir=/var" ;"--sysconfdir=/etc" | 139 | `(#:configure-flags (list "--localstatedir=/var" ;"--sysconfdir=/etc" |
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bc0a54b9719..4238965fd0a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -100,10 +100,10 @@ | |||
| 100 | (sha256 | 100 | (sha256 |
| 101 | (base32 | 101 | (base32 |
| 102 | "1h7zbrf9pkj29hlm18b10548ch9757f75m64l47sy75rh43p7lqw")) | 102 | "1h7zbrf9pkj29hlm18b10548ch9757f75m64l47sy75rh43p7lqw")) |
| 103 | (patches (map search-patch | 103 | (patches (search-patches |
| 104 | '("python-2.7-search-paths.patch" | 104 | "python-2.7-search-paths.patch" |
| 105 | "python-2-deterministic-build-info.patch" | 105 | "python-2-deterministic-build-info.patch" |
| 106 | "python-2.7-source-date-epoch.patch"))))) | 106 | "python-2.7-source-date-epoch.patch")))) |
| 107 | (outputs '("out" | 107 | (outputs '("out" |
| 108 | "tk")) ;tkinter; adds 50 MiB to the closure | 108 | "tk")) ;tkinter; adds 50 MiB to the closure |
| 109 | (build-system gnu-build-system) | 109 | (build-system gnu-build-system) |
| @@ -267,12 +267,12 @@ data types.") | |||
| 267 | (method url-fetch) | 267 | (method url-fetch) |
| 268 | (uri (string-append "https://www.python.org/ftp/python/" | 268 | (uri (string-append "https://www.python.org/ftp/python/" |
| 269 | version "/Python-" version ".tar.xz")) | 269 | version "/Python-" version ".tar.xz")) |
| 270 | (patches (map search-patch | 270 | (patches (search-patches |
| 271 | '("python-fix-tests.patch" | 271 | "python-fix-tests.patch" |
| 272 | ;; XXX Try removing this patch for python > 3.4.3 | 272 | ;; XXX Try removing this patch for python > 3.4.3 |
| 273 | "python-disable-ssl-test.patch" | 273 | "python-disable-ssl-test.patch" |
| 274 | "python-3-deterministic-build-info.patch" | 274 | "python-3-deterministic-build-info.patch" |
| 275 | "python-3-search-paths.patch"))) | 275 | "python-3-search-paths.patch")) |
| 276 | (patch-flags '("-p0")) | 276 | (patch-flags '("-p0")) |
| 277 | (sha256 | 277 | (sha256 |
| 278 | (base32 | 278 | (base32 |
| @@ -1255,9 +1255,8 @@ commands.") | |||
| 1255 | (sha256 | 1255 | (sha256 |
| 1256 | (base32 | 1256 | (base32 |
| 1257 | "17ni00p08gp5lkxlrrcnvi3x09fmajnlbz4da03qcgl9q21ym4jd")) | 1257 | "17ni00p08gp5lkxlrrcnvi3x09fmajnlbz4da03qcgl9q21ym4jd")) |
| 1258 | (patches (map search-patch | 1258 | (patches (search-patches "pybugz-stty.patch" |
| 1259 | (list "pybugz-stty.patch" | 1259 | "pybugz-encode-error.patch")))) |
| 1260 | "pybugz-encode-error.patch"))))) | ||
| 1261 | (build-system python-build-system) | 1260 | (build-system python-build-system) |
| 1262 | (arguments | 1261 | (arguments |
| 1263 | `(#:python ,python-2 ; SyntaxError with Python 3 | 1262 | `(#:python ,python-2 ; SyntaxError with Python 3 |
| @@ -3298,7 +3297,7 @@ transcendental functions).") | |||
| 3298 | (sha256 | 3297 | (sha256 |
| 3299 | (base32 | 3298 | (base32 |
| 3300 | "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av")) | 3299 | "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av")) |
| 3301 | (patches (list (search-patch "matplotlib-setupext-tk.patch"))))) | 3300 | (patches (search-patches "matplotlib-setupext-tk.patch")))) |
| 3302 | (build-system python-build-system) | 3301 | (build-system python-build-system) |
| 3303 | (outputs '("out" "doc")) | 3302 | (outputs '("out" "doc")) |
| 3304 | (propagated-inputs ; the following packages are all needed at run time | 3303 | (propagated-inputs ; the following packages are all needed at run time |
| @@ -4272,7 +4271,7 @@ without using the configuration machinery.") | |||
| 4272 | (source | 4271 | (source |
| 4273 | (origin | 4272 | (origin |
| 4274 | (method url-fetch) | 4273 | (method url-fetch) |
| 4275 | (patches (list (search-patch "python-ipython-inputhook-ctype.patch"))) | 4274 | (patches (search-patches "python-ipython-inputhook-ctype.patch")) |
| 4276 | (uri (string-append "https://pypi.python.org/packages/source/i/" | 4275 | (uri (string-append "https://pypi.python.org/packages/source/i/" |
| 4277 | "ipython/ipython-" version ".tar.gz")) | 4276 | "ipython/ipython-" version ".tar.gz")) |
| 4278 | (sha256 | 4277 | (sha256 |
| @@ -6642,7 +6641,7 @@ addon modules.") | |||
| 6642 | "00h9rcmws03xvdlfni11yb60bz3kxfvsj6dg6nrpzj71f03nbxd2")) | 6641 | "00h9rcmws03xvdlfni11yb60bz3kxfvsj6dg6nrpzj71f03nbxd2")) |
| 6643 | ;; Patch setup.py so it looks for python-setuptools, which is | 6642 | ;; Patch setup.py so it looks for python-setuptools, which is |
| 6644 | ;; required to parse the keyword 'install_requires' in setup.py. | 6643 | ;; required to parse the keyword 'install_requires' in setup.py. |
| 6645 | (patches (list (search-patch "python-configobj-setuptools.patch"))))) | 6644 | (patches (search-patches "python-configobj-setuptools.patch")))) |
| 6646 | (build-system python-build-system) | 6645 | (build-system python-build-system) |
| 6647 | (native-inputs | 6646 | (native-inputs |
| 6648 | `(("python-setuptools" ,python-setuptools) | 6647 | `(("python-setuptools" ,python-setuptools) |
| @@ -7767,10 +7766,8 @@ file.") | |||
| 7767 | (sha256 | 7766 | (sha256 |
| 7768 | (base32 | 7767 | (base32 |
| 7769 | "16dsv9qi0r4qsrsb6dilpq2rx0fnglvh36flzywcdnm2jg43mb5d")) | 7768 | "16dsv9qi0r4qsrsb6dilpq2rx0fnglvh36flzywcdnm2jg43mb5d")) |
| 7770 | (patches (list (search-patch | 7769 | (patches (search-patches "python-paste-remove-website-test.patch" |
| 7771 | "python-paste-remove-website-test.patch") | 7770 | "python-paste-remove-timing-test.patch")))) |
| 7772 | (search-patch | ||
| 7773 | "python-paste-remove-timing-test.patch"))))) | ||
| 7774 | (build-system python-build-system) | 7771 | (build-system python-build-system) |
| 7775 | (native-inputs | 7772 | (native-inputs |
| 7776 | `(("python-nose" ,python-nose))) | 7773 | `(("python-nose" ,python-nose))) |
| @@ -8502,7 +8499,7 @@ module, adding support for Unicode strings.") | |||
| 8502 | (base32 | 8499 | (base32 |
| 8503 | "0d8n1dlpiz7av8dmbp0vclrwl9cnxizr4f2c9xvj1h5nvn480527")) | 8500 | "0d8n1dlpiz7av8dmbp0vclrwl9cnxizr4f2c9xvj1h5nvn480527")) |
| 8504 | ;; https://github.com/markokr/rarfile/pull/17/ | 8501 | ;; https://github.com/markokr/rarfile/pull/17/ |
| 8505 | (patches (list (search-patch "python-rarfile-fix-tests.patch"))))) | 8502 | (patches (search-patches "python-rarfile-fix-tests.patch")))) |
| 8506 | (build-system python-build-system) | 8503 | (build-system python-build-system) |
| 8507 | (arguments | 8504 | (arguments |
| 8508 | '(#:phases | 8505 | '(#:phases |
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 1104a2da6a2..c0ee504b24d 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm | |||
| @@ -62,20 +62,19 @@ | |||
| 62 | (sha256 | 62 | (sha256 |
| 63 | (base32 | 63 | (base32 |
| 64 | "1m3j6xl7msrniidkvr5pw9d44yba5m7hm42xz8xy77v105s8hhrl")) | 64 | "1m3j6xl7msrniidkvr5pw9d44yba5m7hm42xz8xy77v105s8hhrl")) |
| 65 | (patches | 65 | (patches (search-patches |
| 66 | (map search-patch | 66 | "qemu-virtio-9p-use-accessor-to-get-thread-pool.patch" |
| 67 | '("qemu-virtio-9p-use-accessor-to-get-thread-pool.patch" | 67 | "qemu-CVE-2015-8558.patch" |
| 68 | "qemu-CVE-2015-8558.patch" | 68 | "qemu-CVE-2015-8567.patch" |
| 69 | "qemu-CVE-2015-8567.patch" | 69 | "qemu-CVE-2016-1922.patch" |
| 70 | "qemu-CVE-2016-1922.patch" | 70 | "qemu-CVE-2015-8613.patch" |
| 71 | "qemu-CVE-2015-8613.patch" | 71 | "qemu-CVE-2015-8701.patch" |
| 72 | "qemu-CVE-2015-8701.patch" | 72 | "qemu-CVE-2015-8743.patch" |
| 73 | "qemu-CVE-2015-8743.patch" | 73 | "qemu-CVE-2016-1568.patch" |
| 74 | "qemu-CVE-2016-1568.patch" | 74 | "qemu-CVE-2015-8619.patch" |
| 75 | "qemu-CVE-2015-8619.patch" | 75 | "qemu-CVE-2016-1981.patch" |
| 76 | "qemu-CVE-2016-1981.patch" | 76 | "qemu-usb-ehci-oob-read.patch" |
| 77 | "qemu-usb-ehci-oob-read.patch" | 77 | "qemu-CVE-2016-2197.patch")))) |
| 78 | "qemu-CVE-2016-2197.patch"))))) | ||
| 79 | (build-system gnu-build-system) | 78 | (build-system gnu-build-system) |
| 80 | (arguments | 79 | (arguments |
| 81 | '(#:phases (alist-replace | 80 | '(#:phases (alist-replace |
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index bfd99b6519c..7b2be4f4e9d 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -252,8 +252,7 @@ developers using C++ or QML, a CSS & JavaScript like language.") | |||
| 252 | (sha256 | 252 | (sha256 |
| 253 | (base32 | 253 | (base32 |
| 254 | "183fca7n7439nlhxyg1z7aky0izgbyll3iwakw4gwivy16aj5272")) | 254 | "183fca7n7439nlhxyg1z7aky0izgbyll3iwakw4gwivy16aj5272")) |
| 255 | (patches (map search-patch | 255 | (patches (search-patches "qt4-ldflags.patch")) |
| 256 | '("qt4-ldflags.patch"))) | ||
| 257 | (modules '((guix build utils))) | 256 | (modules '((guix build utils))) |
| 258 | (snippet | 257 | (snippet |
| 259 | ;; Remove webkit module, which is not built. | 258 | ;; Remove webkit module, which is not built. |
| @@ -440,7 +439,7 @@ module provides support functions to the automatically generated code.") | |||
| 440 | (sha256 | 439 | (sha256 |
| 441 | (base32 | 440 | (base32 |
| 442 | "056qmkv02wdcfblqdaxiswrgn4wa88sz22i1x58dpb1iniavplfd")) | 441 | "056qmkv02wdcfblqdaxiswrgn4wa88sz22i1x58dpb1iniavplfd")) |
| 443 | (patches (list (search-patch "pyqt-configure.patch"))))) | 442 | (patches (search-patches "pyqt-configure.patch")))) |
| 444 | (build-system gnu-build-system) | 443 | (build-system gnu-build-system) |
| 445 | (native-inputs | 444 | (native-inputs |
| 446 | `(("python-sip" ,python-sip) | 445 | `(("python-sip" ,python-sip) |
diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm index dc6db7258fd..23adf859a77 100644 --- a/gnu/packages/ratpoison.scm +++ b/gnu/packages/ratpoison.scm | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (sha256 | 51 | (sha256 |
| 52 | (base32 | 52 | (base32 |
| 53 | "1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains")) | 53 | "1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains")) |
| 54 | (patches (list (search-patch "ratpoison-shell.patch"))))) | 54 | (patches (search-patches "ratpoison-shell.patch")))) |
| 55 | (build-system gnu-build-system) | 55 | (build-system gnu-build-system) |
| 56 | (arguments | 56 | (arguments |
| 57 | '(#:phases | 57 | '(#:phases |
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index b577e266f95..958716a4478 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm | |||
| @@ -89,9 +89,8 @@ HTML and JSON.") | |||
| 89 | (sha256 | 89 | (sha256 |
| 90 | (base32 | 90 | (base32 |
| 91 | "1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx")) | 91 | "1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx")) |
| 92 | (patches (list | 92 | (patches (search-patches "clucene-pkgconfig.patch" |
| 93 | (search-patch "clucene-pkgconfig.patch") | 93 | "clucene-contribs-lib.patch")))) |
| 94 | (search-patch "clucene-contribs-lib.patch"))))) | ||
| 95 | (build-system cmake-build-system) | 94 | (build-system cmake-build-system) |
| 96 | (inputs | 95 | (inputs |
| 97 | `(("boost" ,boost) ; could also use bundled copy | 96 | `(("boost" ,boost) ; could also use bundled copy |
| @@ -311,7 +310,7 @@ ideal (e.g. in LV2 implementations or embedded applications).") | |||
| 311 | ".tar.gz")) | 310 | ".tar.gz")) |
| 312 | (patches | 311 | (patches |
| 313 | ;; The patch has no effect under Python 3. | 312 | ;; The patch has no effect under Python 3. |
| 314 | (list (search-patch "python2-rdflib-drop-sparqlwrapper.patch"))) | 313 | (search-patches "python2-rdflib-drop-sparqlwrapper.patch")) |
| 315 | (sha256 | 314 | (sha256 |
| 316 | (base32 | 315 | (base32 |
| 317 | "0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w")))) | 316 | "0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w")))) |
diff --git a/gnu/packages/readline.scm b/gnu/packages/readline.scm index 13ce9165f4b..db469db0514 100644 --- a/gnu/packages/readline.scm +++ b/gnu/packages/readline.scm | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | (sha256 | 46 | (sha256 |
| 47 | (base32 | 47 | (base32 |
| 48 | "0hzxr9jxqqx5sxsv9vmlxdnvlr9vi4ih1avjb869hbs6p5qn1fjn")) | 48 | "0hzxr9jxqqx5sxsv9vmlxdnvlr9vi4ih1avjb869hbs6p5qn1fjn")) |
| 49 | (patches (list (search-patch "readline-link-ncurses.patch"))) | 49 | (patches (search-patches "readline-link-ncurses.patch")) |
| 50 | (patch-flags '("-p0")))) | 50 | (patch-flags '("-p0")))) |
| 51 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 52 | (propagated-inputs `(("ncurses" ,ncurses))) | 52 | (propagated-inputs `(("ncurses" ,ncurses))) |
diff --git a/gnu/packages/rush.scm b/gnu/packages/rush.scm index 0a65599e24f..6926f687871 100644 --- a/gnu/packages/rush.scm +++ b/gnu/packages/rush.scm | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (sha256 | 36 | (sha256 |
| 37 | (base32 | 37 | (base32 |
| 38 | "0fh0gbbp0iiq3wbkf503xb40r8ljk42vyj9bnlflbz82d6ipy1rm")) | 38 | "0fh0gbbp0iiq3wbkf503xb40r8ljk42vyj9bnlflbz82d6ipy1rm")) |
| 39 | (patches (list (search-patch "cpio-gets-undeclared.patch"))))) | 39 | (patches (search-patches "cpio-gets-undeclared.patch")))) |
| 40 | (build-system gnu-build-system) | 40 | (build-system gnu-build-system) |
| 41 | (home-page "http://www.gnu.org/software/rush/") | 41 | (home-page "http://www.gnu.org/software/rush/") |
| 42 | (synopsis "Restricted user (login) shell") | 42 | (synopsis "Restricted user (login) shell") |
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 50533b9a29b..f9537d72b21 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm | |||
| @@ -187,7 +187,7 @@ features an integrated Emacs-like editor and a large runtime library.") | |||
| 187 | (sha256 | 187 | (sha256 |
| 188 | (base32 | 188 | (base32 |
| 189 | "170q7nh08n4v20xl81fxb0xcdxphqqacfa643hsa8i2ar6pki04c")) | 189 | "170q7nh08n4v20xl81fxb0xcdxphqqacfa643hsa8i2ar6pki04c")) |
| 190 | (patches (list (search-patch "bigloo-gc-shebangs.patch"))))) | 190 | (patches (search-patches "bigloo-gc-shebangs.patch")))) |
| 191 | (build-system gnu-build-system) | 191 | (build-system gnu-build-system) |
| 192 | (arguments | 192 | (arguments |
| 193 | `(#:test-target "test" | 193 | `(#:test-target "test" |
| @@ -277,8 +277,8 @@ Scheme and C programs and between Scheme and Java programs.") | |||
| 277 | (sha256 | 277 | (sha256 |
| 278 | (base32 | 278 | (base32 |
| 279 | "1v2r4ga58kk1sx0frn8qa8ccmjpic9csqzpk499wc95y9c4b1wy3")) | 279 | "1v2r4ga58kk1sx0frn8qa8ccmjpic9csqzpk499wc95y9c4b1wy3")) |
| 280 | (patches (list (search-patch "hop-bigloo-4.0b.patch") | 280 | (patches (search-patches "hop-bigloo-4.0b.patch" |
| 281 | (search-patch "hop-linker-flags.patch"))))) | 281 | "hop-linker-flags.patch")))) |
| 282 | (build-system gnu-build-system) | 282 | (build-system gnu-build-system) |
| 283 | (arguments | 283 | (arguments |
| 284 | `(#:phases | 284 | `(#:phases |
| @@ -374,7 +374,7 @@ language standard, and includes many enhancements and extensions.") | |||
| 374 | (sha256 | 374 | (sha256 |
| 375 | (base32 | 375 | (base32 |
| 376 | "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw")) | 376 | "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw")) |
| 377 | (patches (list (search-patch "scheme48-tests.patch"))))) | 377 | (patches (search-patches "scheme48-tests.patch")))) |
| 378 | (build-system gnu-build-system) | 378 | (build-system gnu-build-system) |
| 379 | (home-page "http://s48.org/") | 379 | (home-page "http://s48.org/") |
| 380 | (synopsis "Scheme implementation using a bytecode interpreter") | 380 | (synopsis "Scheme implementation using a bytecode interpreter") |
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm index 088ca559d80..4b9bacf3e51 100644 --- a/gnu/packages/screen.scm +++ b/gnu/packages/screen.scm | |||
| @@ -107,7 +107,7 @@ controlling terminal and attach to it later.") | |||
| 107 | (sha256 | 107 | (sha256 |
| 108 | (base32 | 108 | (base32 |
| 109 | "1s8nh4wbds1nh52i0d1hy1b308jjf4siwpq92lna1zh9ll4x71j5")) | 109 | "1s8nh4wbds1nh52i0d1hy1b308jjf4siwpq92lna1zh9ll4x71j5")) |
| 110 | (patches (list (search-patch "byobu-writable-status.patch"))))) | 110 | (patches (search-patches "byobu-writable-status.patch")))) |
| 111 | (build-system gnu-build-system) | 111 | (build-system gnu-build-system) |
| 112 | (inputs | 112 | (inputs |
| 113 | `(("python" ,python-wrapper) ;for config and session GUIs | 113 | `(("python" ,python-wrapper) ;for config and session GUIs |
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 458fdc599fb..49b9deaf4d2 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | (sha256 | 60 | (sha256 |
| 61 | (base32 | 61 | (base32 |
| 62 | "005d993xcac8236fpvd1iawkz4wqjybkpn8dbwaliqz5jfkidlyn")) | 62 | "005d993xcac8236fpvd1iawkz4wqjybkpn8dbwaliqz5jfkidlyn")) |
| 63 | (patches (list (search-patch "sdl-libx11-1.6.patch"))))) | 63 | (patches (search-patches "sdl-libx11-1.6.patch")))) |
| 64 | (build-system gnu-build-system) | 64 | (build-system gnu-build-system) |
| 65 | (arguments | 65 | (arguments |
| 66 | '(;; Explicitly link against shared libraries instead of dlopening them. | 66 | '(;; Explicitly link against shared libraries instead of dlopening them. |
diff --git a/gnu/packages/slim.scm b/gnu/packages/slim.scm index 8e25a5a669e..dfb37a94bc6 100644 --- a/gnu/packages/slim.scm +++ b/gnu/packages/slim.scm | |||
| @@ -44,9 +44,9 @@ | |||
| 44 | version ".tar.gz")) | 44 | version ".tar.gz")) |
| 45 | (sha256 | 45 | (sha256 |
| 46 | (base32 "1pqhk22jb4aja4hkrm7rjgbgzjyh7i4zswdgf5nw862l2znzxpi1")) | 46 | (base32 "1pqhk22jb4aja4hkrm7rjgbgzjyh7i4zswdgf5nw862l2znzxpi1")) |
| 47 | (patches (map search-patch | 47 | (patches (search-patches "slim-config.patch" |
| 48 | (list "slim-config.patch" "slim-session.patch" | 48 | "slim-session.patch" |
| 49 | "slim-sigusr1.patch"))))) | 49 | "slim-sigusr1.patch")))) |
| 50 | (build-system cmake-build-system) | 50 | (build-system cmake-build-system) |
| 51 | (inputs `(("linux-pam" ,linux-pam) | 51 | (inputs `(("linux-pam" ,linux-pam) |
| 52 | ("libpng" ,libpng) | 52 | ("libpng" ,libpng) |
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index d7f2f363a8f..eaf57acb3dc 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -82,8 +82,8 @@ remote applications.") | |||
| 82 | (sha256 | 82 | (sha256 |
| 83 | (base32 | 83 | (base32 |
| 84 | "0b6wyx6bwbb8jpn8x4rhlrdiqwqrwrs0mxjmrnqykm9kw1ijgm8g")) | 84 | "0b6wyx6bwbb8jpn8x4rhlrdiqwqrwrs0mxjmrnqykm9kw1ijgm8g")) |
| 85 | (patches (list | 85 | (patches (search-patches |
| 86 | (search-patch "libssh-0.6.5-CVE-2016-0739.patch"))))))) | 86 | "libssh-0.6.5-CVE-2016-0739.patch")))))) |
| 87 | 87 | ||
| 88 | (define-public libssh2 | 88 | (define-public libssh2 |
| 89 | (package | 89 | (package |
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 1f301458a93..993842339b7 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | (sha256 | 45 | (sha256 |
| 46 | (base32 | 46 | (base32 |
| 47 | "13cwa4bc85ylf5gfj9vk182lvgy60qni3f7gbxghq78wk16djvly")) | 47 | "13cwa4bc85ylf5gfj9vk182lvgy60qni3f7gbxghq78wk16djvly")) |
| 48 | (patches (list (search-patch "tcl-mkindex-deterministic.patch"))))) | 48 | (patches (search-patches "tcl-mkindex-deterministic.patch")))) |
| 49 | (build-system gnu-build-system) | 49 | (build-system gnu-build-system) |
| 50 | (arguments | 50 | (arguments |
| 51 | '(#:phases (alist-cons-before | 51 | '(#:phases (alist-cons-before |
| @@ -143,7 +143,7 @@ X11 GUIs.") | |||
| 143 | (sha256 | 143 | (sha256 |
| 144 | (base32 | 144 | (base32 |
| 145 | "1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88")) | 145 | "1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88")) |
| 146 | (patches (list (search-patch "tk-find-library.patch"))))) | 146 | (patches (search-patches "tk-find-library.patch")))) |
| 147 | (build-system gnu-build-system) | 147 | (build-system gnu-build-system) |
| 148 | (arguments | 148 | (arguments |
| 149 | '(#:phases (modify-phases %standard-phases | 149 | '(#:phases (modify-phases %standard-phases |
| @@ -257,7 +257,7 @@ utility functions and modules all written in high-level Tcl.") | |||
| 257 | (sha256 | 257 | (sha256 |
| 258 | (base32 | 258 | (base32 |
| 259 | "0ffb4aw63inig3aql33g4pk0kjk14dv238anp1scwjdjh1k6n4gl")) | 259 | "0ffb4aw63inig3aql33g4pk0kjk14dv238anp1scwjdjh1k6n4gl")) |
| 260 | (patches (list (search-patch "tclxml-3.2-install.patch"))))) | 260 | (patches (search-patches "tclxml-3.2-install.patch")))) |
| 261 | (build-system gnu-build-system) | 261 | (build-system gnu-build-system) |
| 262 | (native-inputs | 262 | (native-inputs |
| 263 | `(("tcl" ,tcl) | 263 | `(("tcl" ,tcl) |
diff --git a/gnu/packages/tcsh.scm b/gnu/packages/tcsh.scm index 0bd1b92b8f0..5e3df2ba3fb 100644 --- a/gnu/packages/tcsh.scm +++ b/gnu/packages/tcsh.scm | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 | 41 | (base32 |
| 42 | "1a4z9kwgx1iqqzvv64si34m60gj34p7lp6rrcrb59s7ka5wa476q")) | 42 | "1a4z9kwgx1iqqzvv64si34m60gj34p7lp6rrcrb59s7ka5wa476q")) |
| 43 | (patches (list (search-patch "tcsh-fix-autotest.patch"))) | 43 | (patches (search-patches "tcsh-fix-autotest.patch")) |
| 44 | (patch-flags '("-p0")))) | 44 | (patch-flags '("-p0")))) |
| 45 | (build-system gnu-build-system) | 45 | (build-system gnu-build-system) |
| 46 | (inputs | 46 | (inputs |
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 8f5913ac89f..4921b10124f 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm | |||
| @@ -148,8 +148,8 @@ is on expressing the content semantically, avoiding physical markup commands.") | |||
| 148 | (base32 | 148 | (base32 |
| 149 | "1yprv64vrlcbksqv25asplnjg07mbq38lfclp1m5lj8cw878pag8")) | 149 | "1yprv64vrlcbksqv25asplnjg07mbq38lfclp1m5lj8cw878pag8")) |
| 150 | (patches | 150 | (patches |
| 151 | (list (search-patch "texi2html-document-encoding.patch") | 151 | (search-patches "texi2html-document-encoding.patch" |
| 152 | (search-patch "texi2html-i18n.patch"))) | 152 | "texi2html-i18n.patch")) |
| 153 | (snippet | 153 | (snippet |
| 154 | ;; This file is modified by the patch above, but reset its | 154 | ;; This file is modified by the patch above, but reset its |
| 155 | ;; timestamp so we don't trigger the rule to update PO files, | 155 | ;; timestamp so we don't trigger the rule to update PO files, |
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index a9bd3db3db3..cb538362b7d 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm | |||
| @@ -192,9 +192,8 @@ required structures.") | |||
| 192 | (sha256 | 192 | (sha256 |
| 193 | (base32 | 193 | (base32 |
| 194 | "0cxajjayi859czi545ddafi24m9nwsnjsw4q82zrmqvwj2rv315p")) | 194 | "0cxajjayi859czi545ddafi24m9nwsnjsw4q82zrmqvwj2rv315p")) |
| 195 | (patches (map search-patch | 195 | (patches (search-patches "openssl-runpath.patch" |
| 196 | '("openssl-runpath.patch" | 196 | "openssl-c-rehash-in.patch")))) |
| 197 | "openssl-c-rehash-in.patch"))))) | ||
| 198 | (build-system gnu-build-system) | 197 | (build-system gnu-build-system) |
| 199 | (native-inputs `(("perl" ,perl))) | 198 | (native-inputs `(("perl" ,perl))) |
| 200 | (arguments | 199 | (arguments |
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 5fb8f954aa4..5155fc09a0d 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm | |||
| @@ -80,7 +80,7 @@ applications based on the TCP protocol.") | |||
| 80 | (base32 | 80 | (base32 |
| 81 | "0an2q5ail9z414riyjbkjkm29504hy778j914baz2gn5hlv2cfak")) | 81 | "0an2q5ail9z414riyjbkjkm29504hy778j914baz2gn5hlv2cfak")) |
| 82 | (file-name (string-append name "-" version "-checkout")) | 82 | (file-name (string-append name "-" version "-checkout")) |
| 83 | (patches (list (search-patch "torsocks-dns-test.patch"))))) | 83 | (patches (search-patches "torsocks-dns-test.patch")))) |
| 84 | (build-system gnu-build-system) | 84 | (build-system gnu-build-system) |
| 85 | (arguments | 85 | (arguments |
| 86 | '(#:phases (modify-phases %standard-phases | 86 | '(#:phases (modify-phases %standard-phases |
diff --git a/gnu/packages/tv.scm b/gnu/packages/tv.scm index 0a229e149a7..f58c03623e8 100644 --- a/gnu/packages/tv.scm +++ b/gnu/packages/tv.scm | |||
| @@ -39,10 +39,10 @@ | |||
| 39 | (sha256 | 39 | (sha256 |
| 40 | (base32 | 40 | (base32 |
| 41 | "08q5gzbyz0lxb730rz6d6amkzimlc7nanv6n50j2bpw4n2xa9wmf")) | 41 | "08q5gzbyz0lxb730rz6d6amkzimlc7nanv6n50j2bpw4n2xa9wmf")) |
| 42 | (patches (list (search-patch "tvtime-videodev2.patch") | 42 | (patches (search-patches "tvtime-videodev2.patch" |
| 43 | (search-patch "tvtime-pngoutput.patch") | 43 | "tvtime-pngoutput.patch" |
| 44 | (search-patch "tvtime-xmltv.patch") | 44 | "tvtime-xmltv.patch" |
| 45 | (search-patch "tvtime-gcc41.patch"))))) | 45 | "tvtime-gcc41.patch")))) |
| 46 | (build-system gnu-build-system) | 46 | (build-system gnu-build-system) |
| 47 | (inputs | 47 | (inputs |
| 48 | `(("libx11" ,libx11) | 48 | `(("libx11" ,libx11) |
diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm index 5cfbe6d5543..ed847c2deff 100644 --- a/gnu/packages/valgrind.scm +++ b/gnu/packages/valgrind.scm | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | (sha256 | 38 | (sha256 |
| 39 | (base32 | 39 | (base32 |
| 40 | "0hiv871b9bk689mv42mkhp76za78l5773glszfkdbpf1m1qn4fbc")) | 40 | "0hiv871b9bk689mv42mkhp76za78l5773glszfkdbpf1m1qn4fbc")) |
| 41 | (patches (map search-patch '("valgrind-enable-arm.patch"))))) | 41 | (patches (search-patches "valgrind-enable-arm.patch")))) |
| 42 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 43 | (arguments | 43 | (arguments |
| 44 | '(#:phases (alist-cons-after | 44 | '(#:phases (alist-cons-after |
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 0b70d545b92..3be89ce06e2 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -896,8 +896,8 @@ large, complex patch files.") | |||
| 896 | (sha256 | 896 | (sha256 |
| 897 | (base32 | 897 | (base32 |
| 898 | "0bkw6fjh20ppvn54smv05461lm1vcwvn02avx941c4acafmkl1cm")) | 898 | "0bkw6fjh20ppvn54smv05461lm1vcwvn02avx941c4acafmkl1cm")) |
| 899 | (patches (list (search-patch "cssc-gets-undeclared.patch") | 899 | (patches (search-patches "cssc-gets-undeclared.patch" |
| 900 | (search-patch "cssc-missing-include.patch"))))) | 900 | "cssc-missing-include.patch")))) |
| 901 | (build-system gnu-build-system) | 901 | (build-system gnu-build-system) |
| 902 | (arguments | 902 | (arguments |
| 903 | `(#:phases (alist-cons-before | 903 | `(#:phases (alist-cons-before |
| @@ -940,11 +940,11 @@ accessed and migrated on modern systems.") | |||
| 940 | (sha256 | 940 | (sha256 |
| 941 | (base32 | 941 | (base32 |
| 942 | "18s86ssarfmc4l17gbpzybca29m5wa37cbaimdji8czlcry3mcjl")) | 942 | "18s86ssarfmc4l17gbpzybca29m5wa37cbaimdji8czlcry3mcjl")) |
| 943 | (patches (list (search-patch "aegis-perl-tempdir1.patch") | 943 | (patches (search-patches "aegis-perl-tempdir1.patch" |
| 944 | (search-patch "aegis-perl-tempdir2.patch") | 944 | "aegis-perl-tempdir2.patch" |
| 945 | (search-patch "aegis-test-fixup-1.patch") | 945 | "aegis-test-fixup-1.patch" |
| 946 | (search-patch "aegis-test-fixup-2.patch") | 946 | "aegis-test-fixup-2.patch" |
| 947 | (search-patch "aegis-constness-error.patch"))))) | 947 | "aegis-constness-error.patch")))) |
| 948 | (build-system gnu-build-system) | 948 | (build-system gnu-build-system) |
| 949 | (inputs | 949 | (inputs |
| 950 | `(("e2fsprogs" ,e2fsprogs) | 950 | `(("e2fsprogs" ,e2fsprogs) |
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d2f9cb1930a..7673636b15d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -132,10 +132,10 @@ old-fashioned output methods with powerful ascii-art renderer.") | |||
| 132 | (sha256 | 132 | (sha256 |
| 133 | (base32 | 133 | (base32 |
| 134 | "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2")) | 134 | "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2")) |
| 135 | (patches (map search-patch '("liba52-enable-pic.patch" | 135 | (patches (search-patches "liba52-enable-pic.patch" |
| 136 | "liba52-set-soname.patch" | 136 | "liba52-set-soname.patch" |
| 137 | "liba52-use-mtune-not-mcpu.patch" | 137 | "liba52-use-mtune-not-mcpu.patch" |
| 138 | "liba52-link-with-libm.patch"))))) | 138 | "liba52-link-with-libm.patch")))) |
| 139 | (build-system gnu-build-system) | 139 | (build-system gnu-build-system) |
| 140 | ;; XXX We need to run ./bootstrap because of the build system fixes above. | 140 | ;; XXX We need to run ./bootstrap because of the build system fixes above. |
| 141 | (native-inputs | 141 | (native-inputs |
| @@ -1007,7 +1007,7 @@ for use with HTML5 video.") | |||
| 1007 | (sha256 | 1007 | (sha256 |
| 1008 | (base32 | 1008 | (base32 |
| 1009 | "1vas43bwb15q2wv3dpp7fgp8dc6szinmwl7i0ziq2vv5l2128v0p")) | 1009 | "1vas43bwb15q2wv3dpp7fgp8dc6szinmwl7i0ziq2vv5l2128v0p")) |
| 1010 | (patches (map search-patch '("avidemux-install-to-lib.patch"))))) | 1010 | (patches (search-patches "avidemux-install-to-lib.patch")))) |
| 1011 | (build-system cmake-build-system) | 1011 | (build-system cmake-build-system) |
| 1012 | (native-inputs | 1012 | (native-inputs |
| 1013 | `(("pkg-config" ,pkg-config))) | 1013 | `(("pkg-config" ,pkg-config))) |
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 34dacecdc5d..d7c2616dfee 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm | |||
| @@ -67,7 +67,7 @@ endpoints.") | |||
| 67 | version ".tar.gz")) | 67 | version ".tar.gz")) |
| 68 | (sha256 (base32 | 68 | (sha256 (base32 |
| 69 | "1128860lis89g1s21hqxvap2nq426c9j4bvgghncc1zj0ays7kj6")) | 69 | "1128860lis89g1s21hqxvap2nq426c9j4bvgghncc1zj0ays7kj6")) |
| 70 | (patches (list (search-patch "vpnc-script.patch"))))) | 70 | (patches (search-patches "vpnc-script.patch")))) |
| 71 | (build-system gnu-build-system) | 71 | (build-system gnu-build-system) |
| 72 | (inputs `(("libgcrypt" ,libgcrypt) | 72 | (inputs `(("libgcrypt" ,libgcrypt) |
| 73 | ("perl" ,perl) | 73 | ("perl" ,perl) |
diff --git a/gnu/packages/vtk.scm b/gnu/packages/vtk.scm index 17312103ddb..13ce2e2ac0a 100644 --- a/gnu/packages/vtk.scm +++ b/gnu/packages/vtk.scm | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (sha256 | 39 | (sha256 |
| 40 | (base32 | 40 | (base32 |
| 41 | "0d7shccdkyj4mbh2riilslgx3gd28in4c7xpm0lxa1ln8w5g2zdx")) | 41 | "0d7shccdkyj4mbh2riilslgx3gd28in4c7xpm0lxa1ln8w5g2zdx")) |
| 42 | (patches (list (search-patch "vtk-mesa-10.patch"))))) | 42 | (patches (search-patches "vtk-mesa-10.patch")))) |
| 43 | (build-system cmake-build-system) | 43 | (build-system cmake-build-system) |
| 44 | (arguments | 44 | (arguments |
| 45 | ;; Build without '-g' to save space. | 45 | ;; Build without '-g' to save space. |
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 45c9375def7..42141fb04d9 100644 --- a/gnu/packages/w3m.scm +++ b/gnu/packages/w3m.scm | |||
| @@ -44,10 +44,10 @@ | |||
| 44 | "1qx9f0kprf92r1wxl3sacykla0g04qsi0idypzz24b7xy9ix5579")) | 44 | "1qx9f0kprf92r1wxl3sacykla0g04qsi0idypzz24b7xy9ix5579")) |
| 45 | 45 | ||
| 46 | ;; cf. https://bugs.archlinux.org/task/33397 | 46 | ;; cf. https://bugs.archlinux.org/task/33397 |
| 47 | (patches (list (search-patch "w3m-libgc.patch") | 47 | (patches (search-patches "w3m-libgc.patch" |
| 48 | (search-patch "w3m-force-ssl_verify_server-on.patch") | 48 | "w3m-force-ssl_verify_server-on.patch" |
| 49 | (search-patch "w3m-disable-sslv2-and-sslv3.patch") | 49 | "w3m-disable-sslv2-and-sslv3.patch" |
| 50 | (search-patch "w3m-disable-weak-ciphers.patch"))))) | 50 | "w3m-disable-weak-ciphers.patch")))) |
| 51 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 52 | (arguments `(#:tests? #f ; no check target | 52 | (arguments `(#:tests? #f ; no check target |
| 53 | #:phases (alist-cons-before | 53 | #:phases (alist-cons-before |
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1f13474e959..617df198a65 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -402,7 +402,7 @@ UTS#46.") | |||
| 402 | (sha256 | 402 | (sha256 |
| 403 | (base32 | 403 | (base32 |
| 404 | "14dsnmirjcrvwsffqp3as70qr6bbfaig2fv3zvs5g7005jrsbvpb")) | 404 | "14dsnmirjcrvwsffqp3as70qr6bbfaig2fv3zvs5g7005jrsbvpb")) |
| 405 | (patches (list (search-patch "tidy-CVE-2015-5522+5523.patch"))))) | 405 | (patches (search-patches "tidy-CVE-2015-5522+5523.patch")))) |
| 406 | (build-system gnu-build-system) | 406 | (build-system gnu-build-system) |
| 407 | (arguments | 407 | (arguments |
| 408 | '(#:phases (alist-cons-after | 408 | '(#:phases (alist-cons-after |
| @@ -605,8 +605,8 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.") | |||
| 605 | version ".tar.bz2")) | 605 | version ".tar.bz2")) |
| 606 | (sha256 | 606 | (sha256 |
| 607 | (base32 "14155g48gamcv5s0828bzij6vr14nqmbndwq8j8f9g6vcph0nl70")) | 607 | (base32 "14155g48gamcv5s0828bzij6vr14nqmbndwq8j8f9g6vcph0nl70")) |
| 608 | (patches (map search-patch '("serf-comment-style-fix.patch" | 608 | (patches (search-patches "serf-comment-style-fix.patch" |
| 609 | "serf-deflate-buckets-test-fix.patch"))) | 609 | "serf-deflate-buckets-test-fix.patch")) |
| 610 | (patch-flags '("-p0")))) | 610 | (patch-flags '("-p0")))) |
| 611 | (build-system gnu-build-system) | 611 | (build-system gnu-build-system) |
| 612 | (native-inputs | 612 | (native-inputs |
| @@ -1718,8 +1718,8 @@ which can be used to parse directory listings.") | |||
| 1718 | (sha256 | 1718 | (sha256 |
| 1719 | (base32 | 1719 | (base32 |
| 1720 | "1b6pbh7f76fb5sa4f0lhx085xy55pprz5v7z7li7pqiyw7i4f4bf")) | 1720 | "1b6pbh7f76fb5sa4f0lhx085xy55pprz5v7z7li7pqiyw7i4f4bf")) |
| 1721 | (patches (list | 1721 | (patches (search-patches |
| 1722 | (search-patch "perl-finance-quote-unuse-mozilla-ca.patch"))))) | 1722 | "perl-finance-quote-unuse-mozilla-ca.patch")))) |
| 1723 | (build-system perl-build-system) | 1723 | (build-system perl-build-system) |
| 1724 | (propagated-inputs | 1724 | (propagated-inputs |
| 1725 | `(("perl-cgi" ,perl-cgi) | 1725 | `(("perl-cgi" ,perl-cgi) |
| @@ -2288,9 +2288,8 @@ and IPv6 sockets, intended as a replacement for IO::Socket::INET.") | |||
| 2288 | (sha256 | 2288 | (sha256 |
| 2289 | (base32 | 2289 | (base32 |
| 2290 | "1mph52lw6x5v44wf8mw00llzi8pp6k5c4jnrnrvlacrlfv260jb8")) | 2290 | "1mph52lw6x5v44wf8mw00llzi8pp6k5c4jnrnrvlacrlfv260jb8")) |
| 2291 | (patches | 2291 | (patches (search-patches |
| 2292 | (list | 2292 | "perl-io-socket-ssl-openssl-1.0.2f-fix.patch")))) |
| 2293 | (search-patch "perl-io-socket-ssl-openssl-1.0.2f-fix.patch"))))) | ||
| 2294 | (build-system perl-build-system) | 2293 | (build-system perl-build-system) |
| 2295 | (propagated-inputs `(("perl-net-ssleay" ,perl-net-ssleay))) | 2294 | (propagated-inputs `(("perl-net-ssleay" ,perl-net-ssleay))) |
| 2296 | (synopsis "Nearly transparent SSL encapsulation for IO::Socket::INET") | 2295 | (synopsis "Nearly transparent SSL encapsulation for IO::Socket::INET") |
| @@ -2418,8 +2417,8 @@ and retry a few times.") | |||
| 2418 | (sha256 | 2417 | (sha256 |
| 2419 | (base32 | 2418 | (base32 |
| 2420 | "10dcsq4s2kc9cb1vccx17r187c81drirc3s1hbxh3rb8489kg2b2")) | 2419 | "10dcsq4s2kc9cb1vccx17r187c81drirc3s1hbxh3rb8489kg2b2")) |
| 2421 | (patches (list | 2420 | (patches (search-patches |
| 2422 | (search-patch "perl-net-amazon-s3-moose-warning.patch"))))) | 2421 | "perl-net-amazon-s3-moose-warning.patch")))) |
| 2423 | (build-system perl-build-system) | 2422 | (build-system perl-build-system) |
| 2424 | (native-inputs | 2423 | (native-inputs |
| 2425 | `(("perl-libwww" ,perl-libwww) | 2424 | `(("perl-libwww" ,perl-libwww) |
diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm index 350baf7373e..f9aa657e569 100644 --- a/gnu/packages/wicd.scm +++ b/gnu/packages/wicd.scm | |||
| @@ -46,11 +46,11 @@ | |||
| 46 | "/+download/wicd-" version ".tar.gz")) | 46 | "/+download/wicd-" version ".tar.gz")) |
| 47 | (sha256 | 47 | (sha256 |
| 48 | (base32 "0qpbwwsrqdp40mm3a8djpn2d055rxxspdhwijwsdnws700a9d637")) | 48 | (base32 "0qpbwwsrqdp40mm3a8djpn2d055rxxspdhwijwsdnws700a9d637")) |
| 49 | (patches (map search-patch | 49 | (patches (search-patches |
| 50 | '("wicd-bitrate-none-fix.patch" | 50 | "wicd-bitrate-none-fix.patch" |
| 51 | "wicd-get-selected-profile-fix.patch" | 51 | "wicd-get-selected-profile-fix.patch" |
| 52 | "wicd-urwid-1.3.patch" | 52 | "wicd-urwid-1.3.patch" |
| 53 | "wicd-wpa2-ttls.patch"))))) | 53 | "wicd-wpa2-ttls.patch")))) |
| 54 | (build-system python-build-system) | 54 | (build-system python-build-system) |
| 55 | (native-inputs `(("gettext" ,gnu-gettext))) | 55 | (native-inputs `(("gettext" ,gnu-gettext))) |
| 56 | (inputs `(("dbus-glib" ,dbus-glib) | 56 | (inputs `(("dbus-glib" ,dbus-glib) |
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a63e5975997..60842efab2e 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
| @@ -286,7 +286,7 @@ tiling window manager for X.") | |||
| 286 | (sha256 | 286 | (sha256 |
| 287 | (base32 | 287 | (base32 |
| 288 | "0ak0yajzk3v4dg5wmaghv6acf7v02a4iw8qxmq5yw5ard8lrqn3r")) | 288 | "0ak0yajzk3v4dg5wmaghv6acf7v02a4iw8qxmq5yw5ard8lrqn3r")) |
| 289 | (patches (map search-patch '("evilwm-lost-focus-bug.patch"))))) | 289 | (patches (search-patches "evilwm-lost-focus-bug.patch")))) |
| 290 | (build-system gnu-build-system) | 290 | (build-system gnu-build-system) |
| 291 | (inputs | 291 | (inputs |
| 292 | `(("libx11" ,libx11) | 292 | `(("libx11" ,libx11) |
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a999857ecb7..126e9976737 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm | |||
| @@ -135,7 +135,7 @@ avoiding password prompts when X11 forwarding has already been setup.") | |||
| 135 | (sha256 | 135 | (sha256 |
| 136 | (base32 | 136 | (base32 |
| 137 | "1lcngsw33fy9my21rdiz1gs474bfdqcfxjrnfggbx4aypn1nhcp8")) | 137 | "1lcngsw33fy9my21rdiz1gs474bfdqcfxjrnfggbx4aypn1nhcp8")) |
| 138 | (patches (list (search-patch "xdotool-fix-makefile.patch"))))) | 138 | (patches (search-patches "xdotool-fix-makefile.patch")))) |
| 139 | (build-system gnu-build-system) | 139 | (build-system gnu-build-system) |
| 140 | (arguments | 140 | (arguments |
| 141 | '(#:tests? #f ; Test suite requires a lot of black magic | 141 | '(#:tests? #f ; Test suite requires a lot of black magic |
| @@ -233,7 +233,7 @@ rasterisation.") | |||
| 233 | (sha256 | 233 | (sha256 |
| 234 | (base32 | 234 | (base32 |
| 235 | "1i4n7mz49l0j4kr0dg9n1j3hlc786ncqgj0v5fci1mz7pp40m5ki")) | 235 | "1i4n7mz49l0j4kr0dg9n1j3hlc786ncqgj0v5fci1mz7pp40m5ki")) |
| 236 | (patches (list (search-patch "libdrm-symbol-check.patch"))))) | 236 | (patches (search-patches "libdrm-symbol-check.patch")))) |
| 237 | (build-system gnu-build-system) | 237 | (build-system gnu-build-system) |
| 238 | (inputs | 238 | (inputs |
| 239 | `(("libpciaccess" ,libpciaccess) | 239 | `(("libpciaccess" ,libpciaccess) |
| @@ -315,7 +315,7 @@ System style license, and has no special dependencies.") | |||
| 315 | (sha256 | 315 | (sha256 |
| 316 | (base32 | 316 | (base32 |
| 317 | "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np")) | 317 | "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np")) |
| 318 | (patches (list (search-patch "wmctrl-64-fix.patch"))))) | 318 | (patches (search-patches "wmctrl-64-fix.patch")))) |
| 319 | (build-system gnu-build-system) | 319 | (build-system gnu-build-system) |
| 320 | (arguments | 320 | (arguments |
| 321 | '(#:configure-flags | 321 | '(#:configure-flags |
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 03b49a86ac2..89071e991d0 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm | |||
| @@ -272,7 +272,7 @@ management D-Bus specification.") | |||
| 272 | (sha256 | 272 | (sha256 |
| 273 | (base32 | 273 | (base32 |
| 274 | "1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih")) | 274 | "1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih")) |
| 275 | (patches (list (search-patch "xfce4-panel-plugins.patch"))))) | 275 | (patches (search-patches "xfce4-panel-plugins.patch")))) |
| 276 | (build-system gnu-build-system) | 276 | (build-system gnu-build-system) |
| 277 | (arguments | 277 | (arguments |
| 278 | '(#:configure-flags '("--enable-gtk3"))) | 278 | '(#:configure-flags '("--enable-gtk3"))) |
| @@ -467,7 +467,7 @@ your system in categories, so you can quickly find and launch them.") | |||
| 467 | "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")) | 467 | "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")) |
| 468 | (patches | 468 | (patches |
| 469 | ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282 | 469 | ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282 |
| 470 | (list (search-patch "xfce4-session-fix-xflock4.patch"))) | 470 | (search-patches "xfce4-session-fix-xflock4.patch")) |
| 471 | (modules '((guix build utils))) | 471 | (modules '((guix build utils))) |
| 472 | (snippet | 472 | (snippet |
| 473 | '(begin | 473 | '(begin |
| @@ -510,8 +510,7 @@ allows you to shutdown the computer from Xfce.") | |||
| 510 | (sha256 | 510 | (sha256 |
| 511 | (base32 | 511 | (base32 |
| 512 | "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")) | 512 | "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")) |
| 513 | (patches | 513 | (patches (search-patches "xfce4-settings-defaults.patch")))) |
| 514 | (list (search-patch "xfce4-settings-defaults.patch"))))) | ||
| 515 | (build-system gnu-build-system) | 514 | (build-system gnu-build-system) |
| 516 | (native-inputs | 515 | (native-inputs |
| 517 | `(("pkg-config" ,pkg-config) | 516 | `(("pkg-config" ,pkg-config) |
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 1e157a4c96f..83bed814f98 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm | |||
| @@ -111,7 +111,7 @@ polyphonic) audio and music at fixed and variable bitrates from 16 to | |||
| 111 | (sha256 | 111 | (sha256 |
| 112 | (base32 | 112 | (base32 |
| 113 | "0q8wark9ribij57dciym5vdikg2464p8q2mgqvfb78ksjh4s8vgk")) | 113 | "0q8wark9ribij57dciym5vdikg2464p8q2mgqvfb78ksjh4s8vgk")) |
| 114 | (patches (list (search-patch "libtheora-config-guess.patch"))))) | 114 | (patches (search-patches "libtheora-config-guess.patch")))) |
| 115 | (build-system gnu-build-system) | 115 | (build-system gnu-build-system) |
| 116 | (inputs `(("libvorbis" ,libvorbis))) | 116 | (inputs `(("libvorbis" ,libvorbis))) |
| 117 | ;; The .pc files refer to libogg. | 117 | ;; The .pc files refer to libogg. |
| @@ -267,7 +267,7 @@ Kate stream.") | |||
| 267 | (sha256 | 267 | (sha256 |
| 268 | (base32 | 268 | (base32 |
| 269 | "1g12bnh5ah08v529y72kfdz5lhvy75iaz7f9jskyby23m9dkk2d3")) | 269 | "1g12bnh5ah08v529y72kfdz5lhvy75iaz7f9jskyby23m9dkk2d3")) |
| 270 | (patches (list (search-patch "vorbis-tools-CVE-2015-6749.patch"))))) | 270 | (patches (search-patches "vorbis-tools-CVE-2015-6749.patch")))) |
| 271 | (build-system gnu-build-system) | 271 | (build-system gnu-build-system) |
| 272 | (inputs `(("ao" ,ao) | 272 | (inputs `(("ao" ,ao) |
| 273 | ("curl" ,curl) | 273 | ("curl" ,curl) |
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 7419c61d3ab..e1f111e3296 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | (sha256 | 52 | (sha256 |
| 53 | (base32 | 53 | (base32 |
| 54 | "11pblz61zyxh68s5pdcbhc30ha1b2vfjd83aiwfg4vc15x3hadw2")) | 54 | "11pblz61zyxh68s5pdcbhc30ha1b2vfjd83aiwfg4vc15x3hadw2")) |
| 55 | (patches (list (search-patch "expat-CVE-2015-1283.patch"))))) | 55 | (patches (search-patches "expat-CVE-2015-1283.patch")))) |
| 56 | (build-system gnu-build-system) | 56 | (build-system gnu-build-system) |
| 57 | (home-page "http://www.libexpat.org/") | 57 | (home-page "http://www.libexpat.org/") |
| 58 | (synopsis "Stream-oriented XML parser library written in C") | 58 | (synopsis "Stream-oriented XML parser library written in C") |
| @@ -132,7 +132,7 @@ project (but it is usable outside of the Gnome platform).") | |||
| 132 | (sha256 | 132 | (sha256 |
| 133 | (base32 | 133 | (base32 |
| 134 | "13029baw9kkyjgr7q3jccw2mz38amq7mmpr5p3bh775qawd1bisz")) | 134 | "13029baw9kkyjgr7q3jccw2mz38amq7mmpr5p3bh775qawd1bisz")) |
| 135 | (patches (list (search-patch "libxslt-CVE-2015-7995.patch"))))) | 135 | (patches (search-patches "libxslt-CVE-2015-7995.patch")))) |
| 136 | (build-system gnu-build-system) | 136 | (build-system gnu-build-system) |
| 137 | (home-page "http://xmlsoft.org/XSLT/index.html") | 137 | (home-page "http://xmlsoft.org/XSLT/index.html") |
| 138 | (synopsis "C library for applying XSLT stylesheets to XML documents") | 138 | (synopsis "C library for applying XSLT stylesheets to XML documents") |
| @@ -654,7 +654,7 @@ UTF-8 and UTF-16 encoding.") | |||
| 654 | (sha256 | 654 | (sha256 |
| 655 | (base32 | 655 | (base32 |
| 656 | "14smciid19lvkxqznfig77jxn5s4iq3jpb47vh5a6zcaqp7gvg8m")) | 656 | "14smciid19lvkxqznfig77jxn5s4iq3jpb47vh5a6zcaqp7gvg8m")) |
| 657 | (patches (list (search-patch "tinyxml-use-stl.patch"))))) | 657 | (patches (search-patches "tinyxml-use-stl.patch")))) |
| 658 | (build-system gnu-build-system) | 658 | (build-system gnu-build-system) |
| 659 | ;; This library is missing *a lot* of the steps to make it usable, so we | 659 | ;; This library is missing *a lot* of the steps to make it usable, so we |
| 660 | ;; have to add them here, like every other distro must do. | 660 | ;; have to add them here, like every other distro must do. |
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4cf466883be..fd933e36a70 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -1514,7 +1514,7 @@ treat it as part of their software base when porting.") | |||
| 1514 | "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")) | 1514 | "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")) |
| 1515 | ;; See https://bugs.freedesktop.org/show_bug.cgi?id=47792; | 1515 | ;; See https://bugs.freedesktop.org/show_bug.cgi?id=47792; |
| 1516 | ;; should become obsolete with the next release. | 1516 | ;; should become obsolete with the next release. |
| 1517 | (patches (list (search-patch "luit-posix.patch"))))) | 1517 | (patches (search-patches "luit-posix.patch")))) |
| 1518 | (build-system gnu-build-system) | 1518 | (build-system gnu-build-system) |
| 1519 | (inputs | 1519 | (inputs |
| 1520 | `(("libfontenc" ,libfontenc))) | 1520 | `(("libfontenc" ,libfontenc))) |
| @@ -2577,7 +2577,7 @@ as USB mice.") | |||
| 2577 | (sha256 | 2577 | (sha256 |
| 2578 | (base32 | 2578 | (base32 |
| 2579 | "07p5vdsj2ckxb6wh02s61akcv4qfg6s1d5ld3jn3lfaayd3f1466")) | 2579 | "07p5vdsj2ckxb6wh02s61akcv4qfg6s1d5ld3jn3lfaayd3f1466")) |
| 2580 | (patches (list (search-patch "xf86-video-ark-remove-mibstore.patch"))))) | 2580 | (patches (search-patches "xf86-video-ark-remove-mibstore.patch")))) |
| 2581 | (build-system gnu-build-system) | 2581 | (build-system gnu-build-system) |
| 2582 | (inputs `(("xorg-server" ,xorg-server))) | 2582 | (inputs `(("xorg-server" ,xorg-server))) |
| 2583 | (native-inputs `(("pkg-config" ,pkg-config))) | 2583 | (native-inputs `(("pkg-config" ,pkg-config))) |
| @@ -2603,7 +2603,7 @@ as USB mice.") | |||
| 2603 | ;; (sha256 | 2603 | ;; (sha256 |
| 2604 | ;; (base32 | 2604 | ;; (base32 |
| 2605 | ;; "1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69")) | 2605 | ;; "1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69")) |
| 2606 | ;; (patches (list (search-patch "xf86-video-ast-remove-mibstore.patch"))))) | 2606 | ;; (patches (search-patches "xf86-video-ast-remove-mibstore.patch")))) |
| 2607 | ;; (build-system gnu-build-system) | 2607 | ;; (build-system gnu-build-system) |
| 2608 | ;; (inputs `(("xorg-server" ,xorg-server))) | 2608 | ;; (inputs `(("xorg-server" ,xorg-server))) |
| 2609 | ;; (native-inputs `(("pkg-config" ,pkg-config))) | 2609 | ;; (native-inputs `(("pkg-config" ,pkg-config))) |
| @@ -2711,7 +2711,7 @@ framebuffer device.") | |||
| 2711 | (sha256 | 2711 | (sha256 |
| 2712 | (base32 | 2712 | (base32 |
| 2713 | "1s59kdj573v38sb14xfhp1l926aypbhy11vaz36y72x6calfkv6n")) | 2713 | "1s59kdj573v38sb14xfhp1l926aypbhy11vaz36y72x6calfkv6n")) |
| 2714 | (patches (list (search-patch "xf86-video-geode-glibc-2.20.patch"))))) | 2714 | (patches (search-patches "xf86-video-geode-glibc-2.20.patch")))) |
| 2715 | (build-system gnu-build-system) | 2715 | (build-system gnu-build-system) |
| 2716 | (inputs `(("xorg-server" ,xorg-server))) | 2716 | (inputs `(("xorg-server" ,xorg-server))) |
| 2717 | (native-inputs `(("pkg-config" ,pkg-config))) | 2717 | (native-inputs `(("pkg-config" ,pkg-config))) |
| @@ -2770,8 +2770,7 @@ compositing. Both support Xv overlay and dynamic rotation with XRandR.") | |||
| 2770 | (sha256 | 2770 | (sha256 |
| 2771 | (base32 | 2771 | (base32 |
| 2772 | "08a2aark2yn9irws9c78d9q44dichr03i9zbk61jgr54ncxqhzv5")) | 2772 | "08a2aark2yn9irws9c78d9q44dichr03i9zbk61jgr54ncxqhzv5")) |
| 2773 | (patches (list | 2773 | (patches (search-patches "xf86-video-glint-remove-mibstore.patch")))) |
| 2774 | (search-patch "xf86-video-glint-remove-mibstore.patch"))))) | ||
| 2775 | (build-system gnu-build-system) | 2774 | (build-system gnu-build-system) |
| 2776 | (inputs `(("xf86dgaproto" ,xf86dgaproto) | 2775 | (inputs `(("xf86dgaproto" ,xf86dgaproto) |
| 2777 | ("xorg-server" ,xorg-server))) | 2776 | ("xorg-server" ,xorg-server))) |
| @@ -2798,8 +2797,7 @@ X server.") | |||
| 2798 | (sha256 | 2797 | (sha256 |
| 2799 | (base32 | 2798 | (base32 |
| 2800 | "171b8lbxr56w3isph947dnw7x87hc46v6m3mcxdcz44gk167x0pq")) | 2799 | "171b8lbxr56w3isph947dnw7x87hc46v6m3mcxdcz44gk167x0pq")) |
| 2801 | (patches (list | 2800 | (patches (search-patches "xf86-video-i128-remove-mibstore.patch")))) |
| 2802 | (search-patch "xf86-video-i128-remove-mibstore.patch"))))) | ||
| 2803 | (build-system gnu-build-system) | 2801 | (build-system gnu-build-system) |
| 2804 | (inputs `(("xorg-server" ,xorg-server))) | 2802 | (inputs `(("xorg-server" ,xorg-server))) |
| 2805 | (native-inputs `(("pkg-config" ,pkg-config))) | 2803 | (native-inputs `(("pkg-config" ,pkg-config))) |
| @@ -2870,7 +2868,7 @@ It supports a variety of Intel graphics chipsets.") | |||
| 2870 | (sha256 | 2868 | (sha256 |
| 2871 | (base32 | 2869 | (base32 |
| 2872 | "07xlf5nsjm0x18ij5gyy4lf8hwpl10i8chi3skpqjh84drdri61y")) | 2870 | "07xlf5nsjm0x18ij5gyy4lf8hwpl10i8chi3skpqjh84drdri61y")) |
| 2873 | (patches (list (search-patch "xf86-video-mach64-glibc-2.20.patch"))))) | 2871 | (patches (search-patches "xf86-video-mach64-glibc-2.20.patch")))) |
| 2874 | (build-system gnu-build-system) | 2872 | (build-system gnu-build-system) |
| 2875 | (inputs `(("mesa" ,mesa) | 2873 | (inputs `(("mesa" ,mesa) |
| 2876 | ("xf86driproto" ,xf86driproto) | 2874 | ("xf86driproto" ,xf86driproto) |
| @@ -3005,7 +3003,7 @@ kernel mode setting (KMS).") | |||
| 3005 | (sha256 | 3003 | (sha256 |
| 3006 | (base32 | 3004 | (base32 |
| 3007 | "1gqh1khc4zalip5hh2nksgs7i3piqq18nncgmsx9qvzi05azd5c3")) | 3005 | "1gqh1khc4zalip5hh2nksgs7i3piqq18nncgmsx9qvzi05azd5c3")) |
| 3008 | (patches (list (search-patch "xf86-video-nv-remove-mibstore.patch"))))) | 3006 | (patches (search-patches "xf86-video-nv-remove-mibstore.patch")))) |
| 3009 | (build-system gnu-build-system) | 3007 | (build-system gnu-build-system) |
| 3010 | (inputs `(("xorg-server" ,xorg-server))) | 3008 | (inputs `(("xorg-server" ,xorg-server))) |
| 3011 | (native-inputs `(("pkg-config" ,pkg-config))) | 3009 | (native-inputs `(("pkg-config" ,pkg-config))) |
| @@ -3057,8 +3055,7 @@ graphics cards.") | |||
| 3057 | (sha256 | 3055 | (sha256 |
| 3058 | (base32 | 3056 | (base32 |
| 3059 | "1v8j4i1r268n4fc5gq54zg1x50j0rhw71f3lba7411mcblg2z7p4")) | 3057 | "1v8j4i1r268n4fc5gq54zg1x50j0rhw71f3lba7411mcblg2z7p4")) |
| 3060 | (patches (list | 3058 | (patches (search-patches "xf86-video-openchrome-glibc-2.20.patch")))) |
| 3061 | (search-patch "xf86-video-openchrome-glibc-2.20.patch"))))) | ||
| 3062 | (build-system gnu-build-system) | 3059 | (build-system gnu-build-system) |
| 3063 | (inputs `(("libx11" ,libx11) | 3060 | (inputs `(("libx11" ,libx11) |
| 3064 | ("libxext" ,libxext) | 3061 | ("libxext" ,libxext) |
| @@ -3272,7 +3269,7 @@ This driver supports SiS chipsets of 300/315/330/340 series.") | |||
| 3272 | (sha256 | 3269 | (sha256 |
| 3273 | (base32 | 3270 | (base32 |
| 3274 | "0cb161lvdgi6qnf1sfz722qn38q7kgakcvj7b45ba3i0020828r0")) | 3271 | "0cb161lvdgi6qnf1sfz722qn38q7kgakcvj7b45ba3i0020828r0")) |
| 3275 | (patches (list (search-patch "xf86-video-tga-remove-mibstore.patch"))))) | 3272 | (patches (search-patches "xf86-video-tga-remove-mibstore.patch")))) |
| 3276 | (build-system gnu-build-system) | 3273 | (build-system gnu-build-system) |
| 3277 | (inputs `(("xf86dgaproto" ,xf86dgaproto) | 3274 | (inputs `(("xf86dgaproto" ,xf86dgaproto) |
| 3278 | ("xorg-server" ,xorg-server))) | 3275 | ("xorg-server" ,xorg-server))) |
| @@ -3887,7 +3884,7 @@ protocol.") | |||
| 3887 | (sha256 | 3884 | (sha256 |
| 3888 | (base32 | 3885 | (base32 |
| 3889 | "0y649an3jqfq9klkp9y5gj20xb78fw6g193f5mnzpl0hbz6fbc5p")) | 3886 | "0y649an3jqfq9klkp9y5gj20xb78fw6g193f5mnzpl0hbz6fbc5p")) |
| 3890 | (patches (list (search-patch "xmodmap-asprintf.patch"))))) | 3887 | (patches (search-patches "xmodmap-asprintf.patch")))) |
| 3891 | (build-system gnu-build-system) | 3888 | (build-system gnu-build-system) |
| 3892 | (inputs | 3889 | (inputs |
| 3893 | `(("xproto" ,xproto) | 3890 | `(("xproto" ,xproto) |
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index b7bed0e86d8..6defbda49e9 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm | |||
| @@ -81,19 +81,19 @@ Compression ratios of 2:1 to 3:1 are common for text files.") | |||
| 81 | (sha256 | 81 | (sha256 |
| 82 | (base32 | 82 | (base32 |
| 83 | "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83")) | 83 | "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83")) |
| 84 | (patches (map search-patch '("unzip-CVE-2014-8139.patch" | 84 | (patches (search-patches "unzip-CVE-2014-8139.patch" |
| 85 | "unzip-CVE-2014-8140.patch" | 85 | "unzip-CVE-2014-8140.patch" |
| 86 | "unzip-CVE-2014-8141.patch" | 86 | "unzip-CVE-2014-8141.patch" |
| 87 | "unzip-CVE-2014-9636.patch" | 87 | "unzip-CVE-2014-9636.patch" |
| 88 | "unzip-CVE-2015-7696.patch" | 88 | "unzip-CVE-2015-7696.patch" |
| 89 | "unzip-CVE-2015-7697.patch" | 89 | "unzip-CVE-2015-7697.patch" |
| 90 | "unzip-allow-greater-hostver-values.patch" | 90 | "unzip-allow-greater-hostver-values.patch" |
| 91 | "unzip-initialize-symlink-flag.patch" | 91 | "unzip-initialize-symlink-flag.patch" |
| 92 | "unzip-remove-build-date.patch" | 92 | "unzip-remove-build-date.patch" |
| 93 | "unzip-attribs-overflow.patch" | 93 | "unzip-attribs-overflow.patch" |
| 94 | "unzip-overflow-on-invalid-input.patch" | 94 | "unzip-overflow-on-invalid-input.patch" |
| 95 | "unzip-format-secure.patch" | 95 | "unzip-format-secure.patch" |
| 96 | "unzip-overflow-long-fsize.patch"))))) | 96 | "unzip-overflow-long-fsize.patch")))) |
| 97 | (build-system gnu-build-system) | 97 | (build-system gnu-build-system) |
| 98 | ;; no inputs; bzip2 is not supported, since not compiled with BZ_NO_STDIO | 98 | ;; no inputs; bzip2 is not supported, since not compiled with BZ_NO_STDIO |
| 99 | (arguments | 99 | (arguments |
