Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

unit: drop `withRuby_3_2` flag

Ruby 3.2 will go EOL during the Nixpkgs 25.11 release cycle.

Emily a36781b5 bf96eaae

Changed files
-4
pkgs
by-name
un
-4
pkgs/by-name/un/unit/package.nix
··· 12 12 php82, 13 13 withPerl ? true, 14 14 perl, 15 - withRuby_3_2 ? false, 16 - ruby_3_2, 17 15 withSSL ? true, 18 16 openssl ? null, 19 17 withIPv6 ? true, ··· 56 54 ] 57 55 ++ optional withPHP82 php82-unit 58 56 ++ optional withPerl perl 59 - ++ optional withRuby_3_2 ruby_3_2 60 57 ++ optional withSSL openssl; 61 58 62 59 configureFlags = [ ··· 76 73 ${optionalString withPython3 "./configure python --module=python3 --config=python3-config --lib-path=${python3}/lib"} 77 74 ${optionalString withPHP82 "./configure php --module=php82 --config=${php82-unit.unwrapped.dev}/bin/php-config --lib-path=${php82-unit}/lib"} 78 75 ${optionalString withPerl "./configure perl --module=perl --perl=${perl}/bin/perl"} 79 - ${optionalString withRuby_3_2 "./configure ruby --module=ruby32 --ruby=${ruby_3_2}/bin/ruby"} 80 76 ''; 81 77 82 78 passthru.tests = {