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 65e49dc + 8b63910 commit 1bc15dbCopy full SHA for 1bc15db
pkgs/development/interpreters/erlang/generic-builder.nix
@@ -1,5 +1,4 @@
1
{
2
- pkgs,
3
lib,
4
stdenv,
5
fetchFromGitHub,
@@ -32,6 +31,7 @@
32
31
coreutils,
33
git,
34
wrapGAppsHook3,
+ zlib,
35
}:
36
37
baseName ? "erlang",
@@ -144,20 +144,12 @@ stdenv.mkDerivation (
144
[
145
ncurses
146
opensslPackage
147
+ zlib
148
]
149
++ optionals wxSupport wxPackages2
150
++ optionals odbcSupport odbcPackages
151
++ optionals javacSupport javacPackages
- ++ optional systemdSupport systemd
152
- ++ optionals stdenv.hostPlatform.isDarwin (
153
- with pkgs.darwin.apple_sdk.frameworks;
154
- [
155
- AGL
156
- Carbon
157
- Cocoa
158
- WebKit
159
- ]
160
- );
+ ++ optional systemdSupport systemd;
161
162
debugInfo = enableDebugInfo;
163
0 commit comments