Commit Graph
344152 Commits
Author SHA1 Message Date
Daniel McCarney ae1bee344a blightmud: init at 3.5.0
Blightmud is a terminal client for connecting to Multi User Dungeon
(MUD) games. It is written in Rust and supports TLS, GMCP, MSDP, MCCP2,
tab completion, text searching and a split view for scrolling. Blightmud
can be customized with Lua scripting for aliases, triggers, timers,
customized status bars, and more. Blightmud supports several
accessibility features including an optional built-in text-to-speech
engine and a screen reader friendly mode.

For nixpkgs it is largely a standard derivation for a rust project using
`rustPlatform.buildRustPackage`. There is some customization required
for the optional text-to-speech (TTS) engine support. In this case the
derivation must also set the `LIBCLANG_PATH` and customize
`BINDGEN_EXTRA_CLANG_ARGS` in order for a required crate to be able to
`rust-bindgen` the `libspeechd` dependency it wraps. Lastly the
derivation has to skip some integration-style tests that don't play
nicely with the nixpkgs build environment - the majority of unit tests
work so they are left running in the check phase.

Since the TTS support brings in heavy dependencies, but is a useful
accessibility feature, the Blightmud derivation is added to
`all-packages.nix` twice:

1. the `blightmud` attribute builds a configuration without TTS support.
2. the `blightmud-tts` attribute builds a configuration _with_ TTS
   support.

