Commit graph

196052 commits

Author SHA1 Message Date
Michael Fellinger 1a27482a6c di: fix homepage 2019-10-05 22:59:23 +09:00
worldofpeace 57481b7a1c nixos/system-environment: use pam syntax for home variable 2019-10-05 09:43:47 -04:00
Mario Rodas e29bd29448
Merge pull request #70444 from HugoReeves/master
croc: 6.1.3 -> 6.1.4
2019-10-05 08:35:24 -05:00
Nikolay Amiantov de171ba0c6 cntk: partially unbreak
* Use GCC 7 to unbreak the build;
* Mark CUDA build as broken due to cub incompatibility.
2019-10-05 16:18:20 +03:00
Mario Rodas d9a068b8b7
Merge pull request #70148 from marsam/update-rubocop
rubocop: 0.74.0 -> 0.75.0
2019-10-05 08:14:00 -05:00
Maximilian Bosch 9fc7c063e5
Merge pull request #69957 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.2 -> 0.6.3
2019-10-05 15:11:00 +02:00
Maximilian Bosch b1aede07c2
Merge pull request #69921 from r-ryantm/auto-update/qpdf
qpdf: 8.4.2 -> 9.0.1
2019-10-05 15:09:29 +02:00
Maximilian Bosch 22a1fccfc1
Merge pull request #69655 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.18.1 -> 0.18.2
2019-10-05 14:53:06 +02:00
Matthieu Coudron e3c3b5f62f
Merge pull request #70388 from davidtwco/mdcat-init
mdcat: init at 0.13.0
2019-10-05 21:50:30 +09:00
Matthieu Coudron 299ecd473a
Merge pull request #70456 from davidtwco/starship-0.20.2
starship: 0.20.1 -> 0.20.2
2019-10-05 21:49:21 +09:00
worldofpeace fa746623d9
Merge pull request #70455 from Ma27/fix-libcouchbase
libcouchbase: fix build
2019-10-05 12:25:26 +00:00
Maximilian Bosch fd41a333d8
libcouchbase: fix build
This applies an upstream fix from libcouchbase to fix a timeout issue
with openssl 1.1.

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

ZHF #68361
2019-10-05 14:19:12 +02:00
Maximilian Bosch e7caa11a4e
Merge pull request #70370 from etu/php-upgrades
php: 7.2.22 -> 7.2.23, 7.3.9 -> 7.3.10
2019-10-05 14:13:05 +02:00
David Wood 1a61e254a0
starship: add davidtwco as maintainer 2019-10-05 13:05:41 +01:00
David Wood 9e8e6c8f64
starship: 0.20.1 -> 0.20.2 2019-10-05 13:05:07 +01:00
David Wood 7500c71e7b
mdcat: init at 0.13.0 2019-10-05 13:00:14 +01:00
David Wood e621bf7972
ansi2html: init at 1.5.2 2019-10-05 12:59:58 +01:00
Maximilian Bosch ec5660d10b
Merge pull request #70424 from emilazy/git-revise-0.5.0
git-revise: 0.4.2 -> 0.5.0
2019-10-05 13:36:19 +02:00
worldofpeace 789fcebdab
Merge pull request #46997 from worldofpeace/installer-autorun
installer: autorun xserver in graphical media
2019-10-05 11:34:27 +00:00
worldofpeace 6fad65d5a0
Merge pull request #70378 from Kjuvi/ephemeral
ephemeral: 5.3.0 -> 5.4.0
2019-10-05 11:30:29 +00:00
worldofpeace e1f961dc80
Merge pull request #70377 from Kjuvi/timetable
timetable: 1.0.8 -> 1.0.9
2019-10-05 11:25:59 +00:00
Maximilian Bosch d72f4e2ae0
Merge pull request #70422 from elseym/documize-writable-home
documize: introduce state directory
2019-10-05 13:20:58 +02:00
(cdep)illabout be9b61fc81
memtest86-efi: 8.0 -> 8.1
Update memtest86-efi from version 8.0 to 8.1.

