3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

19 commits

Author SHA1 Message Date
Vagrant Cascadian c526ddf482
gnu: Add reprotest.
Added to diffoscope, to avoid triggering #37346.

* gnu/packages/diffoscope (reprotest): New variable.
* gnu/packages/patches/reprotest-support-guix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
2020-02-07 16:06:17 -08:00
Vagrant Cascadian f83d07f777
gnu: diffoscope: Update description.
* gnu/packages/diffoscope (diffoscope)[description]: Mention optional
  dependencies.
2020-02-06 13:51:55 -08:00
Vagrant Cascadian 3d8fe3e276
gnu: diffoscope: Update to 136.
* gnu/packages/diffoscope (diffoscope): Update to 136.
2020-02-01 15:41:17 -08:00
Vagrant Cascadian a3bf434819
gnu: diffoscope: Update to 135.
* gnu/packages/diffoscope (diffoscope): Update to 135.
2020-01-17 13:08:46 -08:00
Vagrant Cascadian 5de06b9dfb
gnu: diffoscope: Update to 134.
* gnu/packages/diffoscope (diffoscope): Update to 134.
  [arguments] Remove phase adding support for zstd.
2019-12-29 01:27:13 -08:00
Vagrant Cascadian bc685e1ca3
gnu: diffoscope: Add support for zstd compression.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add zstd.
  [arguments]: Add add-known-tools phase with support for zstd.
2019-12-15 13:01:10 -08:00
Vagrant Cascadian 6a65185ee4
gnu: diffoscope: Update to 133.
* gnu/packages/diffoscope (diffoscope): Update to 133.
2019-12-15 10:19:04 -08:00
Vagrant Cascadian 446316cad5
gnu: diffoscope: Update to 131.
* gnu/packages/diffoscope (diffoscope): Update to 131.
2019-11-23 18:55:46 -08:00
Vagrant Cascadian 36f5f23c1a
gnu: diffoscope: Add additional native-inputs for tests.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and
  python-progressbar33.
2019-10-29 00:07:39 -07:00
Vagrant Cascadian d332fd860f
gnu: diffoscope: Update to 129.
* gnu/packages/diffoscope (diffoscope): Update to 129.
2019-10-28 15:00:28 -07:00
Vagrant Cascadian c3704ecaa5
gnu: diffoscope: Update to 126.
* gnu/packages/diffoscope (diffoscope): Update to 126.
  [arguments]: Remove add-known-tools phase, merged upstream.
2019-10-16 18:23:26 -07:00
Vagrant Cascadian aaeb2b34cb
gnu: diffoscope: Adjust native-inputs for architecture limitations.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Only add ghc on
  x86_64-linux and i686-linux.
  Only add openjdk and enjarify on x86_64-linux.
2019-09-21 15:35:53 -07:00
Vagrant Cascadian 68620d62f5
gnu: Add enjarify.
* gnu/packages/android (enjarify): New variable.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add enjarify.
  [arguments]: add enjarify to add-known-tools phase.
* gnu/packages/patches/enjarify-setup-py.patch: New file.
* gnu/local.mk: Add enjarify-setup-py.patch.
2019-09-19 16:45:34 -07:00
Vagrant Cascadian 6ec872231f
gnu: Add python-jsbeautifier.
* gnu/packages/python-xyz (python-jsbeautifier): New variable.
* gnu/packages/diffoscope (diffoscope)[native-arguments]: Add python-jsbeautifier.
  [arguments]: Add python-jsbeautifier to add-known-tools phase.
2019-09-19 13:45:41 -07:00
Vagrant Cascadian 4d83157cd8
gnu: Add wabt.
* gnu/packages/web (wabt): New variable.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add wabt for tests.
  [arguments]: Add phase patching wabt into known tools.
2019-09-19 11:39:52 -07:00
Vagrant Cascadian f315673d9e
gnu: Add python-binwalk.
* gnu/packages/python-xyz (python-binwalk): New variable.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-binwalk for
  tests.
2019-09-19 10:56:33 -07:00
Vagrant Cascadian 3fb581ca9f
gnu: diffoscope: Update to 125.
* gnu/packages/diffoscope (diffoscope): Update to 125.
  [arguments] Adjust remove-ocaml-test to selectively disable a single test.
    Add skip-elf-tests to disable a new failing test.
  [native-inputs] Add ocaml for tests.
2019-09-18 21:09:08 -07:00
Vagrant Cascadian 3244b64f70
gnu: diffoscope: Add additional test dependencies.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add abootimg, dtc,
  and r-minimal.
2019-09-18 17:26:36 -07:00
Vagrant Cascadian 52211add0b
gnu: Move diffoscope and trydiffoscope to new diffoscope.scm.
* gnu/packages/package-management (diffoscope): Remove variable.
  (trydiffoscope): Remove variable.
  Update copyright information.
* gnu/packages/diffoscope.scm: New file.
  (diffoscope): Add variable.
  (trydiffoscope): Add variable.
* gnu/local.mk [GNU_SYSTEM_MODULES]: Add diffoscope.scm.
2019-09-18 17:26:33 -07:00