Unverified Commit f59335a9 authored by Yt's avatar Yt Committed by GitHub
Browse files

beam_minimal: disable systemdSupport (#396660)

parents 697b94d2 e19ec916
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@
  odbcSupport ? false,
  odbcPackages ? [ unixODBC ],
  opensslPackage ? openssl,
  systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
  wxPackages ? [
    libGL
    libGLU
+1 −0
Original line number Diff line number Diff line
@@ -7381,6 +7381,7 @@ with pkgs;
  beam = callPackage ./beam-packages.nix { };
  beam_minimal = callPackage ./beam-packages.nix {
    beam = beam_minimal;
    systemdSupport = false;
    wxSupport = false;
  };