We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 697b94d + e19ec91 commit f59335aCopy full SHA for f59335a
pkgs/development/interpreters/erlang/generic-builder.nix
@@ -51,7 +51,6 @@
51
odbcSupport ? false,
52
odbcPackages ? [ unixODBC ],
53
opensslPackage ? openssl,
54
- systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
55
wxPackages ? [
56
libGL
57
libGLU
pkgs/top-level/all-packages.nix
@@ -7381,6 +7381,7 @@ with pkgs;
7381
beam = callPackage ./beam-packages.nix { };
7382
beam_minimal = callPackage ./beam-packages.nix {
7383
beam = beam_minimal;
7384
+ systemdSupport = false;
7385
wxSupport = false;
7386
};
7387
0 commit comments