196888 Commits

Author SHA1 Message Date
worldofpeace
68543580f4 opera: use autoPatchelfHook, use wrapGAppsHook
Fixes #70322
2019-10-03 10:30:22 -04:00
Mario Rodas
3e39e058ec
Merge pull request #70313 from jonringer/bump-racerd
racerd: 2019-03-20 -> unstable-2019-09-02
2019-10-03 08:47:32 -05:00
markuskowa
f7968dff7d
Merge pull request #68609 from sikmir/qmapshack
qmapshack: 1.13.1 -> 1.13.2
2019-10-03 15:13:33 +02:00
talyz
c6efa9fd2d nixos/gitlab: Clean up the initializers on start
The initializers directory is populated with files from the gitlab
distribution on start, but old files will be left in the state folder
even if they're removed from the distribution, which can lead to
startup failures. Fix this by always purging the directory on start
before populating it.
2019-10-03 14:38:54 +02:00
Maximilian Bosch
5f22c1487b
Merge pull request #70231 from WilliButz/grafana-update
grafana: 6.4.0 -> 6.4.1
2019-10-03 14:37:32 +02:00
Maximilian Bosch
594378ceea
sourcehut: mark as broken
There were several custom python dependencies broken. I decided to
modify the `sourcehut` expression as it wouldn't even evaluate without
nodejs-11_x I didn't manage to get it building.
2019-10-03 14:33:34 +02:00
Maximilian Bosch
334641d112
nodejs-11_x: remove
Package is EOLed by upstream: https://github.com/nodejs/Release

Fixes #69008
2019-10-03 14:33:34 +02:00
Maximilian Bosch
7c74ebd2a6
python3Packages.asyncpg: fix hash
The hash to the patch is broken, even with the original revision
which adds asyncpg (ee2161c5e82b2c7be9dcfcb0105e99fee1bddd3f). As the
downloaded patch seems fine, I guess that it was generated with
`nix-prefetch-url` (the hashes for `fetchpatch` usually differ) and the
issue wasn't found as the fixed-output-derivation was already in the
contributor's store.

See https://hydra.nixos.org/build/102495795

ZHF #68361
2019-10-03 14:32:32 +02:00
Jörg Thalheim
d4c74084e1
Merge pull request #70316 from Mic92/zfs-fpu
linux: update fpu patches for 5.3
2019-10-03 13:04:12 +01:00
Nicolas Mattia
76b54c75b3 libcxxabi: don't depend on libunwind 2019-10-03 13:39:19 +02:00
Tim Steinbach
cac7fdfdcd
oh-my-zsh: 2019-10-01 -> 2019-10-02 2019-10-03 07:34:21 -04:00
Thomas Tuegel
629f713796
Merge pull request #70264 from ttuegel/security--CVE-2019-14744
Patch kdelibs for CVE-2019-14744
2019-10-03 05:57:21 -05:00
Alyssa Ross
979811fa43
Revert "perl-modules: do not create perllocal.pod, for determinism"
This reverts commit d0bad145f5e78f2be6d745da305067398722df17.

We don't need this any more, because the generated timestamps are
always set to 1970-01-01.

