Commit Graph
387372 Commits
Author SHA1 Message Date
Klemens NanniandProfpatsch 3d54f15c00 bpftrace: Pull tools into PATH
The *.bt(8) tools are meant to be used as standalone scripts,
their synopsis demonstrates this usage.

Especially under NixOS, calling them via their absoloute path
in interactive shells is a huge pain, however.

Symlink them next to bpftrace(8) itself so they end up in `PATH`
but do not move them to avoid breaking existing setups that expect
them under share/tools/.

This goes in line with our bcc as well as Debian's bpftrace package.
2022-06-23 19:42:08 +02:00
legendofmiraclesandGitHub 2c069efa1b Merge pull request #178767 from alternateved/maintainers/add-alternateved
maintainers: add alternateved
2022-06-23 11:40:57 -06:00
Shea LevyandGitHub e9e3a5af33 Merge pull request #178731 from shlevy/isabelle-darwin
Fix isabelle on darwin
2022-06-23 13:40:18 -04:00
Jan TojnarandGitHub d76bc927b8 Merge pull request #178508 from Kritnich/master
fail2ban: Fix use of `MutableMapping` for Python >= 3.10
2022-06-23 19:39:22 +02:00
Shea Levy c4f2260cdb isabelle: Fix build on darwin 2022-06-23 13:24:53 -04:00
Tomasz Hołubowicz 74d5db4e54 maintainers: add alternateved 2022-06-23 19:10:09 +02:00
Bernardo MeurerandGitHub cefe06f820 Merge pull request #178755 from edolstra/fix-static-libzip
Fix pkgsStatic.libzip
2022-06-23 13:02:05 -04:00
Bernardo MeurerandGitHub 7bc33699f7 Merge pull request #178328 from misuzu/llvm-armv7l
clang_14: drop out-of-date armv7l patch
2022-06-23 13:01:11 -04:00
Fabian AffolterandGitHub 9f8ee001c0 Merge pull request #178730 from r-ryantm/auto-update/python310Packages.diff-cover
python310Packages.diff-cover: 6.5.0 -> 6.5.1
2022-06-23 18:43:31 +02:00
Shea Levy 4d781f329d z3_4_4_0: Fix build on darwin. 2022-06-23 12:40:46 -04:00
techknowlogickandGitHub efa5caa007 packer: 1.8.1 -> 1.8.2 (#178609) 2022-06-23 18:37:48 +02:00
Matthieu CoudronandGitHub f9958c6504 Merge pull request #178520 from malob/update-vimPlugins 2022-06-23 18:33:45 +02:00
Bernardo MeurerandGitHub ba1bd41359 Merge pull request #178457 from ereslibre/bump-wasmtime-0-38
wasmtime: 0.37.0 -> 0.38.0
2022-06-23 12:30:56 -04:00
K900andProfpatsch 523bd0ae27 libreoffice: add java.sql dependency
Otherwise Base crashes on startup.
2022-06-23 18:26:35 +02:00
Bernardo MeurerandGitHub 64a7c1efd3 Merge pull request #178261 from Sciencentistguy/move-cargo-subcommands
treewide: move all cargo subcommands to pkgs/development/tools/rust/
2022-06-23 12:19:49 -04:00
Bernardo MeurerandGitHub 70b75dd824 Merge pull request #178628 from gador/fix-prusa-slicer
prusa-slicer: fix boost 1.79 incompatibility
2022-06-23 12:18:40 -04:00
Bernardo MeurerandGitHub c7eacbf87e Merge pull request #177672 from hercules-ci/nixos-generate-config-add-nixpkgs.system
nixos-generate-config: Add nixpkgs.hostPlatform to hardware-configuration.nix
2022-06-23 12:18:20 -04:00
Bernardo MeurerandGitHub efe792bb20 Merge pull request #178071 from mweinelt/nm-owe-fixes
networkmanager: Apply several fixes for OWE
2022-06-23 12:17:27 -04:00
Bernardo MeurerandGitHub dd2f9e638b Merge pull request #178212 from vincentbernat/feature/pipewire-0.3.52
pipewire: 0.3.51 -> 0.3.52
2022-06-23 12:15:00 -04:00
Bernardo MeurerandGitHub e5c795a026 Merge pull request #178214 from trofi/update-mdbook
mdbook: 0.4.17 -> 0.4.18
2022-06-23 12:14:29 -04:00
Bernardo MeurerandGitHub a36554623e Merge pull request #178353 from lopsided98/vim-cross-shebang
vim: fix shebangs when cross-compiling
2022-06-23 12:12:18 -04:00
Bernardo MeurerandGitHub 5332bc174a Merge pull request #178483 from twitchyliquid64/tailscale-networkd
tailscale: ignore tailscale link when using networkd
2022-06-23 12:10:14 -04:00
LassulusandGitHub ce201e84f2 Merge pull request #174344 from helsinki-systems/upd/qjoypad
qjoypad: 4.1.0 -> 4.3.1
2022-06-23 18:05:54 +02:00
Bernardo MeurerandGitHub 6662ddf705 Merge pull request #178648 from newAM/github-runner
github-runner: 2.293.0 -> 2.294.0
2022-06-23 12:03:37 -04:00
Bernardo MeurerandGitHub 4413eebbe0 Merge pull request #178655 from r-ryantm/auto-update/amdvlk
amdvlk: 2022.Q2.2 -> 2022.Q2.3
2022-06-23 12:02:26 -04:00
Bernardo MeurerandGitHub 918d9e32e7 Merge pull request #178659 from jiegec/radare2
radare2: 5.6.8 -> 5.7.2
2022-06-23 12:02:09 -04:00
Bernardo MeurerandGitHub 6bc26527d3 Merge pull request #178676 from tpwrules/update-smartmontools
smartmontools: 7.2 -> 7.3, update drivedb to latest
2022-06-23 12:01:20 -04:00
Eelco Dolstra b97f46c807 libzip: Fix static build
Don't build the regression tests because they don't build with
pkgsStatic and are not executed anyway.
2022-06-23 17:43:56 +02:00
Nicolas BenesandBjørn Forsman bd1f8edffd freecad: 0.19.2 -> 0.20 2022-06-23 17:28:27 +02:00
Maximilian BoschandGitHub 046fcb0f8b Merge pull request #178709 from Ma27/kernel-updates
Linux kernel updates 2022-06-23
2022-06-23 17:07:32 +02:00
Shea Levy 8e6206f9c9 gcc49: Fix build on darwin 2022-06-23 10:42:39 -04:00
Fabian AffolterandGitHub af2cdca23b Merge pull request #178719 from fabaff/checkov-bump
checkov: 2.0.1226 -> 2.1.4
2022-06-23 15:52:12 +02:00
R. Ryantm c344759a25 python310Packages.diff-cover: 6.5.0 -> 6.5.1 2022-06-23 13:13:53 +00:00
Jan Tojnar 68c94a2786 meld: 3.21.1 → 3.21.2
https://gitlab.gnome.org/GNOME/meld/-/compare/3.21.1...3.21.2
2022-06-23 14:56:22 +02:00
Fabian Affolter 4626094be3 checkov: 2.0.1226 -> 2.1.4 2022-06-23 13:48:38 +02:00
Bobby RongandGitHub 6141b8932a Merge pull request #178436 from xabufr/master
tfswitch: 0.13.1250 -> 0.13.1275
2022-06-23 19:29:43 +08:00
Fabian AffolterandGitHub 629ed9ead9 Merge pull request #178593 from r-ryantm/auto-update/python3.10-iminuit
python310Packages.iminuit: 2.11.2 -> 2.12.0
2022-06-23 13:29:25 +02:00
SandroandGitHub 552c48b337 Merge pull request #178638 from SuperSandro2000/pyld
python310Packages.pyld: normalise attr
2022-06-23 13:28:46 +02:00
926d977aea cve-bin-tool: 3.0 -> 3.1.1 (#178406)
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-23 13:28:02 +02:00
Bobby RongandGitHub 0aa0320384 Merge pull request #178574 from kilianar/bitwarden
bitwarden: 1.32.1 -> 2022.5.1
2022-06-23 19:27:44 +08:00
Fabian AffolterandGitHub c4e95135db Merge pull request #178708 from r-ryantm/auto-update/python3.10-schwifty
python310Packages.schwifty: 2022.6.1 -> 2022.6.2
2022-06-23 13:27:26 +02:00
Bobby RongandGitHub 377adb8eb6 Merge pull request #178685 from jojosch/teamspeak-server-update
teamspeak_server: 3.13.6 -> 3.13.7
2022-06-23 19:22:39 +08:00
Bobby RongandGitHub 045b9096ac Merge pull request #176896 from theHedgehog0/xplr-0-19-update
xplr: 0.18.0 -> 0.19.0
2022-06-23 19:20:17 +08:00
Bobby RongandGitHub a917e59f79 Merge pull request #178201 from r-ryantm/auto-update/i3-resurrect
i3-resurrect: 1.4.3 -> 1.4.5
2022-06-23 19:18:40 +08:00
Will CohenandKerstin f2eef30c0d qgis-ltr: 3.22.6 -> 3.22.8 2022-06-23 12:41:04 +02:00
Will CohenandKerstin 34a533b1e2 qgis: 3.24.2 -> 3.26.0 2022-06-23 12:41:04 +02:00
Maximilian Bosch 7ff7153c22 linux_testing_bcachefs: mark as broken
Doesn't build with Linux 5.18, but we have to remove 5.17 now because
it's EOL.
2022-06-23 12:33:56 +02:00
R. Ryantm 1f18e987ed python310Packages.schwifty: 2022.6.1 -> 2022.6.2 2022-06-23 10:00:24 +00:00
SandroandGitHub 7ac7b45c43 Merge pull request #177817 from malob/update-openai
openai: 0.19.0 -> 0.20.0
2022-06-23 11:50:08 +02:00
hqurveandGitHub 6cab8dd7be lorien: init at 0.5.0 (#164178) 2022-06-23 11:34:08 +02:00