about summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* xar: fix cross compilationAndrew Childs2021-05-17
|
* pbzx: fix cross compilationAndrew Childs2021-05-17
|
* bzip2_1_1: don't manually enableParallelBuildingAlyssa Ross2021-05-12
| | | | This is automatic for Meson builds.
* imagelol: init at 0.2Ivar Scholten2021-04-26
|
* Merge master into staging-nextgithub-actions[bot]2021-04-17
|\
| * nx2elf: init at unstable-2020-05-26 (#119493)Ivar2021-04-17
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | zstd: do not cross-compile testsEmery Hemingway2021-04-10
|/
* lzma: deprecate aliasSandro Jäckel2021-04-04
|
* Merge master into staging-nextgithub-actions[bot]2021-03-25
|\
| * dtrx: stay with python2Frederik Rietdijk2021-03-25
| |
* | Merge pull request #115625 from LeSuisse/zstd-1.4.9Martin Weinelt2021-03-20
|\ \ | |/ |/| zstd: 1.4.8 -> 1.4.9
| * zstd: 1.4.8 -> 1.4.9Thomas Gerbet2021-03-16
| | | | | | | | Fixes CVE-2021-24032.
* | Merge master into staging-nextgithub-actions[bot]2021-03-19
|\ \
| * | dejsonlz4: fix build on darwinBen Siraphob2021-03-18
| | |
| * | zdelta: expand platforms to all and refactorBen Siraphob2021-03-18
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-03-16
|\| |
| * | Merge pull request #115224 from helsinki-systems/upd/lrzipajs1242021-03-16
| |\ \ | | | | | | | | lrzip: 0.640 -> 0.641
| | * | lrzip: 0.640 -> 0.641ajs1242021-03-06
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-03-14
|\| | | | |_|/ |/| |
| * | zstd: Remove no-pthread patch used for building with `mcfgthreads`John Ericson2021-03-12
| | | | | | | | | | | | | | | | | | | | | Evidentially upstream has improved their feature detection so we no longer need this patch. CC @lhmouse
* | | Merge master into staging-nextgithub-actions[bot]2021-03-08
|\| |
| * | hacpack: init at 1.36 (#115357)Ivar2021-03-08
| |/
* | bzip2: add homepage + changelogJörg Thalheim2021-02-21
| |
* | bzip2: 1.0.6.0.1 -> 1.0.6.0.2Ivan Babrou2021-02-20
|/
* Merge pull request #113327 from helsinki-systems/upd/lrzipajs1242021-02-19
|\ | | | | lrzip: 0.631 -> 0.640
| * lrzip: 0.631 -> 0.640ajs1242021-02-17
| |
* | treewide: drop conditional makeFlag for darwin when specifiying cross-compilerBen Siraphob2021-02-20
| |
* | treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob2021-02-20
| |
* | ncompress: split "name" in "pname" and "version"Armijn Hemel2021-02-18
| |
* | remove patch in default.nix as wellArmijn Hemel2021-02-18
| |
* | ncompress: patch is no longer necessary since 4.2.4.6Armijn Hemel2021-02-18
| |
* | ncompress: 4.2.4.6 -> 5.0Armijn Hemel2021-02-18
|/
* Merge pull request #111956 from armijnhemel/ncompress-4.2.4.6Eelco Dolstra2021-02-10
|\ | | | | ncompress: 4.2.4.5 -> 4.2.4.6
| * ncompress: 4.2.4.5 -> 4.2.4.6Armijn Hemel2021-02-04
| |
* | pigz: 2.4 -> 2.6R. RyanTM2021-02-08
|/
* bzip2: add mic92 as maintainerJörg Thalheim2021-01-31
|
* Merge master into staging-nextgithub-actions[bot]2021-01-25
|\
| * treewide: remove stdenv where not neededPavol Rusnak2021-01-25
| |
* | Merge branch 'master' into staging-nextJan Tojnar2021-01-24
|\|
| * treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | | | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* | lzip: 1.21 -> 1.22R. RyanTM2021-01-22
|/
* treewide: editorconfig fixeszowoq2021-01-21
| | | | | - add final newline - use spaces for indentation
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* Merge branch 'master' into staging-nextJan Tojnar2021-01-07
|\ | | | | | | https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
| * treewide: Inline more of the static overlayJohn Ericson2021-01-03
| | | | | | | | | | Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
* | Merge staging-next into staginggithub-actions[bot]2021-01-04
|\|
| * treewide: Start to break up static overlayJohn Ericson2021-01-03
| | | | | | | | | | | | | | | | | | We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
* | treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
| |