Reverting this will mean we get man pages for perl programs for free,
because those are generally part of the `install' target.
2019-10-03 10:25:14 +00:00
Jörg Thalheim
96097ab665
linux: update fpu patches for 5.3
At the moment we experience bad instabilities with linux 5.3:

https://github.com/zfsonlinux/zfs/issues/9346

as the zfs-native method of disabling the FPU is buggy.
2019-10-03 11:13:28 +01:00
Bruno Bzeznik
1ba3f3f00f SPAdes: init at 3.13.1 (#63082) 2019-10-03 09:18:48 +00:00
Jonathan Ringer
02795b4ed5
racerd: 2019-03-20 -> 2019-09-02 2019-10-03 02:15:30 -07:00
Tobias Mayer
eef286ca53 vimPlugins.vim-pasta: init at 2018-09-08 2019-10-03 02:13:06 -07:00
Tobias Mayer
4185ed3a81 vimPlugins.vim-textobj-variable-segment: init at 2019-05-05 2019-10-03 02:13:06 -07:00
Tobias Mayer
30f246e4f4 vimPlugins.vim-indexed-search: init at 2019-07-04 2019-10-03 02:13:06 -07:00
Tobias Mayer
7b29837a69 vimPlugins.asterisk: init at 2019-09-23 2019-10-03 02:13:06 -07:00
Tobias Mayer
33a095fb9e vimPlugins: Update 2019-10-03 02:13:06 -07:00
Maximilian Bosch
06041fd174
python3Packages.asdf: 2.3.3 -> 2.4.2
Bump to fix the broken build of the package:

* Disable doctest as they're currently broken in our test env
* Loosen version constraint for `semantic_version` as it was only
  introduced to work around some deprecation warnings[1]

See also: https://hydra.nixos.org/build/102480957

ZHF #68361

[1] 3446ae072b
2019-10-03 11:07:15 +02:00
Olli Helenius
2ac643c241 pythonPackages.hcloud: init at 1.6.1 2019-10-03 02:00:27 -07:00
Olli Helenius
382f2865a7 maintainers: add liff 2019-10-03 02:00:27 -07:00
Domen Kožar
ab5863afad
cachix: workaround https://github.com/NixOS/nix/issues/2990 2019-10-03 10:52:24 +02:00
Koki Yasuno
45e3058f78 station: init at 1.51.1 2019-10-03 01:24:01 -07:00
Koki Yasuno
1fb1f41c1b maintainers: add lattfein 2019-10-03 01:24:01 -07:00
Domen Kožar
660db64a26
cachix: fix build on darwin 2019-10-03 10:08:42 +02:00
talyz
0f8133d633 nixos/gitlab: Fix state directory permissions
Since the preStart script is no longer running in privileged mode, we
reassign the files in the state directory and its config subdirectory
to the user we're running as. This is done by splitting the preStart
script into a privileged and an unprivileged part where the privileged
part does the reassignment.

Also, delete the database.yml symlink if it exists, since we want to
create a real file in its place.

Fixes #68696.
2019-10-03 09:02:00 +02:00
Mario Rodas
ea5d2a0efa flow: 0.108.0 -> 0.109.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.109.0
2019-10-03 08:27:11 +02:00
Vincent Laporte
dc6b299e09 ocamlPackages.patience_diff: init at 0.12.0 2019-10-03 08:26:41 +02:00
Vincent Laporte
33c36dd2f4 ocamlPackages.expect_test_helpers: init at 0.12.0 2019-10-03 08:26:41 +02:00
Vincent Laporte
2c87f4f07e ocamlPackages.expect_test_helpers_kernel: init at 0.12.0 2019-10-03 08:26:41 +02:00
Vincent Laporte
e0dcde83b0 ocamlPackages.sexp_pretty: init at 0.12.0 2019-10-03 08:26:41 +02:00
Okinan
f2fc1b0046 nixos/zeronet: remove static uid and gid 2019-10-03 01:25:08 -05:00
Rommel MARTINEZ
57c43ad8d0 qutebrowser: 1.7.0 -> 1.8.1 2019-10-02 22:38:40 -07:00
Enno Lohmeier
31c4f79289 pythonPackages.bleach: add implicit setuptools dependency 2019-10-02 20:57:37 -07:00
Jonathan Ringer
64205fa108 pythonPackages.trackpy: disable plot tests 2019-10-02 20:49:57 -07:00
Dmitry Kalinkin
c83db0cc53
sourcehut: use recurseIntoAttrs 2019-10-02 23:40:47 -04:00
worldofpeace
7e89933127
Merge pull request #70296 from worldofpeace/targets-want-gsd
nixos/gnome-settings-daemon: move systemd config here
2019-10-03 03:19:46 +00:00
worldofpeace
dbabe696d9 vala_0_44: 0.44.7 -> 0.44.8
https://gitlab.gnome.org/GNOME/vala/blob/0.44.8/NEWS
2019-10-02 22:57:42 -04:00
worldofpeace
d845b08cc7 midori: use latest vala 2019-10-02 22:54:12 -04:00
worldofpeace
ba565aafe1 vala: 0.46.1 -> 0.46.2
https://gitlab.gnome.org/GNOME/vala/blob/0.46.2/NEWS
2019-10-02 22:54:03 -04:00
worldofpeace
fb7b158dda nixos/gnome-settings-daemon: move systemd config here
As I've decided that it doesn't make sense for the module to be shared [0]
we can move this config here.

[0]: 68ab37aa4491c8f870483c9eff888dc5fc88d2c8
2019-10-02 22:51:11 -04:00
worldofpeace
159b12bee7 rl-2003: graphical image autoruns X 2019-10-02 22:11:40 -04:00
worldofpeace
489548310f nixos/iso-image: add menu entry to disable display-manager 2019-10-02 22:10:18 -04:00
worldofpeace
f6f5151d57 installer: autorun xserver in graphical media 2019-10-02 22:10:18 -04:00
worldofpeace
c76a1ea594
Merge pull request #68147 from colemickens/nixpkgs-nm-iwd
nixos/networkmanager: allow iwd as Wi-Fi backend
2019-10-03 01:57:22 +00:00
Elias Probst
86dea5559f nixos/networkmanager: allow iwd as Wi-Fi backend
This introduces an option wifi.backend to the networkmanager module.

Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-02 21:52:58 -04:00
worldofpeace
5edb20533d
Merge pull request #70041 from worldofpeace/desktopmanager-compat
Fix certain desktop managers building together
2019-10-03 01:32:12 +00:00