erlang: migrate to wxGTK32

authored by Weijia Wang and committed by Yt 9fd38e55 b3b7ba7d

+6 -6
+6 -6
pkgs/top-level/beam-packages.nix
··· 1 { beam 2 , callPackage 3 , openssl_1_1 4 - , wxGTK30 5 , buildPackages 6 , stdenv 7 , wxSupport ? true ··· 31 32 # R25 33 erlangR25 = self.beamLib.callErlang ../development/interpreters/erlang/R25.nix { 34 - wxGTK = wxGTK30; 35 parallelBuild = true; 36 autoconf = buildPackages.autoconf269; 37 inherit wxSupport systemdSupport; ··· 45 46 # R24 47 erlangR24 = self.beamLib.callErlang ../development/interpreters/erlang/R24.nix { 48 - wxGTK = wxGTK30; 49 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 50 parallelBuild = true; 51 autoconf = buildPackages.autoconf269; ··· 61 # R23 62 erlangR23 = self.beamLib.callErlang ../development/interpreters/erlang/R23.nix { 63 openssl = openssl_1_1; 64 - wxGTK = wxGTK30; 65 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 66 parallelBuild = true; 67 autoconf = buildPackages.autoconf269; ··· 77 # R22 78 erlangR22 = self.beamLib.callErlang ../development/interpreters/erlang/R22.nix { 79 openssl = openssl_1_1; 80 - wxGTK = wxGTK30; 81 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 82 parallelBuild = true; 83 autoconf = buildPackages.autoconf269; ··· 93 # R21 94 erlangR21 = self.beamLib.callErlang ../development/interpreters/erlang/R21.nix { 95 openssl = openssl_1_1; 96 - wxGTK = wxGTK30; 97 autoconf = buildPackages.autoconf269; 98 inherit wxSupport systemdSupport; 99 };
··· 1 { beam 2 , callPackage 3 , openssl_1_1 4 + , wxGTK32 5 , buildPackages 6 , stdenv 7 , wxSupport ? true ··· 31 32 # R25 33 erlangR25 = self.beamLib.callErlang ../development/interpreters/erlang/R25.nix { 34 + wxGTK = wxGTK32; 35 parallelBuild = true; 36 autoconf = buildPackages.autoconf269; 37 inherit wxSupport systemdSupport; ··· 45 46 # R24 47 erlangR24 = self.beamLib.callErlang ../development/interpreters/erlang/R24.nix { 48 + wxGTK = wxGTK32; 49 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 50 parallelBuild = true; 51 autoconf = buildPackages.autoconf269; ··· 61 # R23 62 erlangR23 = self.beamLib.callErlang ../development/interpreters/erlang/R23.nix { 63 openssl = openssl_1_1; 64 + wxGTK = wxGTK32; 65 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 66 parallelBuild = true; 67 autoconf = buildPackages.autoconf269; ··· 77 # R22 78 erlangR22 = self.beamLib.callErlang ../development/interpreters/erlang/R22.nix { 79 openssl = openssl_1_1; 80 + wxGTK = wxGTK32; 81 # Can be enabled since the bug has been fixed in https://github.com/erlang/otp/pull/2508 82 parallelBuild = true; 83 autoconf = buildPackages.autoconf269; ··· 93 # R21 94 erlangR21 = self.beamLib.callErlang ../development/interpreters/erlang/R21.nix { 95 openssl = openssl_1_1; 96 + wxGTK = wxGTK32; 97 autoconf = buildPackages.autoconf269; 98 inherit wxSupport systemdSupport; 99 };