procps: enable 8bit support, thereby fix #275220

This commit is contained in:
Ingo Blechschmidt 2023-12-18 21:06:23 +01:00
parent 7ed4d83677
commit 2e223c782a

@ -48,8 +48,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# Too red
configureFlags = [ "--disable-modern-top" ]
# Too red; 8bit support for fixing https://github.com/NixOS/nixpkgs/issues/275220
configureFlags = [ "--disable-modern-top" "--enable-watch8bit" ]
++ lib.optional withSystemd "--with-systemd"
++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
"ac_cv_func_malloc_0_nonnull=yes"