summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
AgeCommit message (Collapse)Author
2021-11-22Merge master into staging-nextgithub-actions[bot]
2021-11-21Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer
Conflicts: pkgs/applications/window-managers/sway/default.nix
2021-11-21Merge pull request #146746 from fabaff/bump-dnsxFabian Affolter
dnsx: 1.0.6 -> 1.0.7
2021-11-21Merge pull request #146867 from fabaff/bump-invoice2dataFabian Affolter
invoice2data: 0.2.93 -> 0.3.6
2021-11-21jwt-cli: 4.0.0 -> 5.0.0Robert Helgesson
Also expand install check with a JWT decode call.
2021-11-21Merge pull request #144972 from trofi/fix-gfs2-utils-for-ncurses-6.3Artturi
gfs2-utils: pull pending upstream inclusion fix for ncurses-6.3
2021-11-21Merge pull request #146910 from AndersonTorres/new-qmkAnderson Torres
QMK: cosmetical modifications
2021-11-21qmk: cosmetic cleanupsAndersonTorres
`fetchpatch` and `writeText` are not needed.
2021-11-21Merge pull request #145184 from vdot0x23/submit/netdiscover-initFabian Affolter
netdiscover: init at 0.8.1
2021-11-21Merge master into staging-nextgithub-actions[bot]
2021-11-21arj: fix build on darwinSebastián Mancilla
Fix wrong header for statfs function. Use gccStdenv to build with GCC on all systems. GCC is hardcoded in configure.in, but after setting CC_FOR_BUILD to cc to use Clang, the build fails anyway when running a post-compilation command: clang -DLOCALE=LANG_en -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"<out>/lib/arj\"" -D_UNIX -g -O2 -o darwin20.6.0/en/rs/arj/arj <objects_files> : darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxjr/arjsfxjr JOIN v 1.30 [26/04/2003] Not a part of any binary package! Copying .. done! ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfx/arjsfx JOIN v 1.30 [26/04/2003] Not a part of any binary package! Copying ... done! ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxv/arjsfxv JOIN v 1.30 [26/04/2003] Not a part of any binary package! Copying ..... done! ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/sfxstub/sfxstub JOIN v 1.30 [26/04/2003] Not a part of any binary package! Copying . done! rm -f ./darwin20.6.0/en/rs/help.arj TZ=UTC0 ./darwin20.6.0/en/rs/arj/arj a ./darwin20.6.0/en/rs/help.arj -+ -t1f -2d -e -jm -jh65535 -jt -hdo200506231314 ./resource/en/arj?.txt ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia. Creating archive : ./darwin20.6.0/en/rs/help.arj Adding ./resource/en/arjl.txt 37.2% Adding ./resource/en/arjs.txt 47.3% Testing arjl.txt OK Testing arjs.txt OK 2 file(s) ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/help.arj JOIN v 1.30 [26/04/2003] Not a part of any binary package! Copying . done! ./darwin20.6.0/en/rs/tools/postproc darwin20.6.0/en/rs/arj/arj POSTPROC v 1.30 [17/01/2003] Not a part of any binary package! Patch not found make[1]: *** [GNUmakefile:398: darwin20.6.0/en/rs/arj/arj] Error 3
2021-11-21fluent-bit: fix build on darwinSebastián Mancilla
- Update fix-luajit-darwin.patch to apply to the current version. - Add a patch to fix compilation of cmetrics on darwin. - Use default stdenv instead of gccStdenv. The only requirement for GCC was the bundled luajit having 'DEFAULT_CC = gcc' hardcoded, but it has been fixed with the updated fix-luajit-darwin.patch by adding DEFAULT_CC=cc to the arguments.
2021-11-21Merge pull request #146829 from r-burns/isx86Sandro
2021-11-21invoice2data: 0.2.93 -> 0.3.6Fabian Affolter
2021-11-21Merge pull request #145955 from alyaeanyx/bsdiffThiago Kenji Okada
bsdiff: security and bug fixes
2021-11-21Merge master into staging-nextgithub-actions[bot]
2021-11-21Merge pull request #146737 from ymatsiuk/fprintdAlexander Bantyev
fprintd-tod: fix the build
2021-11-21Merge master into staging-nextgithub-actions[bot]
2021-11-21Merge pull request #146827 from flurie/fix-cdpr-darwinArtturi
cdpr: fix build on darwin
2021-11-21Merge pull request #146825 from S-NA/updates/nilfs-utilsArtturi
nilfs-utils: fix hardcoded paths
2021-11-20czkawka: 0.3.2 -> 0.3.3 (#146757)0x4A6F
* czkawka: add myself as maintainer * czkawka: 3.2.0 -> 3.3.0 * czkawka: add testVersion
2021-11-20treewide: refactor isi686 && isx86_64 -> isx86Ryan Burns
2021-11-20nilfs-utils: fix hardcoded pathsS. Nordin Abouzahra
/sbin/nilfs_cleanerd -> $out/bin/nilfs_cleanerd /sbin/badblocks -> ${e2fsprogs}/bin/badblocks The relevant binaries to test are mkfs.nilfs2 (calls badblocks), mount.nilfs2 and umount.nilfs2 (calls nilfs_cleanerd).
2021-11-21Merge master into staging-nextgithub-actions[bot]
2021-11-20cdpr: fix build on darwinflurie
2021-11-21vector: 0.17.3 -> 0.18.0 (#146523)Raphael Megzari
2021-11-20Merge pull request #146743 from genofire/patch-10x4A6F
maintainers: add genofire (me)
2021-11-20gotify-desktop: add maintainer genofire (me)genofire
2021-11-21broot: 1.7.1 -> 1.7.3Mrinal Purohit
2021-11-20Merge pull request #146729 from ylh/patch-2Anderson Torres
plan9port: tighten up `broken`
2021-11-20Merge pull request #146602 from vdemeester/kail-015Sandro
2021-11-20Merge pull request #142826 from ivan/grab-site-2.2.2Sandro
2021-11-20Merge pull request #146695 from SuperSandro2000/ookla-speedtestSandro
2021-11-20Merge master into staging-nextgithub-actions[bot]
2021-11-20Merge pull request #146662 from smancill/ZHF-lrzipDomen Kožar
lrzip: enable asm on x86 and fix build on darwin
2021-11-20Merge master into staging-nextgithub-actions[bot]
2021-11-20Merge pull request #146664 from smancill/ZHF-masscanDomen Kožar
masscan: fix build on darwin
2021-11-20fprintd-tod: fix the buildYurii Matsiuk
2021-11-20Update pkgs/tools/security/fprintd/tod.nixYurii Matsiuk
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2021-11-20fprintd-tod: fix the buildYurii Matsiuk
2021-11-20dnsx: 1.0.6 -> 1.0.7Fabian Affolter
2021-11-20Merge pull request #146736 from S-NA/updates/nilfs-utils7c6f434c
nilfs-utils: explicitly enable libmount
2021-11-20Merge pull request #146560 from fabaff/bump-trivyFabian Affolter
trivy: 0.20.2 -> 0.21.0
2021-11-20nilfs-utils: explicitly enable libmountS. Nordin Abouzahra
Despite what the README says, libmount support is not enabled by default and needs to be enabled explicitly. Without libmount support the GC daemon (nilfs_cleanerd) is not started at mount.
2021-11-20Merge master into staging-nextgithub-actions[bot]
2021-11-19plan9port: tighten up `broken`Yestin L. Harrison
2021-11-20grab-site: 2.2.0 -> 2.2.2; pythonPackages.ludios_wpull: 3.0.7 -> 3.0.9Ivan Kozik
Use SQLAlchemy 1.3 because ludios_wpull is incompatible with SQLAlchemy 1.4. Use Python 3.8 instead of Python 3.7, as namedlist 1.8 fixed compatibility with Python 3.8. We cannot use Python 3.9 until https://github.com/ArchiveTeam/ludios_wpull/issues/20 is fixed.
2021-11-20Merge master into staging-nextgithub-actions[bot]
2021-11-19lrzip: enable asm on x86 and fix build on darwinSebastián Mancilla
Enable compilation of native assembly code on x86 systems, instead of disabling it for all systems. On darwin ensure the format is set to macho64. The ASM/x86 directory is compiled whether "--enable-asm" is configured or not, but it creates an empty archive, which fails on darwin, so ensure it is not compiled on darwin to fix the build.
2021-11-19g933-utils: 2019-08-04 -> 2021-11-19, fix buildJonathan Ringer