This also reworks the derivation to have less dependencies.
2019-10-05 20:19:37 +09:00
Joachim Fasting bb75bc9d42
tinycc: derive rev from version 2019-10-05 13:06:42 +02:00
Joachim Fasting f73f525b72
tinycc: generate a pkgconfig file for libtcc 2019-10-05 13:06:41 +02:00
Joachim Fasting 8b1000432b
tinycc: parallel building 2019-10-05 13:06:40 +02:00
Joachim Fasting 06b4f4d46f
tinycc: minor refactorings 2019-10-05 13:06:39 +02:00
Joachim Fasting 96d81151e6
pacman: set sysconfdir=/etc 2019-10-05 13:01:42 +02:00
Joachim Fasting 42128d962f
pacman: parallel building 2019-10-05 13:01:40 +02:00
Joachim Fasting 2858e9838d
pacman: build with libcurl
Obviates the need to specify a custom Xfer command
2019-10-05 13:01:39 +02:00
Joachim Fasting 6208273727
pacman: use runtimeShell as the scriptlet shell 2019-10-05 13:01:38 +02:00
Joachim Fasting a08851c925
graphene-hardened-malloc: constrain platforms to x64 linux
Build error on i686:

> util.h:39:18: error: '__int128' is not supported on this target
  typedef unsigned __int128 u128;
2019-10-05 12:43:59 +02:00
worldofpeace 99df63be0a nixos/pantheon: add elementary-default-settings for services
This is needed for the AccountsService interfaces (in systemPackages).
2019-10-05 06:43:38 -04:00
Joachim Fasting fe3da83b7e
nixos/containers: explicitly load kernel modules for networking
List all modules that *may* be required depending on individual container
configurations; don't expect that further modules can be loaded after boot.

Fixes https://github.com/NixOS/nixpkgs/issues/38676
2019-10-05 12:25:12 +02:00
Vladimír Čunát 76aaffa40c
Merge #70286: libpng12: 1.2.57 -> 1.2.59 2019-10-05 12:16:56 +02:00
worldofpeace 7e7a155a9c pantheon.elementary-session-settings: build with meson 2019-10-05 06:00:49 -04:00
worldofpeace 614c493592 pantheon.elementary-session-settings: use writeTextFile, change plank dirs
Adapts to plank launcher directory change.
2019-10-05 06:00:49 -04:00
worldofpeace 1f4b22cb37 pantheon.elementary-gsettings-schemas: drop wallpaper setting
We have this built-in with meson from elementary-default-settings.
2019-10-05 06:00:49 -04:00
worldofpeace 9b8c532a59 pantheon.elementary-default-settings: 5.1.0 -> 5.1.1
* downstream patch meson
2019-10-05 06:00:48 -04:00
taku0 6d974eb7ce firefox: 69.0.1 -> 69.0.2 2019-10-05 18:44:22 +09:00
taku0 d274d95cef firefox-bin: 69.0.1 -> 69.0.2 2019-10-05 18:43:58 +09:00
Bas van Dijk 60302e5793
Merge pull request #70440 from basvandijk/thanos-0.7.0
thanos: 0.6.1 -> 0.7.0
2019-10-05 11:35:26 +02:00
geistesk d852d58e80 alot: 0.8 -> 0.8.1 2019-10-05 18:28:01 +09:00
Hugo Reeves f947a311b7
croc: 6.1.3 -> 6.1.4 2019-10-05 22:24:20 +13:00
Mario Rodas 0d6b16da8e
spotifyd: 0.2.16 -> 0.2.18 2019-10-05 04:20:00 -05:00
Renato Alves bed6814c83
pysam: 0.15.2 -> 0.15.3 2019-10-05 11:00:55 +02:00
Bas van Dijk 82259b5d54 thanos: 0.6.1 -> 0.7.0 2019-10-05 10:35:52 +02:00
Gwendolyn Quasebarth daac44f01a friture: init at 0.36 2019-10-05 10:13:39 +02:00
worldofpeace 6673ad1996
Merge pull request #70434 from hedning/gdm-fixes
Gdm fixes
2019-10-05 05:05:57 +00:00
Tor Hedin Brønner 9be5321097 nixos/gdm: follow upstream's service config 2019-10-05 05:15:29 +02:00