Commit graph

221736 commits

Author SHA1 Message Date
Jonathan Ringer 8fdc7cc1d0 kodelife: preferLocalBuild 2020-04-13 10:40:27 -07:00
Jonathan Ringer 088afc8375 kodelife: fix non-x86 hashes 2020-04-13 10:40:27 -07:00
John Ericson 888c1685ad compiler-rt-10: Sync flags with previous versions
In 0c73297c07 I made some changes up to 9
for 20.03 and master, now I do the same for 10 which is just on master.
2020-04-13 13:22:31 -04:00
R. RyanTM a710a997e5 python37Packages.pikepdf: 1.10.2 -> 1.11.0 2020-04-13 10:17:09 -07:00
R. RyanTM 51ed7a044c python27Packages.gphoto2: 2.2.1 -> 2.2.2 2020-04-13 10:14:24 -07:00
sternenseemann 0648fed704 pythonPackages.pypandoc: 2018-06-18 -> 1.5 2020-04-13 09:50:54 -07:00
Rakesh Gupta a9655812a3 pythonPackages.py-multihash: init at 0.2.3 2020-04-13 09:47:48 -07:00
makefu 382fcf9a09 python3Packages.hydra-check: init at 1.1.1 2020-04-13 09:47:18 -07:00
R. RyanTM 5c4f8b3582 python27Packages.python-nomad: 1.1.0 -> 1.2.1 2020-04-13 09:45:47 -07:00
R. RyanTM 49fb730fab python37Packages.gensim: 3.8.1 -> 3.8.2 2020-04-13 09:43:55 -07:00
R. RyanTM 6f64fb9b2d python27Packages.gspread: 3.3.0 -> 3.3.1 2020-04-13 09:43:27 -07:00
Robin Gloster e484ca3d9b
alertmanager: implement HA clustering support 2020-04-13 18:39:51 +02:00
Michael Weiss 806b2997a9
lf: 13 -> 14 2020-04-13 18:34:42 +02:00
Jörg Thalheim 326756bbeb
Merge pull request #85149 from snicket2100/bookworm-upgrade
bookworm: unstable-2018-11-19 -> 1.1.2
2020-04-13 17:27:40 +01:00
Jörg Thalheim 4c3f1d321a
Merge pull request #76723 from jokogr/u/traefik-2.1.1
Traefik: 1.7.14 -> 2.2.0
2020-04-13 17:16:54 +01:00
Silvan Mosberger 56f78c1ca4
Merge pull request #82461 from Infinisil/checked-maintainers
Checked maintainers
2020-04-13 17:55:15 +02:00
sternenseemann 4ef5c64226 ocamlPackages.ppx_irmin: init at 2.1.0 2020-04-13 17:51:33 +02:00
sternenseemann 5ed10dc909 ocamlPackages.irmin*: 2.0.0 -> 2.1.0
updated:

* irmin
* irmin-fs
* irmin-git
* irmin-graphql
* irmin-http
* irmin-mem
* irmin-pack (also added new dependecy ocaml_lwt)
* irmin-test
* irmin-unix
* irmin-watcher
2020-04-13 17:51:32 +02:00
sternenseemann cdad44ed31 ocamlPackages.ocaml-syntax-shims: init at 1.0.0 2020-04-13 17:51:32 +02:00
Maximilian Bosch ec6bac99cc
nixos/build-vms: propagate file location
When trying to build a VM using `nixos-build-vms` with a configuration
that doesn't evaluate, an error "at `<unknown-file>`" is usually shown.

This happens since the `build-vms.nix` creates a VM-network of
NixOS-configurations that are attr-sets or functions and don't contain
any file information. This patch manually adds the `_file`-attribute to
tell the module-system which file contained broken configuration:

```
$ cat vm.nix
{ vm.invalid-option = 1; }

$ nixos-build-vms vm.nix
error: The option `invalid-option' defined in `/home/ma27/Projects/nixpkgs/vm.nix@node-vm' does not exist.
(use '--show-trace' to show detailed location information)
```
2020-04-13 17:50:13 +02:00
Jörg Thalheim a5661135f2
Merge pull request #84096 from DieGoldeneEnte/llvm-latest
llvmPackages_latest: llvm9->llvm10
2020-04-13 16:48:45 +01:00
sternenseemann d7c3958769 ocamlPackages.index: 1.0.1 -> 1.2.0
Note: tests are available, should be added in the future (crowbar is required)
2020-04-13 17:43:41 +02:00
Silvan Mosberger f579564062
lib/maintainer-list: Implement validity checks 2020-04-13 17:28:00 +02:00
Silvan Mosberger a90d8de242
lib/tests/release.nix: Avoid importing nixpkgs into the store
Improves build time by about a factor of two on my system
2020-04-13 17:27:05 +02:00
Silvan Mosberger 0bc7f3440a
lib/tests/modules.sh: Don't depend on $PWD 2020-04-13 17:27:04 +02:00
Silvan Mosberger 124cccbe3b
lib/options: Use escapeNixIdentifier for showOption 2020-04-13 17:27:04 +02:00
Silvan Mosberger f9eb3d158a
lib/strings: Introduce escapeNixIdentifier 2020-04-13 17:27:04 +02:00
Silvan Mosberger f9e94b9ffe
maintainer-list: Fix missing githubId's
All these IDs were carefully obtained with
- If possible, look at which commit introduced the maintainer and check
  with the GitHub API whether it was the person we think it should be.
  If yes, that's great
- If above doesn't work for any reason (which was the case for about
  half), then I went through the commit log and through GitHub PRs
  manually, to see who the person is

Sometimes this required trying to find a commit after the svn-era, but
before the committer stopped contributing. Sometimes when one person
adds two maintainers this required checking that they are known to each
other through bidirectional GitHub follows.

For tweber's github, see:
https://github.com/NixOS/nixpkgs/pull/82461#issuecomment-599433112
2020-04-13 17:27:01 +02:00
Silvan Mosberger d3ac6de2d9
maintainer-list: Fix attribute names 2020-04-13 17:26:07 +02:00
Nikolay Korotkiy 6f6d2124fc
gpsbabel-gui: init at 1.6.0 2020-04-13 17:12:20 +02:00
Matthew Bauer 156c67858f
Merge pull request #85017 from r-ryantm/auto-update/android-udev-rules
android-udev-rules: 20191103 -> 20200410
2020-04-13 11:11:25 -04:00
Matthew Bauer 473cf3a189
Merge pull request #85084 from primeos/android-studio-license-fix
android-studio: Fix the license (unfree)
2020-04-13 11:10:33 -04:00
Domen Kožar a847496171
Merge pull request #85153 from sorki/spring
spring: 104.0.1-1482-gc4e1654 -> 104.0.1-1485-g1765770
2020-04-13 16:54:09 +02:00
Marek Mahut e9bc22e904
Merge pull request #80619 from sorki/ipmicfg
ipmicfg: 1.29.0-181029 -> 1.30.0-190710
2020-04-13 16:45:15 +02:00
Matthieu Coudron ed234c3708 gitAndTools.gitbatch: init at 2019-12-19
init an unstable version since the tagged release wouldn't work on my
machine (infinite loop).
Practical tool to fetch several repositories at the same time, see their
status etc.

Disabled for darwin because of CI error "SIGILL: illegal instruction".
2020-04-13 16:36:19 +02:00
Andreas Rammhold 310b5f6c34
Merge pull request #84179 from kolloch/build-rust-crate-multi-version-rename
buildRustCrate: Allow version specific dependency renaming + parameter doc
2020-04-13 16:25:16 +02:00
Holger Wünsche 556b0e89ca
boost: check clang version
boost <1.69 can't be compiled with clang >=8. This commit adds an assert
to catch the error early on.
2020-04-13 16:01:50 +02:00
Andreas Rammhold a9fdfebc6b
buildRustCrate: support proc-macro in default prelude 2020-04-13 16:01:21 +02:00
Holger Wünsche 054dc1412c
coreclr: get clang from llvmPackages
This way clang, llvm and lldb all use the same version.
2020-04-13 15:55:16 +02:00
Richard Marko e48fc225c3 spring: 104.0.1-1482-gc4e1654 -> 104.0.1-1485-g1765770 2020-04-13 15:53:34 +02:00
Mario Rodas ee90904d5e
Merge pull request #84636 from filalex77/tydra-1.0.2
tydra: init at 1.0.2
2020-04-13 08:40:46 -05:00
snicket2100 cdc110e6d1 bookworm: unstable-2018-11-19 -> 1.1.2 2020-04-13 15:32:09 +02:00
Matthieu Coudron ad06ae4195 vimPlugins.vim-dasht: init at 2019-09-29
Use with `:Dasht`.
2020-04-13 15:04:03 +02:00
Mario Rodas 3b9ea3750a
Merge pull request #85134 from r-ryantm/auto-update/python2.7-diff_cover
python27Packages.diff_cover: 2.6.0 -> 2.6.1
2020-04-13 07:54:45 -05:00
Mario Rodas 69831fcda3
Merge pull request #85130 from doronbehar/update-pistol
pistol: 0.0.4 -> 0.0.5
2020-04-13 07:48:35 -05:00
Mario Rodas ff40e2834a
Merge pull request #85110 from marsam/fix-rsstail-darwin
rsstail: enable on darwin
2020-04-13 07:47:20 -05:00
Mario Rodas 66e43c6588
Merge pull request #84599 from doronbehar/nodejs-python3
nodejs: use python3 if possible
2020-04-13 07:44:05 -05:00
Tim Steinbach f6e64feb14
linux: 5.6.3 -> 5.6.4 2020-04-13 08:36:35 -04:00
Tim Steinbach bba4a30f8c
linux: 5.5.16 -> 5.5.17 2020-04-13 08:36:27 -04:00
Tim Steinbach 2b6e16abe0
linux: 5.4.31 -> 5.4.32 2020-04-13 08:36:19 -04:00