Commit Graph

236298 Commits

Author SHA1 Message Date
Matthew Bauer
b331c72f03 llvm: setup some symlinks for compatibility with binutils
This is needed for cross-compiling for LLVM.

After https://github.com/NixOS/nixpkgs/pull/94088, we still need some
of these, so I’ve whitelisted those that are in binutils.

/cc @DavidTruby
2020-07-28 15:08:46 -05:00
Matthew Bauer
ea842a7467 Merge pull request #88248 from ggreif/master
llvmPackages_10: 10.0.0 -> 10.0.1
2020-07-28 14:55:16 -05:00
Matthew Bauer
81bb09571f Merge pull request #94061 from DieGoldeneEnte/llvm-manpage-disable
llvmPackages_{8..10}: comment out broken manpages
2020-07-28 14:54:28 -05:00
Matthew Bauer
a5659d3605 Merge pull request #94088 from DavidTruby/master
llvm*: remove symlinks to llvm-diff, llvm-as and LLVM IR utilities
2020-07-28 14:50:48 -05:00
Matthew Bauer
da3be4a38b Merge pull request #93959 from r-ryantm/auto-update/wla-dx
wla-dx: 9.8 -> 9.11
2020-07-28 14:50:21 -05:00
Silvan Mosberger
06335228f9 Merge pull request #92894 from kuznero/vscode
vscode, vscodium: 1.46.1 -> 1.47.3
2020-07-28 21:19:35 +02:00
Robert Scott
91c4357388 pythonPackages.django_silk: 3.0.4 -> 4.0.1
update meta.homepage too
2020-07-28 12:15:34 -07:00
Mario Rodas
703b8ef3f3 Merge pull request #94091 from r-ryantm/auto-update/hmmer
hmmer: 3.3 -> 3.3.1
2020-07-28 14:04:04 -05:00
Mario Rodas
0351429dd5 Merge pull request #94066 from primeos/chromium
chromium: 84.0.4147.89 -> 84.0.4147.105
2020-07-28 13:53:32 -05:00
Mario Rodas
552a1f9278 itsx: enable on darwin 2020-07-28 13:48:55 -05:00
Mario Rodas
b7c9ca336f hmmer: enable on darwin 2020-07-28 13:47:34 -05:00
Mario Rodas
b82bf217d8 Merge pull request #94096 from marsam/update-docker-slim
docker-slim: 1.29.0 -> 1.30.0
2020-07-28 13:41:22 -05:00
Kevin Rauscher
df6e489c4b Bloop: adapt derivation to darwin 2020-07-28 11:36:42 -07:00
Kevin Rauscher
147cab1ee5 Bloop: 1.4.1 -> 1.4.3 2020-07-28 11:36:42 -07:00
Karol Chmist
58f609160c Bloop: rework bloop packaging
* Include all completions
* Update derivation to make it similar to archlinux packaging
2020-07-28 11:36:42 -07:00
Karol Chmist
9a6386fd6f Bloop: 1.3.4 -> 1.4.1 2020-07-28 11:36:42 -07:00
Roman Kuznetsov
361d3bd0c1 vscode, vscodium: 1.46.1 -> 1.47.3 2020-07-28 20:36:41 +02:00
Lassulus
77cf1a6581 Merge pull request #89331 from Lassulus/make-disk-image
make-disk-image: add hybrid and dynamic sized images
2020-07-28 20:34:20 +02:00
Ryan Mulligan
fb140c7d36 Merge pull request #93709 from arcz/update-nsjail
nsjail: 2.9 -> 3.0
2020-07-28 11:28:25 -07:00
worldofpeace
f337ffdf52 Merge pull request #94072 from r-ryantm/auto-update/elementary-files
pantheon.elementary-files: 4.4.3 -> 4.4.4
2020-07-28 14:07:43 -04:00
Mario Rodas
2ea37a0fe6 Merge pull request #94025 from r-ryantm/auto-update/linuxkit
linuxkit: 0.7 -> 0.8
2020-07-28 12:49:36 -05:00
Mario Rodas
75409ccee9 Merge pull request #93928 from markus1189/ddgr-1-9
ddgr: 1.8.1 -> 1.9
2020-07-28 12:28:12 -05:00
R. RyanTM
58e7ed9d56 hmmer: 3.3 -> 3.3.1 2020-07-28 16:39:23 +00:00
Peter Hoeg
1340776965 dict: look for config in /etc (#94050)
Previously it was impossible to configure dict/dictd system-wide as it
was looking for a config file in the nix store. Instead use /etc so it
becomes usable.
2020-07-28 18:12:20 +02:00
Ruud van Asseldonk
302aed5ab4 python3Packages.sentry-sdk: fix trytond dependency
Tryton is an optional dependency, if it is present, Sentry can integrate
it, but when it is not present, Sentry should not pull it in as a
propagated build input, it is only required for the tests that test this
specific integration.

In particular, pulling in trytond creates a transitive dependency on
simplejson, which makes "requests" behave differently in a way that can
break error handling.
2020-07-28 09:10:28 -07:00
Mario Rodas
c3f8d59463 Merge pull request #94086 from r-ryantm/auto-update/git-filter-repo
gitAndTools.git-filter-repo: 2.27.1 -> 2.28.0
2020-07-28 11:09:54 -05:00
Daniël de Kok
11771fc2e9 Merge pull request #93941 from leenaars/datefudge
datefudge: 1.23 -> 1.24
2020-07-28 18:00:34 +02:00
Daniël de Kok
8a73c2808e Merge pull request #93961 from r-ryantm/auto-update/you-get
you-get: 0.4.1432 -> 0.4.1456
2020-07-28 17:59:07 +02:00
David Truby
46e5ea5af6 llvm*: remove symlinks to llvm-diff, llvm-as and associated LLVM IR utilities.
These llvm-prefixed utilities are not drop-in replacements for the utilities
with similar names, they are specifically for operating on LLVM IR files.
Symlinking these without the prefix causes incompatibilities with tools that
expect diff, as and others to behave normally.
2020-07-28 16:26:12 +01:00
worldofpeace
7cdb25cabe Merge pull request #90681 from kolaente/update/flutter
flutter stable (1.12.13+hotfix.9 -> 1.17.3), beta (1.15.17 -> 1.19.0-4.1.pre) and dev (1.17.0-dev.5.0 -> 1.20.0-0.0.pre) update
2020-07-28 11:14:50 -04:00
R. RyanTM
01676580dc gitAndTools.git-filter-repo: 2.27.1 -> 2.28.0 2020-07-28 15:10:46 +00:00
Andika Demas Riyandi
f4997efd5c rnix-hashes: init at 0.2.0 (#93778) 2020-07-28 14:38:00 +00:00
Greg Roodt
d6e909342f argo: 2.9.3 -> 2.9.4 (#94069) 2020-07-28 07:21:33 -07:00
Jörg Thalheim
0d7e97f2a6 Merge pull request #94079 from Mic92/ci-fixes 2020-07-28 15:08:49 +01:00
Jörg Thalheim
369f7dbc64 github-ci/ofborg: progress indicator 2020-07-28 15:06:32 +01:00
Emery Hemingway
6148e0ca85 acme: build for aarch64 2020-07-28 16:05:10 +02:00
Tim Steinbach
ed0ad5f792 jenkins: 2.235.2 -> 2.235.3 2020-07-28 09:59:03 -04:00
Ryan Mulligan
b6ce454b97 Merge pull request #94044 from r-ryantm/auto-update/spotify-tui
spotify-tui: 0.20.0 -> 0.21.0
2020-07-28 06:57:53 -07:00
Ryan Mulligan
33f6fc5e0e Merge pull request #94063 from r-ryantm/auto-update/disk-filltest
disk-filltest: 0.8.1 -> 0.8.2
2020-07-28 06:57:26 -07:00
Ryan Mulligan
2c9a96ab92 Merge pull request #94033 from r-ryantm/auto-update/pcm
pcm: 202005 -> 202007
2020-07-28 06:56:09 -07:00
Jörg Thalheim
88c60d97fc github-action/ofborg: only run in main repo 2020-07-28 14:52:09 +01:00
Michael Weiss
a4082cca75 Merge pull request #94076 from primeos/wayvnc
wayvnc: 0.1.2 -> 0.2.0, neatvnc: 0.1.0 -> 0.2.0, aml: init at 0.1.0
2020-07-28 15:50:52 +02:00
Martin Weinelt
83f41b7ff0 Merge pull request #94070 from dmrauh/add/webdavclient3
pythonPackages.webdavclient3: init at 3.14.5
2020-07-28 15:41:43 +02:00
Jörg Thalheim
13f1c2386c github-actions: increase timeout to wait for ofborg 2020-07-28 14:39:20 +01:00
Martin Weinelt
d965a55db1 Merge pull request #93162 from r-ryantm/auto-update/tor
tor: 0.4.3.5 -> 0.4.3.6
2020-07-28 15:25:20 +02:00
Dominik Michael Rauh
5a680ef6d7 pythonPackages.webdavclient3: init at 3.14.5 2020-07-28 15:16:07 +02:00
Michael Weiss
2f641ec844 wayvnc: 0.1.2 -> 0.2.0 2020-07-28 15:01:16 +02:00
Michael Weiss
715cd6cc1d neatvnc: 0.1.0 -> 0.2.0 2020-07-28 15:01:16 +02:00
Michael Weiss
2f56b88d5f aml: init at 0.1.0 2020-07-28 15:01:16 +02:00
Tim Steinbach
931c554ed6 linux: 5.8-rc6 -> 5.8-rc7 2020-07-28 08:33:59 -04:00