miniflux: do not send buildGoPackage, it is using buildGoModule now (#58110)

This commit is contained in:
Wael Nasreddine 2019-03-21 22:33:16 -07:00 committed by GitHub
parent 043255c639
commit 1f460d05c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -937,7 +937,7 @@ 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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}) })
@ -953,7 +953,7 @@ in
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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}) })
@ -1742,7 +1742,7 @@ 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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}; };
@ -1829,7 +1829,7 @@ 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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}; };
@ -4319,7 +4319,7 @@ 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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}; };
@ -12678,7 +12678,7 @@ in
}; };
skydive = callPackage ../tools/networking/skydive { skydive = callPackage ../tools/networking/skydive {
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}; };
@ -14002,10 +14002,7 @@ 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 { };
@ -14471,7 +14468,7 @@ 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 # XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it. # update to this package might fix it.
buildGoPackage = buildGo111Package; buildGoPackage = buildGo111Package;
}; };