The new Blightmud derivation is placed in `pkgs/games/blightmud/`
following the precedent set by another packaged GUI-based MUD client,
`mudlet` with `pkgs/games/mudlet/`.
2022-01-14 18:34:01 -05:00
Anderson TorresandGitHub 85a078a25d Merge pull request #153789 from AndersonTorres/new-misc
spigot: 20200901 -> 20210527
2022-01-07 23:25:39 -03:00
Thiago Kenji OkadaandGitHub 06235ce774 Merge pull request #153515 from thiagokokada/workaround-issue-144811
nixos-rebuild: do not resolve flake path
2022-01-07 23:18:37 -03:00
legendofmiraclesandGitHub f92067535a Merge pull request #153904 from dsalaza4/master
timedoctor: update maintainer
2022-01-07 20:10:36 -06:00
zowoq b4ee6e0b5d etcd: version the default etcd
easier to override
2022-01-08 11:44:32 +10:00
zowoq 5e53a3dd20 terraform-providers.libvirt: remove separate derivation, add override for cdrtools
since 0.6.10 it doesn't link against libvirt and is distibuted on the terraform registry
https://github.com/dmacvicar/terraform-provider-libvirt/releases/tag/v0.6.10
2022-01-08 11:42:32 +10:00
Maximilian BoschandGitHub 831457debd Merge pull request #153738 from TredwellGit/linux
Kernels 2022-01-06
2022-01-08 02:39:46 +01:00
AndersonTorres 5708e6aa25 spigot: 20200901 -> 20210527 2022-01-07 22:34:12 -03:00
Jonas ChevalierandGitHub 1e910209ae mkShell: make it buildable (#153194)
When I designed `mkShell`, I didn't have a good idea of what the output
should look like and so decided to make the build fail. In practice,
this causes quite a bit of confusion and complications because now the
shell cannot be part of a normal package set without failing the CI as
well.

This commit changes that build phase to record all the build inputs in a
file. That way it becomes possible to build it, makes sure that all the
build inputs get built as well, and also can be used as a GC root.
(by applying the same trick as #95536).

The documentation has also been improved to better describe what mkShell
does and how to use it.
2022-01-08 01:54:04 +01:00
zowoq cacab72b75 go_1_17: 1.17.5 -> 1.17.6 2022-01-08 10:38:36 +10:00
Jörg ThalheimandGitHub 4601b356f8 Merge pull request #153918 from Mic92/fio
fio: add missing six dependency
2022-01-08 00:23:20 +00:00
c5e9e73029 gmsh: 4.9.0 -> 4.9.2
* gmsh: 4.9.0 -> 4.9.2 (#152872)

* gmsh: use https

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-08 01:18:15 +01:00
Jörg ThalheimandGitHub ec66a6a08f Merge pull request #153906 from rhoriguchi/vscode-extensions.hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
2022-01-08 00:03:36 +00:00
Jörg ThalheimandGitHub dada50c259 Merge pull request #153894 from lourkeur/update/dwm
dwm: 6.2 -> 6.3
2022-01-08 00:00:17 +00:00
Jörg ThalheimandGitHub 0d5df8ce3b Merge pull request #153903 from Izorkin/update-netdata
netdata: 1.31.0 -> 1.32.1
2022-01-07 23:53:43 +00:00
Jörg Thalheim de6739642c fio: add missing six dependency 2022-01-08 00:43:07 +01:00
Martin WeineltandGitHub 10314dac8f Merge pull request #153889 from mweinelt/wordpress 2022-01-08 00:42:22 +01:00
José Romildo MalaquiasandGitHub 489f421e96 Merge pull request #153497 from romildo/upd.graphite-gtk-theme
graphite-gtk-theme: init at unstable-2022-01-04
2022-01-07 20:15:01 -03:00
Maximilian BoschandGitHub 4979df6ca1 Merge pull request #153911 from jyooru/update/feh
feh: 3.7.2 -> 3.8
2022-01-07 23:50:23 +01:00
Joel c94d5d98f7 feh: 3.7.2 -> 3.8 2022-01-08 08:29:03 +10:00
Michael WeissandGitHub 0b9e3edac8 Merge pull request #153861 from michaeladler/ungoogled-chromium
ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71
2022-01-07 23:23:44 +01:00
Ryan Horiguchi 807d89ced3 vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0 2022-01-07 23:02:34 +01:00
TredwellGit a40d8182da linux/hardened/patches/5.4: 5.4.169-hardened1 -> 5.4.170-hardened1 2022-01-07 22:02:22 +00:00
TredwellGit 2fe8933a62 linux/hardened/patches/4.19: 4.19.223-hardened1 -> 4.19.224-hardened1 2022-01-07 22:02:15 +00:00
TredwellGit 99a4be5a2d linux/hardened/patches/4.14: 4.14.260-hardened1 -> 4.14.261-hardened1 2022-01-07 22:02:08 +00:00
TredwellGit fa0e80ce0d linux-rt_5_10: 5.10.87-rt59 -> 5.10.90-rt60 2022-01-07 22:01:23 +00:00
TredwellGit 4594d2494f linux: 5.4.169 -> 5.4.170 2022-01-07 22:00:30 +00:00
TredwellGit 066a0b1197 linux: 5.15.12 -> 5.15.13 2022-01-07 22:00:23 +00:00
TredwellGit 6bcc2e3529 linux: 5.10.89 -> 5.10.90 2022-01-07 22:00:15 +00:00
TredwellGit b2ac2d62f8 linux: 4.9.295 -> 4.9.296 2022-01-07 22:00:07 +00:00
TredwellGit 0fb1f45869 linux: 4.4.297 -> 4.4.298 2022-01-07 22:00:01 +00:00
TredwellGit e22fa956c3 linux: 4.19.223 -> 4.19.224 2022-01-07 21:59:56 +00:00
TredwellGit ce05c553ad linux: 4.14.260 -> 4.14.261 2022-01-07 21:59:50 +00:00
Daniel Salazar 62dd28e2f1 timedoctor: update maintainer 2022-01-07 16:55:26 -05:00
Izorkin 4b4022db06 netdata: 1.31.0 -> 1.32.1 2022-01-08 00:38:17 +03:00
Izorkin 156393e104 netdata: go.d.plugin: 0.28.1 -> 0.31.0 2022-01-08 00:38:10 +03:00
Jonathan RingerandJonathan Ringer cc091b950c python3Packages.opencv4: fix installation metadata 2022-01-07 13:38:06 -08:00
Maciej KrügerandGitHub 801d832872 Merge pull request #125451 from zhaofengli/qemu-riscv64-sd-image 2022-01-07 22:14:05 +01:00
Louis Bettens 1640412a3e dwm: 6.2 -> 6.3 2022-01-07 22:11:59 +01:00
Fabian AffolterandGitHub 5034c5c27f Merge pull request #153829 from fabaff/fixgradient-utils
python3Packages.gradient-utils: disable metrics tests, python3Packages.gradient: 1.8.13 -> 1.9.1
2022-01-07 22:06:19 +01:00
Florian KlinkandGitHub 493931ec20 Merge pull request #153877 from jonringer/lensfun
lensfun: make sourceRoot independent
2022-01-07 21:29:20 +01:00
Gabriel EbnerandGitHub d2c7d56b80 Merge pull request #153887 from collares/lean-3.37.0
lean: 3.36.0 -> 3.37.0
2022-01-07 21:08:34 +01:00
Martin WeineltandGitHub e00d16cfbd Merge pull request #153675 from mweinelt/funkwhale-deps 2022-01-07 21:03:36 +01:00
Martin Weinelt 267d073ac0 wordpress: 5.8.2 -> 5.8.3 2022-01-07 21:00:43 +01:00
Mauricio Collares 81d4c28748 lean: 3.36.0 -> 3.37.0 2022-01-07 16:51:55 -03:00
Jonathan RingerandJonathan Ringer 568e0bc498 Revert "python3Packages.pip-tools: 6.3.1 -> 6.4.0"
This reverts commit 68f6e0321f.
2022-01-07 09:43:53 -08:00
Ryan MulliganandGitHub c0bb6b8023 Merge pull request #153157 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.37 -> 1.38
2022-01-07 09:41:59 -08:00
sternenseemannandVincent Laporte 628e9059a9 ocamlPackages.ca-certs-nss: 3.71.0.1 -> 3.74 2022-01-07 18:40:52 +01:00
Jonathan Ringer a48ac877a6 lensfun: make sourceRoot independent 2022-01-07 09:36:49 -08:00
Jean-Baptiste GiraudeauandJonathan Ringer 785f04f986 varnish: use jemalloc instead of glibc's malloc on linux.
this is the recommanded default, as glibc cause memory leaks:

 "We ran into a problem with glibc's malloc on Linux where it seemed
 like it failed to ever give memory back to the OS, causing the system
 to swap. We have now switched to jemalloc which appears not to have
 this problem." (from varnish-cache/doc/changes.rst)
2022-01-07 09:35:27 -08:00