beam_minimal: disable systemdSupport (#396660)

This commit is contained in:
Yt
2025-04-07 07:53:13 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -51,7 +51,6 @@
odbcSupport ? false,
odbcPackages ? [ unixODBC ],
opensslPackage ? openssl,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
wxPackages ? [
libGL
libGLU
+1
View File
@@ -7381,6 +7381,7 @@ with pkgs;
beam = callPackage ./beam-packages.nix { };
beam_minimal = callPackage ./beam-packages.nix {
beam = beam_minimal;
systemdSupport = false;
wxSupport = false;
};