Merge #56927: buildGoPackage: 1.11 -> 1.12 (into staging)
This commit is contained in:
commit
a2eb06a4d2
@ -1,19 +1,13 @@
|
|||||||
{ pkgs, makeScope, libsForQt5, go_1_11 }:
|
{ pkgs, makeScope, libsForQt5 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
packages = self: with self; {
|
packages = self: with self; {
|
||||||
updateScript = callPackage ./update.nix { };
|
updateScript = callPackage ./update.nix { };
|
||||||
|
|
||||||
dbus-factory = callPackage ./dbus-factory { };
|
dbus-factory = callPackage ./dbus-factory { };
|
||||||
dde-api = callPackage ./dde-api {
|
dde-api = callPackage ./dde-api { };
|
||||||
# XXX: the build is finding references to Go when compiled with go v1.12
|
|
||||||
go = go_1_11;
|
|
||||||
};
|
|
||||||
dde-calendar = callPackage ./dde-calendar { };
|
dde-calendar = callPackage ./dde-calendar { };
|
||||||
dde-daemon = callPackage ./dde-daemon {
|
dde-daemon = callPackage ./dde-daemon { };
|
||||||
# XXX: the build is finding references to Go when compiled with go v1.12
|
|
||||||
go = go_1_11;
|
|
||||||
};
|
|
||||||
dde-qt-dbus-factory = callPackage ./dde-qt-dbus-factory { };
|
dde-qt-dbus-factory = callPackage ./dde-qt-dbus-factory { };
|
||||||
dde-session-ui = callPackage ./dde-session-ui { };
|
dde-session-ui = callPackage ./dde-session-ui { };
|
||||||
deepin-desktop-base = callPackage ./deepin-desktop-base { };
|
deepin-desktop-base = callPackage ./deepin-desktop-base { };
|
||||||
|
@ -924,7 +924,11 @@ in
|
|||||||
|
|
||||||
bchunk = callPackage ../tools/cd-dvd/bchunk { };
|
bchunk = callPackage ../tools/cd-dvd/bchunk { };
|
||||||
|
|
||||||
inherit (callPackages ../misc/logging/beats/6.x.nix { })
|
inherit (callPackages ../misc/logging/beats/6.x.nix {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
})
|
||||||
filebeat6
|
filebeat6
|
||||||
heartbeat6
|
heartbeat6
|
||||||
metricbeat6
|
metricbeat6
|
||||||
@ -936,7 +940,11 @@ in
|
|||||||
metricbeat = metricbeat6;
|
metricbeat = metricbeat6;
|
||||||
packetbeat = packetbeat6;
|
packetbeat = packetbeat6;
|
||||||
|
|
||||||
inherit (callPackages ../misc/logging/beats/5.x.nix { })
|
inherit (callPackages ../misc/logging/beats/5.x.nix {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
})
|
||||||
filebeat5
|
filebeat5
|
||||||
heartbeat5
|
heartbeat5
|
||||||
metricbeat5
|
metricbeat5
|
||||||
@ -1711,7 +1719,11 @@ in
|
|||||||
|
|
||||||
mongodb-compass = callPackage ../tools/misc/mongodb-compass { };
|
mongodb-compass = callPackage ../tools/misc/mongodb-compass { };
|
||||||
|
|
||||||
mongodb-tools = callPackage ../tools/misc/mongodb-tools { };
|
mongodb-tools = callPackage ../tools/misc/mongodb-tools {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
mozlz4a = callPackage ../tools/compression/mozlz4a { };
|
mozlz4a = callPackage ../tools/compression/mozlz4a { };
|
||||||
|
|
||||||
@ -1792,7 +1804,11 @@ in
|
|||||||
|
|
||||||
bepasty = callPackage ../tools/misc/bepasty { };
|
bepasty = callPackage ../tools/misc/bepasty { };
|
||||||
|
|
||||||
bettercap = callPackage ../tools/security/bettercap { };
|
bettercap = callPackage ../tools/security/bettercap {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
bfg-repo-cleaner = gitAndTools.bfg-repo-cleaner;
|
bfg-repo-cleaner = gitAndTools.bfg-repo-cleaner;
|
||||||
|
|
||||||
@ -4263,7 +4279,11 @@ in
|
|||||||
|
|
||||||
miredo = callPackage ../tools/networking/miredo { };
|
miredo = callPackage ../tools/networking/miredo { };
|
||||||
|
|
||||||
mirrorbits = callPackage ../servers/mirrorbits { };
|
mirrorbits = callPackage ../servers/mirrorbits {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
mitmproxy = callPackage ../tools/networking/mitmproxy { };
|
mitmproxy = callPackage ../tools/networking/mitmproxy { };
|
||||||
|
|
||||||
@ -12605,7 +12625,11 @@ in
|
|||||||
sdnotify-wrapper = callPackage ../os-specific/linux/sdnotify-wrapper { };
|
sdnotify-wrapper = callPackage ../os-specific/linux/sdnotify-wrapper { };
|
||||||
};
|
};
|
||||||
|
|
||||||
skydive = callPackage ../tools/networking/skydive { };
|
skydive = callPackage ../tools/networking/skydive {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
slang = callPackage ../development/libraries/slang { };
|
slang = callPackage ../development/libraries/slang { };
|
||||||
|
|
||||||
@ -13341,8 +13365,11 @@ in
|
|||||||
buildGo111Package = callPackage ../development/go-modules/generic {
|
buildGo111Package = callPackage ../development/go-modules/generic {
|
||||||
go = buildPackages.go_1_11;
|
go = buildPackages.go_1_11;
|
||||||
};
|
};
|
||||||
|
buildGo112Package = callPackage ../development/go-modules/generic {
|
||||||
|
go = buildPackages.go_1_12;
|
||||||
|
};
|
||||||
|
|
||||||
buildGoPackage = buildGo111Package;
|
buildGoPackage = buildGo112Package;
|
||||||
|
|
||||||
go2nix = callPackage ../development/tools/go2nix { };
|
go2nix = callPackage ../development/tools/go2nix { };
|
||||||
|
|
||||||
@ -13913,7 +13940,10 @@ in
|
|||||||
|
|
||||||
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
||||||
|
|
||||||
miniflux = callPackage ../servers/miniflux { };
|
miniflux = callPackage ../servers/miniflux {
|
||||||
|
# XXX: bettercap is failing with Go 1.12.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
nagios = callPackage ../servers/monitoring/nagios { };
|
nagios = callPackage ../servers/monitoring/nagios { };
|
||||||
|
|
||||||
@ -14379,7 +14409,11 @@ in
|
|||||||
|
|
||||||
cifs-utils = callPackage ../os-specific/linux/cifs-utils { };
|
cifs-utils = callPackage ../os-specific/linux/cifs-utils { };
|
||||||
|
|
||||||
cockroachdb = callPackage ../servers/sql/cockroachdb { };
|
cockroachdb = callPackage ../servers/sql/cockroachdb {
|
||||||
|
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||||
|
# update to this package might fix it.
|
||||||
|
buildGoPackage = buildGo111Package;
|
||||||
|
};
|
||||||
|
|
||||||
conky = callPackage ../os-specific/linux/conky ({
|
conky = callPackage ../os-specific/linux/conky ({
|
||||||
lua = lua5_3_compat;
|
lua = lua5_3_compat;
|
||||||
@ -17695,10 +17729,7 @@ in
|
|||||||
|
|
||||||
slack-term = callPackage ../applications/networking/instant-messengers/slack-term { };
|
slack-term = callPackage ../applications/networking/instant-messengers/slack-term { };
|
||||||
|
|
||||||
singularity = callPackage ../applications/virtualization/singularity {
|
singularity = callPackage ../applications/virtualization/singularity { };
|
||||||
# XXX: the build is finding references to Go when compiled with go v1.12
|
|
||||||
go = go_1_11;
|
|
||||||
};
|
|
||||||
|
|
||||||
spectmorph = callPackage ../applications/audio/spectmorph { };
|
spectmorph = callPackage ../applications/audio/spectmorph { };
|
||||||
|
|
||||||
@ -21328,7 +21359,7 @@ in
|
|||||||
clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };
|
clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };
|
||||||
|
|
||||||
deepin = recurseIntoAttrs (import ../desktops/deepin {
|
deepin = recurseIntoAttrs (import ../desktops/deepin {
|
||||||
inherit pkgs libsForQt5 go_1_11;
|
inherit pkgs libsForQt5;
|
||||||
inherit (lib) makeScope;
|
inherit (lib) makeScope;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user