summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: use stdenv.mkDerivation instead of qt5.mkDerivation•••this shouldn't create any rebuilds quantenzitrone2026-01-261-2/+4
* various: modernize derivations, remove unnecessary recursiveness (#460756)Peder Bergebakken Sundt2026-01-241-5/+5
|\
| * whatstyle: fix postPatchkashw22026-01-171-2/+2
| * whatstyle: modernise, update postPatchkashw22026-01-171-5/+5
* | Merge master into staging-nextnixpkgs-ci[bot]2026-01-181-1/+0
|\ \
| * \ teams/ororatech: handle team with external membership (#478835)Wolfgang Walther2026-01-181-1/+0
| |\ \ | | |/ | |/|
| | * teams/ororatech: dropWolfgang Walther2026-01-101-1/+0
* | | Merge branch 'master' into staging-nextMichael Daniels2026-01-121-1/+1
|\| |
| * | treewide: change 'format = "other";' to 'pyproject = false;'•••Entirely find-and-replace based. A few usages that would cause rebuilds if changed remain. This PR should have 0 rebuilds. Michael Daniels2026-01-121-1/+1
* | | Merge master into staging-nextnixpkgs-ci[bot]2026-01-121-1/+0
|\| |
| * | coreboot-toolchain: fix building src FOD•••At some point, this FOD failed to build because we have `allowedRequisites = []`, but the failure mentions that the FOD has a requisite of itself. Nix already enforces that FODs don't reference any store paths, so no need for this really. Jared Baur2026-01-111-1/+0
| |/
* | Merge staging-next into stagingnixpkgs-ci[bot]2026-01-092-8/+8
|\|
| * coreboot-toolchain: 25.09 -> 25.12Jared Baur2026-01-082-8/+8
* | Merge staging-next into stagingnixpkgs-ci[bot]2026-01-031-1/+3
|\|
| * binutils: fix cygwin buildDavid McFarland2026-01-021-1/+3
* | gdb: migrate to by-nameAliaksandr2026-01-033-248/+0
* | gdb: remove needless assert•••python3 is always available in scope Aliaksandr2026-01-031-3/+1
* | lua51Packages.luarocks_bootstrap: 3.12.2 -> 3.13.0 (#475655)Matthieu Coudron2026-01-021-2/+2
|\ \
| * | lua51Packages.luarocks_bootstrap: 3.12.2 -> 3.13.0R. Ryantm2025-12-311-2/+2
| |/
* | gdb: 16.3 -> 17.1 (#472817)Maximilian Bosch2025-12-311-2/+2
|\ \ | |/ |/|
| * gdb: 16.3 -> 17.1•••Changes: https://www.sourceware.org/gdb/download/ANNOUNCEMENT Sergei Trofimovich2025-12-201-2/+2
* | texinfo6: drop•••Used by exactly one thing which doesn't hard require it, broken on GCC15, yeet it. K9002025-12-172-191/+0
* | texinfoInteractive: add patch for perl 5.42 (#466589)Yureka2025-12-162-1/+48
|\ \
| * | texinfoInteractive: add patch for perl 5.42•••Add patch for perl 5.42 from Debian that fixes syntax warnings causing test failures via Texinfo::Convert::Coverter and Texinfo::Convert::LaTeX The patch is only applied if: - Versions =< 7.2, since this is fixed in later git releases of texinfo - interactive = true, since tests are disabled for other cases, and applying it for all cases causes a mass rebuild. Stig Palmquist2025-11-302-1/+48
* | | Merge branch 'staging-next' into stagingWolfgang Walther2025-12-1026-91/+91
|\ \ \ | | |/ | |/|
| * | 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-1026-91/+91
* | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-101-1/+0
|\| |
| * | maintainers: drop lsix•••Reacted to 0 out of 16 maintainer pings in the least 180 days. Wolfgang Walther2025-12-091-1/+0
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002025-12-072-12/+14
|\| | | |/ |/|
| * coreboot-toolchain: add overridable "archives" attribute (#468637)Jared Baur2025-12-071-1/+3
| |\
| | * Add overridable "archives" attribute to coreboot-toolchain•••For various reasons, the coreboot toolchain is extremely picky about having *exactly* the expected versions of its various dependencies available to it. Because this is the case it is not really functional to leverage the toolchain derivation definition from nixpkgs in an out-of-tree configuration that may wish to build a different version of coreboot (e.g. an older/newer version, or a minor fork as many vendors tend to create). This is because that out-of-tree build would have to override not just the `src` and `version` for coreboot (which, can easily be done), but also the dependency definitions in stable.nix (which is not easy to do). By introducing an indirection through an explicit `archives` attribute, it becomes possible to override stable.nix with an alternate version. Chris Hodapp2025-12-071-1/+3
| * | Don't add archives conceptChris Hodapp2025-12-071-3/+1
| * | coreboot-toolchain: 25.03 -> 25.09Chris Hodapp2025-12-012-12/+14
| |/
* | Merge branch 'staging-next' into stagingRobert Schütz2025-11-291-1/+1
|\|
| * maintainers: drop orivej•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-11-211-1/+1
* | treewide: Remove redundant `versionCheckProgramArg = "--version";` with:•••```shell git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do sed -i '/versionCheckProgramArg/d' "$f" sed -i '/^$/N;/\n$/D' "$f" done ``` Jonathan Davies2025-11-201-1/+0
* | various: Stop using shortenPerlShebangpolyfloyd2025-11-151-5/+1
|/
* Merge master into staging-nextnixpkgs-ci[bot]2025-11-091-2/+2
|\
| * distcc: Add darwin as a platform (#426957)Aleksana2025-11-091-2/+2
| |\
| | * distcc: Update license from string to gpl2OnlyPascal Jungblut2025-09-281-1/+1
| | * distcc: Add aarch64-darwin as a platform•••The platform was removed in 431141c, but it builds fine on current aarch64-darwin systems. Pascal Jungblut2025-09-281-2/+2
* | | Merge staging-next into stagingnixpkgs-ci[bot]2025-10-261-2/+6
|\| |
| * | creduce: fix build with cmake4 (#454157)Yohann Boniface2025-10-261-2/+6
| |\ \
| | * | creduce: fix build with cmake4•••Co-authored-by: Michael Daniels <mdaniels5757@gmail.com> Rafael Ieda2025-10-221-2/+6
* | | | Merge staging-next into stagingWolfgang Walther2025-10-241-0/+12
|\| | |
| * | | capstone_4, edb: fix build failure with cmake 4 (#452783)Yohann Boniface2025-10-231-0/+12
| |\ \ \ | | |/ / | |/| |
| | * | edb: fix build failure with cmake 4•••- CMake 4 is no longer retro compatible with versions < 3.5 Clément2025-10-181-0/+12
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-10-182-3/+16
|\| | |
| * | | Merge master into staging-nextnixpkgs-ci[bot]2025-10-182-3/+16
| |\ \ \
| | * | | cvise: fix `unifdef.patch` (crashes otherwise)•••Without the change `cvise` does not even parse: $ cvise --help |& unnix File "/<<NIX>>/cvise-2.12.0/bin/.cvise-wrapped", line 96 programs['unifdef'] = '/<<NIX>>/unifdef-2.12/bin/unifdef' ^^^^^^^^ SyntaxError: expected 'except' or 'finally' block Happens because the patch applies to the unrelated bit of the source. While at it added minimal `cvise --help` test. Sergei Trofimovich2025-10-162-3/+16
| | |/ /