Doron Behar
7cebda4ea8
diffoscope: disable another broken test
...
(cherry picked from commit 9eae9c2035
)
2024-07-29 19:54:41 -05:00
Sergei Trofimovich
59c540c760
diffoscope: 266 -> 267
...
Changes: https://diffoscope.org/news/diffoscope-267-released/
2024-05-17 16:03:29 +01:00
Sergei Trofimovich
d2ed14aa4f
diffoscope: 265 -> 266
...
Changes: https://diffoscope.org/news/diffoscope-266-released/
2024-05-13 17:41:55 +02:00
éclairevoyant
65728a10aa
diffoscope: reenable cbfs tests
...
fixed upstream in https://review.coreboot.org/c/coreboot/+/78239
2024-04-29 22:51:39 -04:00
Sandro Jäckel
02e439f973
diffoscope: disable radare2
...
since r2pipe got added, the tests for it are executed, which fail
2024-04-28 01:37:15 +02:00
Sandro Jäckel
675ece9738
diffoscope: downgrade tlsh
2024-04-28 01:37:06 +02:00
Sandro
43129fa776
Merge pull request #302569 from SuperSandro2000/diffoscope-pypdf
2024-04-24 15:22:01 +02:00
Sergei Trofimovich
ad80a632a4
diffoscope: 263 -> 265
...
Changes:
- https://diffoscope.org/news/diffoscope-264-released/
- https://diffoscope.org/news/diffoscope-265-released/
2024-04-19 22:01:33 +01:00
Sandro Jäckel
9e2322eb10
diffoscope: update doc2txt comment
2024-04-08 23:31:16 +02:00
Sandro Jäckel
f4ed855c24
diffoscope: add r2pipe
2024-04-08 23:31:07 +02:00
Pol Dellaiera
33664e1480
Merge pull request #300021 from trofi/diffoscope-update
...
diffoscope: 261 -> 263
2024-04-08 17:52:52 +02:00
Sandro Jäckel
3a525f84f8
diffoscope: fix pypdf support
2024-04-08 15:06:20 +02:00
Andrew Marshall
6e1c1a9c28
diffoscope: fix build after disablement of OpenSSH DSA keys
...
Caused by 6ee4b8c8bf
. See also
https://hydra.nixos.org/build/255480862 .
2024-04-07 09:42:06 -04:00
Sergei Trofimovich
49f361d3c2
diffoscope: 261 -> 263
...
Changes:
- https://diffoscope.org/news/diffoscope-262-released/
- https://diffoscope.org/news/diffoscope-263-released/
2024-04-05 21:43:05 +01:00
Sergei Trofimovich
909a367b74
diffoscope: 260 -> 261
...
Changes: https://diffoscope.org/news/diffoscope-261-released/
2024-03-22 23:18:16 +00:00
R. Ryantm
52afd5d25f
diffoscope: 259 -> 260
2024-03-09 01:52:23 +00:00
Sergei Trofimovich
e4387fdefa
diffoscope: 257 -> 259
...
Changes:
- https://diffoscope.org/news/diffoscope-258-released/
- https://diffoscope.org/news/diffoscope-259-released/
2024-03-01 12:45:37 +00:00
Sergei Trofimovich
9b4795a6ab
diffoscope: 254 -> 257
...
Changes:
- https://diffoscope.org/news/diffoscope-255-released/
- https://diffoscope.org/news/diffoscope-256-released/
- https://diffoscope.org/news/diffoscope-257-released/
2024-02-12 20:57:02 +00:00
Sergei Trofimovich
9c13e10574
diffoscope: 253 -> 254
...
Changes: https://diffoscope.org/news/diffoscope-254-released/
2024-01-21 09:08:27 +00:00
Jade Lovelace
32d613548e
diffoscope: disable broken tests on darwin
2024-01-17 13:38:48 -08:00
Jade Lovelace
5d238d0d63
diffoscope: fix on aarch64-darwin
...
This was comparing stdenv.hostPlatform (an attr set) to a string. This
comparison always returned not-equal, which resulted in trying to
evaluate the broken gnumeric on macOS. This change fixes that to compare
the "system" string as was intended originally.
2024-01-17 12:03:36 -08:00
Raito Bezarius
4e9e090585
diffoscope: organize better missing tools and explain why docx2txt cannot be added
...
docx2txt is *IN* nixpkgs but cannot be used.
lipo, otool are theoretically available in darling… but I doubt they would work.
2023-12-09 00:02:05 +01:00
Raito Bezarius
61da111d6f
diffoscope: 252 -> 253
...
https://diffoscope.org/news/diffoscope-253-released/
2023-12-09 00:01:31 +01:00
Raito Bezarius
c1cd33667c
diffoscope: add acl
in the minimal package
...
`acl` is a pretty ubiquitious package on Linux and provides `getfacl`.
2023-12-09 00:01:00 +01:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
R. Ryantm
8bed411e6a
diffoscope: 251 -> 252
2023-11-17 11:14:41 +00:00
Sergei Trofimovich
0b73998deb
diffoscope: 250 -> 251
...
Changes: https://diffoscope.org/news/diffoscope-251-released/
2023-11-10 10:31:51 +00:00
Raito Bezarius
d82ca98b7c
diffoscope: drop unused test_fit
patch
...
We needed that patch before and not anymore, missed drop of the last bump.
2023-10-25 15:59:28 +02:00
Ryan Lahfa
6e0068b034
Merge pull request #257426 from RaitoBezarius/diffoscope
2023-10-25 14:58:02 +01:00
Martin Schwaighofer
7ef43e566c
diffoscope: fix broken build due to cbfs tests for now
...
The diffoscope build broke due to failing tests related to cbfs when
coreboot-utils was updated from 4.20 to 4.21 with commit
be6408699e
.
Thanks to aij on github for reporting this issue and bisecting to find
the change in nixpkgs that introduced the issue.
The tests disabled in this commit should be re-enabled when diffoscope or
coreboot fix the underlying issue.
See: https://github.com/NixOS/nixpkgs/issues/256896
2023-09-27 13:23:41 +02:00
Raito Bezarius
bc5612c202
diffoscope: 248 -> 250
...
https://diffoscope.org/news/diffoscope-249-released/
https://diffoscope.org/news/diffoscope-250-released/
2023-09-26 13:01:34 +02:00
Andrew Marshall
c7802e3062
diffoscope: Fix test failure
...
See https://github.com/NixOS/nixpkgs/issues/252045
Patch not yet upstreamed as a I do not have salsa.debian.org access.
2023-08-28 19:11:10 -04:00
R. Ryantm
b5a2c6b5a7
diffoscope: 247 -> 248
2023-08-26 00:10:07 +00:00
R. Ryantm
6ddcf930d3
diffoscope: 246 -> 247
2023-08-10 21:30:17 +00:00
R. Ryantm
1fbc41b961
diffoscope: 245 -> 246
2023-07-30 15:38:18 +00:00
Pol Dellaiera
8b156719f1
Merge pull request #244169 from r-ryantm/auto-update/diffoscope
...
diffoscope: 243 -> 245
2023-07-26 13:28:33 +02:00
linsui
0c626b147d
diffoscope: no more unfree dep
2023-07-25 18:27:14 +08:00
R. Ryantm
3d9bc923c8
diffoscope: 243 -> 245
2023-07-24 21:26:19 +00:00
figsoda
f1ec434848
pkgs/tools/misc: remove dead code
...
with the help of deadnix & nil
2023-07-13 17:37:07 +03:00
Fabian Affolter
7c75ba9ff2
diffoscope: 233 -> 243
...
Changelog: https://diffoscope.org/news/diffoscope-243-released/
2023-07-02 00:20:44 +02:00
Fabian Affolter
569e52ad02
diffoscope: switch to python3.pkgs
2023-07-02 00:15:12 +02:00
Fabian Affolter
cdb73f3806
diffoscope: equalize the content
...
- order inputs alphabetically
- run nixpkgs-fmt
2023-07-02 00:02:09 +02:00
Fabian Affolter
ae2fbbff4d
diffoscope: add changelog to meta
2023-07-01 09:45:09 +02:00
Raito Bezarius
43957dc150
diffoscope: introduce lib.meta.availableOn stdenv.hostPlatform
for "plugins"
...
This makes it easier to add new plugins without having to worry whether they are supported on Darwin, aarch64-*, etc.
As long as they are properly tagged through their `platforms` meta attribute (or `badPlatforms`).
Broken packages needs to be separated to avoid silent breakages which we would not notice.
2023-05-24 17:47:00 +02:00
Raito Bezarius
5e8671460b
diffoscope: fix build on Darwin
...
Moved packages requiring x86_64-linux, x86_64-darwin into their proper arrays.
2023-05-24 01:29:21 +02:00
Raito Bezarius
21332b8fd5
diffoscope: move unfree dependencies behind a enableUnfree flag
2023-05-24 00:00:49 +02:00
Sandro
15b85dedcb
Merge pull request #212017 from SuperSandro2000/diffoscope
2023-01-22 21:03:56 +01:00
Sandro Jäckel
a2b154b4c2
diffoscope: 229 -> 233
2023-01-22 04:29:51 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
0cdb2cdd0e
diffoscope: 228 -> 229
2022-12-21 16:55:35 +00:00