Commit Graph

387696 Commits

Author SHA1 Message Date
polynomialspace
694494c455 update git sha after upstream v2.1.2 retag
see: 2bc95ee697
2022-06-23 11:54:13 -07:00
ajs124
5fec5ebf37 offlineimap: remove optional insecure kerberos dependency
was marked insecure in c8dbbe5c32
because of https://github.com/apple/ccs-pykerberos/issues/31
2022-06-23 20:48:55 +02:00
Sandro Jäckel
736c9800c9
docker-compose: 2.6.0 -> 2.6.1 2022-06-23 20:44:59 +02:00
Sandro
8642f38e0e
Merge pull request #178771 from SuperSandro2000/rehex 2022-06-23 20:44:31 +02:00
Tomasz Hołubowicz
269f5c7ea0 tidal-hifi: init at 4.0.0
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2022-06-23 20:30:07 +02:00
Sandro Jäckel
396fc79644
hound: 0.5.0 -> 0.5.1 2022-06-23 20:26:26 +02:00
Klemens Nanni
55fc0010c4 bcc: Split manuals into own output
This should avoid manual cache/database rebuilds whenever tools alone
change.

Our bpftrace does the same already.
2022-06-23 20:25:20 +02:00
Will Fancher
7f06c138bf
Merge pull request #176456 from klemensn/nixos-rebuild-synopsis
nixos-rebuild: Accept only one argument
2022-06-23 14:22:04 -04:00
ajs124
23b410fba6
Merge pull request #178743 from helsinki-systems/fix/xkblayout-state-qt4
xkblayout-state: drop unneeded qt4 dep
2022-06-23 20:10:50 +02:00
Sandro Jäckel
8840b83dbf
python310Packages.proto-plus: 1.20.5 -> 1.20.6 2022-06-23 20:08:21 +02:00
ajs124
7db8c5cc07 confclerk: 0.6.4 -> 0.7.1
qt4 -> qt5
2022-06-23 13:08:17 -05:00
Sandro Jäckel
1ecc8fa5ca
rehex: drop me from maintainers 2022-06-23 20:01:52 +02:00
ajs124
6db6fe4d1c xkblayout-state: drop unneeded qt4 dep 2022-06-23 19:59:55 +02:00
Klemens Nanni
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
legendofmiracles
2c069efa1b
Merge pull request #178767 from alternateved/maintainers/add-alternateved
maintainers: add alternateved
2022-06-23 11:40:57 -06:00
Shea Levy
e9e3a5af33
Merge pull request #178731 from shlevy/isabelle-darwin
Fix isabelle on darwin
2022-06-23 13:40:18 -04:00
Jan Tojnar
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
Klemens Nanni
7a0549387b nixos-rebuild: Accept only one argument
Multiple arguments make no sense but they are accepted, the last one
winning.

Found editing a previous run from shell history and adding a command
rather than replacing it;  observe in verbose mode:

```
$ nixos-rebuild dry-run -v
building the system configuration...
Building in legacy (non-flake) mode.
No --build-host given, running nix-build locally
$ nix-build <nixpkgs/nixos> -A system -k -I nixpkgs=/home/kn/src/nixpkgs -v --dry-run
...
```

```
$ nixos-rebuild dry-run build -v
building Nix...
$ nix-instantiate <nixpkgs/nixos> --add-root /tmp/nixos-rebuild.jgEYqZ/nix.drv --indirect -A config.nix.package.out -I nixpkgs=/home/kn/src/nixpkgs -v
...
```

nixos-rebuild(8) already bails out on zero arguments, so do the same
when passing a second one.
2022-06-23 21:39:13 +04:00
Robert Scott
16bca8d4c8 dbeaver: add sourceProvenance binaryBytecode 2022-06-23 18:38:23 +01:00
Robert Scott
070028a960 fahcontrol: remove autoPatchelfHook argument
this is confusing as it is not used - the package .deb only contains
python (and bash)
2022-06-23 18:38:23 +01:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Bruno Bigras
10d97b774c anytype: 0.25.4 -> 0.26.1 2022-06-23 13:34:18 -04: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 Meurer
cefe06f820
Merge pull request #178755 from edolstra/fix-static-libzip
Fix pkgsStatic.libzip
2022-06-23 13:02:05 -04:00
Bernardo Meurer
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
Bryan A. S
acc8a85710 velero: 1.8.1 -> 1.9.0 2022-06-23 13:43:33 -03:00
Fabian Affolter
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
techknowlogick
efa5caa007
packer: 1.8.1 -> 1.8.2 (#178609) 2022-06-23 18:37:48 +02:00
Greizgh
614ad1c1c0
freeciv: 3.0.1 -> 3.0.2 2022-06-23 18:35:25 +02:00
Matthieu Coudron
f9958c6504
Merge pull request #178520 from malob/update-vimPlugins 2022-06-23 18:33:45 +02:00
Bernardo Meurer
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
K900
523bd0ae27 libreoffice: add java.sql dependency
Otherwise Base crashes on startup.
2022-06-23 18:26:35 +02:00
Bernardo Meurer
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 Meurer
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 Meurer
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 Meurer
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 Meurer
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 Meurer
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 Meurer
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 Meurer
5332bc174a
Merge pull request #178483 from twitchyliquid64/tailscale-networkd
tailscale: ignore tailscale link when using networkd
2022-06-23 12:10:14 -04:00
Lassulus
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 Meurer
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 Meurer
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 Meurer
918d9e32e7
Merge pull request #178659 from jiegec/radare2
radare2: 5.6.8 -> 5.7.2
2022-06-23 12:02:09 -04:00
Bernardo Meurer
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 Benes
bd1f8edffd freecad: 0.19.2 -> 0.20 2022-06-23 17:28:27 +02:00
Gaute Ravndal
8fa3f5ca49 python3Packages.expiringdict: 1.2.1 -> 1.2.2 2022-06-23 17:18:02 +02:00