worldofpeace
3c0b03a9d9
gnome3.geary: add patch for longer client test timeout
...
I'm see this test timout frequently, most often on aarch64 on hydra.
Patch is from debian, which probably noticed the same issue.
2019-11-07 15:17:01 -05:00
worldofpeace
75a8cd9930
all-tests.nix: remove libxmlb
2019-11-07 08:03:58 -05:00
worldofpeace
85251b3c24
nixosTests.libxmlb: port to python
2019-11-07 08:02:33 -05:00
Mario Rodas
f2ecbaa6cf
Merge pull request #70417 from lilyball/cocoapods
...
cocoapods: 1.8.1 -> 1.8.4
2019-11-07 06:11:40 -05:00
worldofpeace
85f3d86bea
gom: test only on x86_64
...
This is failing at the stress test regularly on
aarch64 and i686-linux.
2019-11-06 21:23:09 -05:00
Jonathan Ringer
cb581af6d5
cargo-geiger: fix darwin build
2019-11-06 18:07:27 -08:00
worldofpeace
3780b9e69c
Merge pull request #72835 from tfc/nixos-integration-test-ports
...
Nixos integration test ports
2019-11-07 01:05:36 +00:00
worldofpeace
a46c78142e
Merge pull request #72860 from worldofpeace/port-gnome3y-tests
...
Port gnome3 like tests to python and udisks2
2019-11-07 00:43:58 +00:00
merijnb
f3288a2b8d
pythonPackages.tables: 3.6.0 -> 3.6.1 ( #72930 )
...
The package has vanished from pypi, and only this new version is now
available. The release notes for the new version state:
```
Release 3.6.1
Maintenance release to fix packaging issues.
No new features or bug fixes.
```
so I can only assume that the 3.6.0 release was not working correctly.
2019-11-06 19:31:56 -05:00
worldofpeace
d7c8ad7d69
nixosTests.flatpak: fix eval
...
optionalPackages are deprecated.
2019-11-06 19:18:28 -05:00
worldofpeace
eee5986ac3
nixos/tests: add gnome-installed-tests with builder function
...
The test script is also ported to python.
2019-11-06 19:18:28 -05:00
worldofpeace
ceec19f682
nixosTests.udisks2: port to python
2019-11-06 19:18:28 -05:00
worldofpeace
7d331eae2e
nixosTests.packagekit: port to python
2019-11-06 19:18:28 -05:00
worldofpeace
7c716705fd
Merge pull request #72369 from worldofpeace/corefonts-drop
...
nixos/fontconfig-ultimate: remove
2019-11-07 00:13:14 +00:00
Maximilian Bosch
997bd95b3b
python3Packages.todoist: 8.1.0 -> 8.1.1
2019-11-07 00:37:40 +01:00
Aaron Andersen
c22e76e450
Merge pull request #71605 from aanderse/redmine-cleanup
...
redmine: drop 3.4.x package, 4.0.4 -> 4.0.5
2019-11-06 18:02:48 -05:00
Aaron Andersen
94d4533e94
Merge pull request #72871 from aanderse/zabbix
...
zabbix: minor version bump
2019-11-06 17:57:25 -05:00
Daniel Schaefer
92216681cc
apache-directory-studio: 2.0.0.v20170904-M13 -> 2.0.0-M14
2019-11-06 23:39:26 +01:00
Michael Bishop
5a715fc96c
Merge pull request #72142 from chessai/arrayfire-update
...
arrayfire: update
2019-11-06 18:38:19 -04:00
chessai
61dda301bf
arrayfire: update
...
- Depend on `clfft`, `clblas`, and `opencl-clhpp` from nixpkgs (do not
fetch their sources)
- Add `buildDocs` flag. When set to true, arrayfire's docs will be
built using `doxygen`.
- Ensure that `cudatoolkit` is not evaluated on darwin.
- Move `python` from `buildInputs` to `nativeBuildInputs`.
- Meta: Shrink `description` and add `longDescription`.
- Meta: `homepage` formatting now adheres to nixpkgs manual.
- Meta: remove version
- A few minour syntactic-only changes.
2019-11-06 17:34:50 -05:00
Silvan Mosberger
d34194badd
nixos/networkmanager: fix merging options ( #72916 )
...
nixos/networkmanager: fix merging options
2019-11-06 23:34:40 +01:00
Graham Christensen
4835c83e3a
Merge pull request #72925 from davidak/nlohmann_json_disable_tests
...
nlohmann_json: disable tests for now since they timeout
2019-11-06 22:36:42 +01:00
R. RyanTM
b8a18cf1c7
pidgin-sipe: 1.24.0 -> 1.25.0
...
* pidgin-sipe: 1.24.0 -> 1.25.0 (#71773 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-sipe/versions
2019-11-06 22:33:43 +01:00
Merijn Broeren
8b8db86860
Revert "python: jupyter_console: 5.2.0 -> 6.0.0"
...
This reverts commit dc4eb2fc5e
. It was
added in a large PR (#71893 ) by @fridh, where he already predicted some of
the changes would have to be reverted. This is an obvious one, it breaks
python 2.7 compatibility, as that needs 5.x of jupyter_console.
2019-11-06 13:12:36 -08:00
Aaron Andersen
dec234f986
Merge pull request #72789 from aanderse/httpd-again
...
nixos/httpd: module cleanup
2019-11-06 16:04:38 -05:00
Maximilian Bosch
314c9745da
Merge pull request #72933 from fadenb/graylog_3.1.3
...
graylog: 3.1.2 -> 3.1.3
2019-11-06 21:57:41 +01:00
Jan Tojnar
894fdfaf1f
nixos/networkmanager: fix merging options
...
Incorrect merging of modules resulted in dhcpcd being enabled causing flaky network connection.
https://github.com/NixOS/nixpkgs/pull/64364
Fixing it uncovered an infinite recursion from the same commit, previously masked by the incorrect merge.
We can just drop the `mkDefault` for `networking.wireless.enable` as it is already `false` by default.
Closes: https://github.com/NixOS/nixpkgs/issues/72416
2019-11-06 21:26:03 +01:00
Tristan Helmich (omniIT)
98b0f8c851
graylog: 3.1.2 -> 3.1.3
2019-11-06 20:19:53 +00:00
davidak
7456f19b40
nlohmann_json: disable tests for now since they timeout
2019-11-06 20:12:11 +01:00
Yurii Rashkovskii
2e52f98ddb
streamlit: init at 0.49.0
2019-11-06 11:01:06 -08:00
Galen Abell
874201a860
vimPlugins: fix vim-docbk-snippets naming clash
2019-11-06 10:55:51 -08:00
Galen Abell
1cfd1d06d6
vimPlugins.VimOrganizer: init at 2014-04-10
2019-11-06 10:55:51 -08:00
Galen Abell
545bc45809
vimPlugins.vim-sexp-mappings-for-regular-people:
...
init at 2014-11-04
2019-11-06 10:55:51 -08:00
Galen Abell
c07850c5cf
vimPlugins.vim-sexp: init at 2017-05-15
2019-11-06 10:55:51 -08:00
Galen Abell
ae74169450
vimPlugins.vim-clojure-static: init at 2017-10-23
2019-11-06 10:55:51 -08:00
Galen Abell
afbde10f2f
vimPlugins.vim-clojure-highlight: init 2015-07-05
2019-11-06 10:55:51 -08:00
Galen Abell
13c2cc0b91
vimPlugins.utl-vim: init at 2010-10-18
2019-11-06 10:55:51 -08:00
Galen Abell
2b944d2fcf
vimPlugins.vim-salve: init at 2019-08-02
2019-11-06 10:55:51 -08:00
Galen Abell
05c0d8792f
vimPlugins.kotlin-vim: init at 2019-05-26
2019-11-06 10:55:51 -08:00
Galen Abell
05ded6497a
vimPlugins.gv-vim: init at 2019-10-13
2019-11-06 10:55:51 -08:00
Galen Abell
6f3f7fcc89
vimPlugins.mattn-calendar-vim: init at 2018-08-25
2019-11-06 10:55:51 -08:00
Galen Abell
47769e5127
vimPlugins: Update
2019-11-06 10:55:51 -08:00
Galen Abell
8eb8fa153e
vimPlugins: Add alias support to update.py
...
Plugins in `plugin-list` can now optionally specify an alias name, to
avoid naming collisions if plugins have the same repo name. For example,
specifying `author/common-plugin as author-common-plugin` will use
`author-common-plugin` as the package name in `generated.nix`.
2019-11-06 10:55:51 -08:00
Tim Steinbach
873ffd8d29
linux: 4.9.198 -> 4.9.199
2019-11-06 13:38:36 -05:00
Tim Steinbach
042cf21f74
linux: 4.4.198 -> 4.4.199
2019-11-06 13:38:23 -05:00
Tim Steinbach
308aba8351
linux: 4.19.81 -> 4.19.82
2019-11-06 13:38:04 -05:00
Tim Steinbach
2316150e64
linux: 4.14.151 -> 4.14.152
2019-11-06 13:37:46 -05:00
R. RyanTM
f28fad5e2f
jetty: 9.4.16.v20190411 -> 9.4.22.v20191022
...
(#72533 )
2019-11-06 19:30:58 +01:00
R. RyanTM
91c8c0093a
leatherman: 1.8.0 -> 1.9.0
...
(#72553 )
2019-11-06 19:26:09 +01:00
Sascha Grunert
f46e8f9a12
cri-o: 1.15.2 -> 1.16.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-06 19:22:36 +01:00