summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope
Commit message (Collapse)AuthorAge
* diffoscope: Use bin outputs of dependenciesTuomas Tynkkynen2016-09-19
| | | | | All of the dependencies listed here are used via command-line tools. So use getBin to avoid unnecessarily depending on development headers.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* diffoscope: 49 -> 52Alexander Ried2016-04-28
|
* Merge pull request #13124 from FRidh/buildPythonApplicationFrederik Rietdijk2016-02-23
|\ | | | | buildPythonApplication: use new function for Python applications
| * buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| |
* | diffoscope: 45 -> 49Tuomas Tynkkynen2016-02-21
|/ | | | | We have a new tool dependency for cd-iccdump which comes from the colord package - put this in the bloat category.
* diffoscope: Ignore different link counts and inode change timesEelco Dolstra2016-01-12
| | | | | Nix does not canonicalize these, so ignore them to prevent lots of spurious differences.
* diffoscope: 44 -> 45Eelco Dolstra2016-01-12
|
* diffoscope: Reduce closure sizeEelco Dolstra2016-01-12
| | | | | | This reduces diffoscope's closure size from 2470 MiB to 579 MiB by leaving out some less crucial dependencies (like GHC and Free Pascal). These can be re-enabled by turning on enableBloat.
* diffoscope: Add more tools to the runtime pathTuomas Tynkkynen2015-12-28
|
* diffoscope: 29 -> 44Tuomas Tynkkynen2015-12-28
| | | | | | | | Relevant changes: - Python version switched to Python 3 - ssdeep library got replaced with tlsh - the 'magic' Python package got replaced with a different one - Minor build system improvements == less work for us
* debbindiff: Rename to 'diffoscope' and update 26 -> 29Tuomas Tynkkynen2015-08-04
Upstream has changed the project name to 'diffoscope' since "debbindiff has grown way beyond a being just a tool to compare Debian packages." Besides the rename, there are new dependencies on ssdeep, libarchive-c and sqlite.