Commit Graph

359183 Commits

Author SHA1 Message Date
Manuel Mendez
64ca089436 go: Avoid setting excludedPackages for package already being excluded by default 2022-03-04 13:32:44 +10:00
Manuel Mendez
8b5a7940b0 go: Bunch of fixes when using excludedPackages and other bits
Few things going on in this commit:

Do not print "Building subPakage $pkg" message if actually going to skip the
package. This was confusing to me when I was trying to figure out how to set
excludedPackages and seeing the "Building subpackage $pkg" messages for
packages I wanted to skip. Turns out this messages was being printed before
checking if we actually wanted to build the package and not necessarily that my
excludedPackages was wrong.

Make go-packages look a little bit more like go-modules, by adding testdata to
the default list of excluded packages.

This commit also does some setup outside the buildGoDir function so that we
avoid checking `excludedPackages` for every package and cut down the number
of grep calls by half since we always want at least one grep for the default
excludedPackages, might as well just add to the patterns being checked.

Finally, adds documentation for usage of excludedPackages and subPackages. I
had to read the implementation to figure out how to correctly use these
function arguments since there was no documentation and different uses in the
code base. So this commit documents usage of the arguments.
2022-03-04 13:32:44 +10:00
techknowlogick
7bd35b61fe go_1_17: 1.17.7 -> 1.17.8 2022-03-04 13:32:32 +10:00
github-actions[bot]
595c0fa136
Merge staging-next into staging 2022-03-04 00:02:31 +00:00
github-actions[bot]
d9f7fd1901
Merge master into staging-next 2022-03-04 00:01:55 +00:00
Michael Weiss
a4d921be21
Merge pull request #162680 from primeos/chromiumBeta
chromiumBeta: 99.0.4844.51 -> 100.0.4896.20
2022-03-03 23:56:05 +01:00
Michael Weiss
9fdffcf86e
Merge pull request #162679 from primeos/chromiumDev
chromiumDev: 100.0.4896.12 -> 100.0.4896.20
2022-03-03 23:51:55 +01:00
zowoq
446a90e111
Merge pull request #162554 from jonringer/add-hcl2json
hcl2json: init at 0.3.4
2022-03-04 08:29:54 +10:00
techknowlogick
6eed87d449 go_1_16: 1.16.14 -> 1.16.15 2022-03-04 07:44:35 +10:00
Matthias Treydte
38cf6fea69 qemu: fix qemu.ga including qemu in it's closure
The qemu-ga binary is already moved to a separate
output but still depends on qemu, adding about
600MiB to it's closure.

The command "strings qemu-ga" reveals that something
like

/nix/store/bqgpvv5qrpb741swczqk3lrdm5gzaqx2-qemu-host-cpu-only-6.2.0/bin

is contained, causing this false positive. So use
remove-references-to to reduce the closure to about
600KiB.
2022-03-03 21:37:25 +00:00
Michael Weiss
691919bf00
chromiumDev: 100.0.4896.12 -> 100.0.4896.20 2022-03-03 22:30:43 +01:00
Michael Weiss
05aa1711fd
chromiumBeta: 99.0.4844.51 -> 100.0.4896.20 2022-03-03 22:30:09 +01:00
Sandro
51ceca24be
Merge pull request #162667 from SuperSandro2000/gopls 2022-03-03 21:37:07 +01:00
Sandro Jäckel
801f6c4be9
gopls: 0.7.5 -> 0.8.0 2022-03-03 21:08:51 +01:00
Robert Schütz
ad267cc9cf python3Packages.isbnlib: 3.10.9 -> 3.10.10 2022-03-03 18:20:02 +00:00
github-actions[bot]
77eedbacb4
Merge staging-next into staging 2022-03-03 18:10:58 +00:00
Artturi
86a48d31bf
Merge pull request #162648 from Artturin/discordupdate 2022-03-03 20:09:32 +02:00
github-actions[bot]
97eab40fb7
Merge master into staging-next 2022-03-03 18:05:45 +00:00
Doron Behar
adfbccfa7f
Merge pull request #162551 from r-ryantm/auto-update/tectonic 2022-03-03 19:39:25 +02:00
Alyssa Ross
71f1f4884b openssl: stop static binaries referencing libs
Previously, the "out" output of openssl would contain would contain a
couple of tiny libraries in etc/, and the big OpenSSL libraries in
lib/.  This bloated closures when building things against OpenSSL with
pkgsStatic.  To fix this, introduce a lib output, so only the config
files are left in out.

