summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
AgeCommit message (Expand)Author
2023-01-25gnu: diffoscope: Replace cdrtools with cdrkit-libre....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove cdrtools. Add cdrkit-libre. Efraim Flashner
2023-01-25gnu: diffoscope: Use newer llvm....* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [native-inputs]: Replace llvm-9 with llvm. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2023-01-22gnu: diffoscope: Simplify the build-man-page phase....* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding in the build-man-page phase, as the python-build-system has no such argument. Maxim Cournoyer
2023-01-22gnu: diffoscope: Fix indentation....* gnu/packages/diffoscope.scm (diffoscope): Fix indentation. Maxim Cournoyer
2023-01-22gnu: diffoscope: Update to 233....* gnu/packages/diffoscope.scm (diffoscope): Update to 233. [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian
2022-12-11gnu: reprotest: Update to 0.7.22....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.22. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-10-16gnu: diffoscope: Update to 224....* gnu/packages/diffoscope.scm (diffoscope): Update to 224. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Adjust accordingly. Tobias Geerinckx-Rice
2022-09-01gnu: diffoscope: Remove mono from native inputs....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove mono. Maxim Cournoyer
2022-09-01gnu: Add missing imports for python-check....This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise. Liliana Marie Prikler
2022-08-19gnu: diffoscope: Update to 221....* gnu/packages/diffoscope.scm (diffoscope): Update to 221. Vagrant Cascadian
2022-08-10gnu: reprotest: Update to 0.7.21....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21. Vagrant Cascadian
2022-08-10gnu: diffoscope: Update to 220....* gnu/packages/diffoscope.scm (diffoscope): Update to 220. Vagrant Cascadian
2022-07-20gnu: diffoscope: Only build with fpc on supported architectures....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Only add fpc on x86_64-linux or i686-linux. Efraim Flashner
2022-07-17gnu: diffoscope: Update to 219....* gnu/packages/diffoscope.scm (diffoscope): Update to 219. Tobias Geerinckx-Rice
2022-06-19gnu: diffoscope: Update to 217....* gnu/packages/diffoscope.scm (diffoscope): Update to 217. Tobias Geerinckx-Rice
2022-06-05gnu: diffoscope: Update to 216....* gnu/packages/diffoscope.scm (diffoscope): Update to 216. Tobias Geerinckx-Rice
2022-06-04gnu: diffoscope: Update to 215....* gnu/packages/diffoscope.scm (diffoscope): Update to 215. [arguments]: Drop 'install-extract-vmlinux phase. [inputs]: Remove python. Vagrant Cascadian
2022-06-01gnu: diffoscope: Fix comparison of vmlinux files....* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add 'install-extract-vmlinux phase. [inputs]: Add python. Vagrant Cascadian
2022-06-01gnu: diffoscope: Fix embedded tool references....Upstream switched from using '' to "" in various places. Drop patching of "readelf" which broke tests. * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Update 'fix-embed-tool-references phase. [inputs]: Add coreutils and diffutils. Vagrant Cascadian
2022-05-27gnu: diffoscope: Update to 214....* gnu/packages/diffoscope.scm (diffoscope): Update to 214. [arguments]: Remove 'xb-tool-external-tool phase. Vagrant Cascadian
2022-05-15gnu: diffoscope: Update to 213....* gnu/packages/diffoscope.scm (diffoscope): Update to 213. Tobias Geerinckx-Rice
2022-05-14gnu: libxmlb: Install xb-tool in bin dir....* gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: New file. * gnu/packages/xml.scm (libxmlb)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add 'xb-tool-external-tool phase. Vagrant Cascadian
2022-05-14gnu: diffoscope: Update to 212....* gnu/packages/diffoscope.scm (diffoscope): Update to 212. Vagrant Cascadian
2022-04-08gnu: reprotest: Update to 0.7.20....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.20. Vagrant Cascadian
2022-04-08gnu: diffoscope: Update to 209....* gnu/packages/diffoscope.scm (diffoscope): Update to 209. Vagrant Cascadian
2022-03-14gnu: diffoscope: Update to 207....* gnu/packages/diffoscope.scm (diffoscope): Update to 207. Vagrant Cascadian
2022-03-03gnu: diffoscope: Update to 206....* gnu/packages/diffoscope.scm (diffoscope): Update to 206. Vagrant Cascadian
2022-02-01gnu: LLVM: Switch to 13 as the default....* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise. Marius Bakke
2022-01-12gnu: diffoscope: Don't run Black tests....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove PYTHON-BLACK, because the tests are prone to breaking with newer versions, purely cosmetic, and skipped on demand. Marius Bakke
2022-01-09gnu: diffoscope: Update to 199....* gnu/packages/diffoscope.scm (diffoscope): Update to 199. Tobias Geerinckx-Rice
2022-01-04gnu: diffoscope: Update to 198....* gnu/packages/diffoscope.scm (diffoscope): Update to 198. Tobias Geerinckx-Rice
2021-12-19gnu: diffoscope: Remove input labels....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2021-12-18gnu: diffoscope: Update to 197....* gnu/packages/diffoscope.scm (diffoscope): Update to 197. Tobias Geerinckx-Rice
2021-12-16gnu: python-magic: Work around crash on .crx files....* gnu/packages/patches/python-magic-python-bytecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-magic)[source](patches): Add it. [inputs]: Add FILE-NEXT. [arguments]: While at it, remove input labels. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add FILE-NEXT. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-30gnu: diffoscope: Update to 194....* gnu/packages/diffoscope.scm (diffoscope): Update to 194. Tobias Geerinckx-Rice
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-12gnu: diffoscope: Update to 192....* gnu/packages/diffoscope.scm (diffoscope): Update to 192. Vagrant Cascadian
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-05gnu: diffoscope: Update to 190....* gnu/packages/diffoscope.scm (diffoscope): Update to 190. [arguments]: Remove 'skip-python-tests phase. Vagrant Cascadian
2021-11-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-01gnu: python-binwalk: Rename to binwalk....* gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly. Tobias Geerinckx-Rice
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-29gnu: diffoscope: Update to 189....* gnu/packages/diffoscope.scm (diffoscope): Update to 189. [arguments] Remove phases 'use-dumppdf-py and 'fpc-external-tool. Update 'skip-python-tests. Vagrant Cascadian
2021-10-27gnu: diffoscope: Update to 188....* gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch: Rename patch to... * gnu/packages/patches/diffoscope-fix-llvm-test.patch: This. * gnu/local.mk (dist_patch_DATA): Update patch name. * gnu/packages/diffoscope.scm (diffoscope): Update to 188. [source]: Update patch name. [arguments]: Add skip-python-tests phase. Add fpc-external-tool phase. Add use-dumppdf-py phase. [native-inputs]: Add fpc. Vagrant Cascadian
2021-10-24gnu: reprotest: Update to 0.7.18....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.18. Vagrant Cascadian
2021-10-24gnu: diffoscope: Update to 188....* gnu/packages/diffoscope.scm (diffoscope): Update to 188. Ricardo Wurmus
2021-10-24gnu: diffoscope: Disable another broken libfile test....* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase 'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete another test that is broken due to our `file' package. Ricardo Wurmus
2021-10-04gnu: diffoscope: Update to 186....* gnu/packages/diffoscope.scm (diffoscope): Update to 186. [source]: Add patch. [arguments]: Add a new 'fix-failing-tests phase. Don't explicitly return #t from phases. * gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice