summaryrefslogtreecommitdiff
path: root/pkgs/tools/text (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: use stdenv.mkDerivation instead of qt5.mkDerivation (#483875)Gergő Gutyina2026-01-311-3/+6
|\
| * various: use stdenv.mkDerivation instead of qt5.mkDerivation•••this shouldn't create any rebuilds quantenzitrone2026-01-261-3/+6
* | mdcat: prepare for structuredAttrsStefan Frijters2026-01-281-8/+8
|/
* pkgsMusl.patchutils: fix build (#479064)Yureka2026-01-204-2/+58
|\
| * pkgsMusl.patchutils: fix build•••Upstream has addressed this in release 0.4.3 and later with commit dc88e96 "Integrate gnulib properly". Since these versions of patchutils need to stay around for fetchpatch / fetchpatch2 Fixed-Output Derivations, we'll need to carry these patches. Yureka2026-01-124-2/+58
* | teams/helsinki-systems: dropWolfgang Walther2026-01-142-2/+8
* | cc-wrapper: set gl_cv_clean_version_stddef=yes on cygwinDavid McFarland2026-01-021-5/+0
|/
* gnupatch: use finalAttrs patternMichael Daniels2025-12-311-3/+4
* gnupatch: adoptMichael Daniels2025-12-311-5/+1
* Merge staging-next into stagingnixpkgs-ci[bot]2025-12-134-106/+0
|\
| * mecab: move to by-name/pancaek2025-12-124-106/+0
* | Merge branch 'staging-next' into stagingWolfgang Walther2025-12-109-32/+32
|\|
| * treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-109-32/+32
* | gnugrep: fix cygwin build (#469010)John Ericson2025-12-091-1/+6
|\ \
| * | gnugrep: fix cygwin buildDavid McFarland2025-12-081-1/+6
| |/
* | diffutils: disable gnulib tests to fix Darwin crossBen Siraphob2025-11-191-1/+7
* | gnugrep: disable gnulib tests to fix Darwin crossBen Siraphob2025-11-171-1/+2
|/
* Merge staging-next into stagingnixpkgs-ci[bot]2025-10-311-2/+1
|\
| * all-packages: do not export lib functions from pkgsAliaksandr2025-10-301-2/+1
* | Merge remote-tracking branch 'origin/staging-next' into stagingK9002025-10-271-2/+2
|\|
| * highlight: 4.16 -> 4.17 (#447171)Weijia Wang2025-10-261-2/+2
| |\
| | * highlight: 4.16 -> 4.17R. Ryantm2025-09-291-2/+2
* | | treewide: remove usages of obsolete pie hardening flagLuna Nova2025-10-091-6/+0
|/ /
* | diffutils: unconditionalize a patchVladimír Čunát2025-10-071-2/+1
* | diffutils: fix tests on pkgsMusl.pkgsLLVM (#446393)Vladimír Čunát2025-10-022-0/+18
|\ \ | |/ |/|
| * diffutils: fix tests on pkgsMusl.pkgsLLVMmatthewcroughan2025-09-282-0/+18
* | treewide(java-users): clean callPackage overrides, by-name some•••**This commit should cause no rebuilds.** # Moving Java overrides out of all-packages All usages of this pattern have been moved to 'let ... in' blocks. Patterns I searched for: * `jdk =` * `jdk_headless =` * `jre =` * `jfx =` The `jing` alias has been moved to aliases.nix, so update the usage of `jing` in `xmloscopy` to `jing-trang`. cassandra was ignored because that derivation involves code generation. I ignored grails, because jdk is set to null by default by an override in all-packages.nix. That package would need a slightly larger refactor to deal with. Packages with a *-native variant were ignored because those would need to be refactored. jetbrains was ignored because that might be a special case? I ignored virtualbox, because I did not want to touch the usages of the pattern for other dependencies. Tomodachi942025-09-252-114/+0
|/
* ruby-zoom: drop (#436577)Sandro2025-09-104-122/+0
|\
| * ruby-zoom: dropSigmanificient2025-08-244-122/+0
* | patchutils_0_4_2: use upstream's test fixAlyssa Ross2025-09-093-39/+37
* | mdcat: fix compilationSandro Jäckel2025-08-262-0/+18
|/
* treewide: move to by-name part 3liberodark2025-08-194-159/+0
* Merge remote-tracking branch 'origin/master' into staging-nextK9002025-07-261-1/+0
|\
| * treewide: remove useFetchCargoVendor usagesTomaSajt2025-07-261-1/+0
* | Merge branch 'master' into staging-nextWolfgang Walther2025-07-247-64/+62
|\|
| * treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-247-64/+62
* | gnugrep: Fix gnulib test failure on ppc64OPNA26082025-07-142-0/+237
* | diffutils: Fix gnulib test failure on ppc64OPNA26082025-07-142-0/+237
|/
* gnugrep: Fix MinGW Build (#421397)Aleksana2025-07-041-0/+4
|\
| * gnugrep: Fix MinGW Buildhellodword2025-07-041-0/+4
* | treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration. Martin Weinelt2025-07-021-0/+1
|/
* Merge master into staging-nextnixpkgs-ci[bot]2025-06-181-2/+2
|\
| * highlight: 4.15 -> 4.16 (#409408)Weijia Wang2025-06-171-2/+2
| |\
| | * highlight: 4.15 -> 4.16R. Ryantm2025-05-211-2/+2
* | | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-06-163-7/+41
|\| |
| * | reckon: Add passthru.tests.versionDamien Cassou2025-06-161-1/+9
| * | reckon: 0.9.2 -> 0.11.1•••This was done with: nix-shell maintainers/scripts/update.nix --argstr package reckon Damien Cassou2025-06-162-6/+32
* | | Merge master into staging-nextnixpkgs-ci[bot]2025-06-121-1/+1
|\| |
| * | treewide: remove myself from maintainers•••This removes maintainer entries which haven't reflected reality for a while, mostly due to a change in focus towards other topics. WilliButz2025-06-111-1/+1
* | | gnupatch: disable a filesystem-dependent testAudrey Dutcher2025-05-311-0/+8