Additionally, we have to disable support for dynamic engines in static
builds to avoid a reference to the engines directory in $lib.  I don't
think it's likely that this would ever have worked anyway.
2022-03-03 17:10:52 +00:00
Fabian Affolter
6c5e6e24f0
Merge pull request #162599 from fabaff/fix-blinkpy
python3Packages.blinkpy: disable failing tests on Python 3.10
2022-03-03 17:54:44 +01:00
Florian Klink
a0e5d18476
Merge pull request #162640 from flokli/tf-provider-aws-4.3.0
terraform-providers.aws: 4.2.0 -> 4.3.0
2022-03-03 17:10:00 +01:00
Pavol Rusnak
95a1d77f29
Merge pull request #162483 from erikarvstedt/btcpayserver-1.4.7
btcpayserver: 1.4.6 -> 1.4.7
2022-03-03 17:06:03 +01:00
Doron Behar
da19aaee59 tectonic: 0.8.1 -> 0.8.2 2022-03-03 18:03:38 +02:00
Artturin
d50924f33b discord-canary: 0.0.133 -> 0.0.134 2022-03-03 18:00:14 +02:00
Ryan Mulligan
e30f7d6130
Merge pull request #162563 from r-ryantm/auto-update/convco
convco: 0.3.8 -> 0.3.9
2022-03-03 07:58:33 -08:00
R. Ryantm
c346cecbf3 python310Packages.azure-mgmt-compute: 26.0.0 -> 26.1.0 2022-03-03 07:56:57 -08:00
R. Ryantm
cf9837864d python310Packages.python-songpal: 0.14 -> 0.14.1 2022-03-03 07:56:22 -08:00
Martin Weinelt
db2edb2c7f
Merge pull request #162646 from r-ryantm/auto-update/python3.10-samsungtvws 2022-03-03 16:50:13 +01:00
Sandro
a6659c6444
Merge pull request #162518 from SuperSandro2000/git-contrib-hooks 2022-03-03 16:49:54 +01:00
R. Ryantm
52a0af5fb2 python310Packages.samsungtvws: 2.0.0 -> 2.1.0 2022-03-03 15:47:05 +00:00
R. Ryantm
26d7a5cf77 python310Packages.jupyterlab: 3.2.9 -> 3.3.0 2022-03-03 07:39:45 -08:00
R. Ryantm
bc84730269 python310Packages.stripe: 2.66.0 -> 2.67.0 2022-03-03 07:38:31 -08:00
R. Ryantm
2568c6c9a3 python310Packages.google-cloud-bigquery: 2.34.0 -> 2.34.1 2022-03-03 07:35:46 -08:00
R. Ryantm
7f1eb5ba09 python310Packages.spacy: 3.2.2 -> 3.2.3 2022-03-03 07:33:55 -08:00
R. Ryantm
1f1eefec22 python310Packages.bitarray: 2.3.7 -> 2.4.0 2022-03-03 07:32:17 -08:00
R. Ryantm
bdcb90bde8 python310Packages.aiolifx: 0.7.0 -> 0.7.1 2022-03-03 07:31:53 -08:00
R. Ryantm
507cb692f0 python310Packages.neo: 0.10.0 -> 0.10.1 2022-03-03 07:26:40 -08:00
R. Ryantm
a28d8a4a0d python310Packages.sabyenc3: 4.0.2 -> 5.0.1 2022-03-03 07:25:56 -08:00
R. Ryantm
fbcf2574f6 python310Packages.pubnub: 6.0.1 -> 6.1.0 2022-03-03 07:23:44 -08:00
R. Ryantm
998052403d python310Packages.pyrfxtrx: 0.27.1 -> 0.28.0 2022-03-03 07:22:22 -08:00
R. Ryantm
fcae1634e8 python310Packages.globus-sdk: 3.4.2 -> 3.5.0 2022-03-03 07:22:08 -08:00
R. Ryantm
c81926c414 python310Packages.google-cloud-dataproc: 3.3.0 -> 4.0.0 2022-03-03 07:19:30 -08:00
R. Ryantm
facbc4767d python310Packages.sqlite-utils: 3.24 -> 3.25 2022-03-03 07:17:37 -08:00
R. Ryantm
28f86f66e8 python310Packages.azure-identity: 1.7.1 -> 1.8.0 2022-03-03 07:17:17 -08:00
R. Ryantm
27439c97e7 python310Packages.pyglet: 1.5.21 -> 1.5.22 2022-03-03 07:16:55 -08:00
Robert Hensing
1cf9650148
Merge pull request #162612 from hercules-ci/update-nixopsUnstable
nixopsUnstable: 2.0.0-pre (2021-12-01) -> 2.0.0-pre (2022-02-21)
2022-03-03 16:14:19 +01:00
Jonathan Ringer
a4a65127de
hcl2json: init at 0.3.4 2022-03-03 07:12:44 -08:00
Florian Klink
ef546c98dc terraform-providers.aws: 4.2.0 -> 4.3.0 2022-03-03 15:55:20 +01:00
Bobby Rong
05c062a1c6
Merge pull request #162501 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20220227 -> 20220301
2022-03-03 22:37:46 +08:00