···137137 wantedBy = [ "multi-user.target" ];
138138 wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
139139 after = [ "network-online.target" ] ++ cfg.serviceDependencies;
140140- path = [ pkgs.lottieconverter pkgs.ffmpeg-full ];
140140+ path = [ pkgs.lottieconverter pkgs.ffmpeg-headless ];
141141142142 # mautrix-telegram tries to generate a dotfile in the home directory of
143143 # the running user if using a postgresql database:
···21212222stdenv.mkDerivation rec {
2323 pname = "singular";
2424- version = "4.3.2p16";
2424+ version = "4.4.0p6";
25252626 # since the tarball does not contain tests, we fetch from GitHub.
2727 src = fetchFromGitHub {
···3131 # if a release is tagged (which sometimes does not happen), it will
3232 # be in the format below.
3333 rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
3434- hash = "sha256-5JZgI5lnfX4JlBSEAL7Wv6uao/57GBaMqwgslJt9Bjk=";
3434+ hash = "sha256-QxMMMnXaWe+0ogA6+3eOtdROb0RolSveya6DIx97/YY=";
35353636 # the repository's .gitattributes file contains the lines "/Tst/
3737 # export-ignore" and "/doc/ export-ignore" so some directories are
···62626363 ### _ ###
6464 _1password = lib.warn "_1password has been renamed to _1password-cli to better follow upstream name usage" _1password-cli; # Added 2024-10-24
6565+ "7z2hashcat" = throw "'7z2hashcat' has been renamed to '_7z2hashcat' as the former isn't a valid variable name."; # Added 2024-11-27
65666667 ### A ###
6768
+1-5
pkgs/top-level/all-packages.nix
···16061606 android-tools = lowPrio (darwin.apple_sdk_11_0.callPackage ../tools/misc/android-tools { });
1607160716081608 angie = callPackage ../servers/http/angie {
16091609- zlib = zlib-ng.override { withZlibCompat = true; };
16101609 withPerl = false;
16111610 # We don't use `with` statement here on purpose!
16121611 # See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
···16141613 };
1615161416161615 angieQuic = callPackage ../servers/http/angie {
16171617- zlib = zlib-ng.override { withZlibCompat = true; };
16181616 withPerl = false;
16191617 withQuic = true;
16201618 # We don't use `with` statement here on purpose!
···1177111769 nginx = nginxStable;
11772117701177311771 nginxQuic = callPackage ../servers/http/nginx/quic.nix {
1177411774- zlib = zlib-ng.override { withZlibCompat = true; };
1177511772 withPerl = false;
1177611773 # We don't use `with` statement here on purpose!
1177711774 # See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
···1178111778 };
11782117791178311780 nginxStable = callPackage ../servers/http/nginx/stable.nix {
1178411784- zlib = zlib-ng.override { withZlibCompat = true; };
1178511781 withPerl = false;
1178611782 # We don't use `with` statement here on purpose!
1178711783 # See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
···1178911785 };
11790117861179111787 nginxMainline = callPackage ../servers/http/nginx/mainline.nix {
1179211792- zlib = zlib-ng.override { withZlibCompat = true; };
1179311788 withKTLS = true;
1179411789 withPerl = false;
1179511790 # We don't use `with` statement here on purpose!
···1181811813 openafs = callPackage ../servers/openafs/1.8 { };
11819118141182011815 openresty = callPackage ../servers/http/openresty {
1181611816+ zlib-ng = zlib;
1182111817 withPerl = false;
1182211818 modules = [];
1182311819 };