Commit Graph
179930 Commits
Author SHA1 Message Date
LeOtakuandworldofpeace efcdac63fe nixos/pantheon: add geoclue application configuration
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
LeOtakuandworldofpeace 00d8fc1cde nixos/gnome3: add geoclue application configuration
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
LeOtakuandworldofpeace 2d93f57db5 nixos/geoclue2: make configurable, can whitelist applications
All options within geoclue.conf[0] have been made configurable.

Additonally, we can now specify whether or not GeoClue
should ask the agent to authorize an application like so:
```
services.geoclue2.appConfig."redshift" = {
  isAllowed = true;
  isSystem = true;
};
```

[0]: https://gitlab.freedesktop.org/geoclue/geoclue/blob/2.5.2/data/geoclue.conf.in

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
Austin Seipp e2bbc6fb46 nixos: fix services.foundationdb.traceFormat for older server versions
This was a testing oversight that came from #61009 -- I forgot to test
the new traceFormat option with older server versions while I was
working on FDB 6.1.

Since trace_format is only available in 6.1+, emitting it
unconditionally caused older versions of the database fail to start,
reporting an error. We simply gate it behind a version check instead,
and assert the format is always XML on older versions. This avoids the
case where the user has an old version, changes traceFormat willingly,
and then is confused by why it didn't work.

As reported by @TimothyKlim in the comments on commit
c55b9236f0. See

    https://github.com/NixOS/nixpkgs/commit/c55b9236f0f208a8689e400ddbea52858c923372#r33566132

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-16 15:16:50 -05:00
Will DietzandGitHub 9aa6837853 Merge pull request #61557 from dtzWill/update/nodejs-12.2.0
nodejs-12_x: 12.1.0 -> 12.2.0
2019-05-16 14:36:43 -05:00
Silvan MosbergerandGitHub 3223534f89 Merge pull request #61473 from Synthetica9/dontstrip-typo
doc/stdenv.xml: fix typo
2019-05-16 20:56:59 +02:00
Silvan MosbergerandGitHub 54b50ba5c3 Merge pull request #61572 from dtzWill/update/termite-15
termite: 15, minor patch follow-up
2019-05-16 20:56:06 +02:00
worldofpeace ef14821cc1 pythonPackages.anytree: init at 2.6.0 2019-05-16 14:52:11 -04:00
Michael Weiss 3e2d174d3b android-studio: 3.4.0.18 -> 3.4.1.0 2019-05-16 20:46:13 +02:00
Will DietzandRenaud 357239577f buku: 4.1 -> 4.2 (#61564)
* buku: 4.1 -> 4.2

* buku: fix install tests
2019-05-16 20:44:00 +02:00
Tim Steinbach 37d17ec485 linux: 5.1.2 -> 5.1.3 2019-05-16 14:38:17 -04:00
Tim Steinbach 327bfaf1a7 linux: 5.0.16 -> 5.0.17 2019-05-16 14:38:14 -04:00
Tim Steinbach e289798ec8 linux: 4.9.176 -> 4.9.177 2019-05-16 14:38:11 -04:00
Tim Steinbach b5c73e967c linux: 4.4.179 -> 4.4.180 2019-05-16 14:38:08 -04:00
Tim Steinbach e9ec2f1f29 linux: 4.19.43 -> 4.19.44 2019-05-16 14:38:05 -04:00
Tim Steinbach 08aae882b6 linux: 4.14.119 -> 4.14.120 2019-05-16 14:38:02 -04:00
RenaudandGitHub ffe83327b7 Merge pull request #61334 from r-ryantm/auto-update/mergerfs
mergerfs: 2.25.1 -> 2.26.1
2019-05-16 20:23:33 +02:00
RenaudandGitHub 42aafcedf4 mergerfs-tools: 20171221 -> 20190411 2019-05-16 19:50:51 +02:00
RenaudandGitHub 927da26d34 mergerfs: 2.26.0 -> 2.26.1
Changes:
https://github.com/trapexit/mergerfs/releases/tag/2.26.1
2019-05-16 19:28:58 +02:00
Andreas RammholdandGitHub 333a2be17b chromium: 74.0.3729.131 -> 74.0.3729.157 (#61533)
chromium: 74.0.3729.131 -> 74.0.3729.157
2019-05-16 19:27:12 +02:00
Silvan MosbergerandGitHub 986bde0d6e Merge pull request #61356 from midchildan/add-nyancat
nyancat: init at 1.5.2
2019-05-16 19:21:20 +02:00
Silvan MosbergerandGitHub 6c13c0f4ed Merge pull request #61484 from chreekat/minimal-haskell-packaging-docs
Add minimal docs for callHackage and friends
2019-05-16 18:48:40 +02:00
Silvan MosbergerandGitHub 23f8de06fb Merge pull request #61483 from lilyball/unison
unison: fix building on macOS with enableX11 = false
2019-05-16 18:47:26 +02:00
Aaron AndersenandGitHub 8b3350cf15 Merge pull request #61462 from mpoquet/simgrid-3.21-to-3.22.2
simgrid: 3.21 -> 3.22.2
2019-05-16 12:04:44 -04:00
Aaron AndersenandGitHub ac9b13264b Merge pull request #58682 from marius851000/pioneer
pioneer: update to 20190203
2019-05-16 11:59:31 -04:00
RenaudandGitHub a7a52478be Merge pull request #61382 from r-ryantm/auto-update/python3.7-pamqp
python37Packages.pamqp: 2.1.0 -> 2.3.0
2019-05-16 17:38:04 +02:00
RenaudandGitHub 21f0ff18e7 Merge pull request #61460 from dywedir/wf-recorder
wf-recorder: unstable-2019-04-21 -> 0.1
2019-05-16 17:24:44 +02:00
RenaudandGitHub 3a9e46ac17 Merge pull request #61479 from BrianHicks/devd
devd: init at 0.9
2019-05-16 17:05:20 +02:00
Pascal WittmannandGitHub 3789eb8e3a Merge pull request #43385 from fragamus/libcsptr2
libcsptr: init at 2.0.4
2019-05-16 15:48:32 +02:00
Tim Steinbach f38fbe0d49 vivaldi: 2.5.1525.41-1 -> 2.5.1525.43-1 2019-05-16 09:36:20 -04:00
Pascal WittmannandGitHub 89941316d5 Merge branch 'master' into libcsptr2 2019-05-16 15:20:09 +02:00
RenaudandGitHub 9ee1763cb6 pythonPackages.httpretty: disable 2 flaky tests
intermittently failing on all platforms
2019-05-16 14:41:48 +02:00
Elis HirwingandGitHub ac3b216a8b Merge pull request #61495 from etu/init-ampy
adafruit-ampy: init at 1.0.7
2019-05-16 14:13:15 +02:00
RenaudandGitHub d6a1b718a6 Merge pull request #61515 from eadwu/nvidia_x11/430.14
nvidia_x11: 430.09 -> 430.14
2019-05-16 13:43:23 +02:00
RenaudandGitHub e44bc8d4a5 Merge pull request #61556 from dtzWill/update/libertinus-6.8
libertinus: 6.6 -> 6.8
2019-05-16 13:41:29 +02:00
Gabriel EbnerandGitHub 3eb9c9f84a neovim: use lua on aarch64 (#61588)
neovim: use lua on aarch64
2019-05-16 12:59:49 +02:00
Gabriel Ebner b8a6775227 neovim: use lua on aarch64 2019-05-16 12:37:15 +02:00
marius851000 9e2a22ae87 pioneer: update to 20190203 2019-05-16 12:20:18 +02:00
Will Dietz 8f277d1c10 libertinus: update github owner, libertinus-fonts is now a redirect 2019-05-16 04:55:36 -05:00
Eelco Dolstra ab1ac905b4 libjpeg-turbo: 2.0.1 -> 2.0.2 2019-05-16 08:25:41 +02:00
Matthieu CoudronandGitHub a2aab0e413 Merge pull request #59430 from DanielFabian/browsh
browsh: 1.4.13 -> 1.5.0
2019-05-16 15:05:18 +09:00
worldofpeaceandGitHub b4535f8f35 Merge pull request #61350 from tbenst/patch-1
doc/stdenv: document default build scripts filename
2019-05-16 00:25:48 -04:00
tbenstandtbenst de5638080b doc/stdenv: document default build scripts filename 2019-05-15 21:22:01 -07:00
Mario RodasandGitHub 67dc6319cf Merge pull request #61265 from xrelkd/add/cargo-make
cargo-make: init at 0.19.1
2019-05-15 22:26:58 -05:00
xrelkdandMario Rodas c1756a0628 cargo-make: init at 0.19.1 2019-05-15 22:25:30 -05:00
Will Dietz 4757f0e7cf termite: pick upstream fix for off-by-one w/newer vte 2019-05-15 21:29:55 -05:00
Samuel Dionne-RielandGitHub 489ca5c978 Merge pull request #61566 from dtzWill/update/dbeaver-6.0.4
dbeaver: 6.0.3 -> 6.0.4
2019-05-15 22:22:43 -04:00
Aaron AndersenandGitHub 0b1a96ccdd Merge pull request #61344 from lopsided98/g2o-init
g2o: init at 2019-04-07
2019-05-15 22:03:07 -04:00
Aaron AndersenandGitHub ed6ccd1b27 Merge pull request #61363 from aanderse/miniupnpc
miniupnpc_2: 2.1 -> 2.1.20190408, miniupnpd: 2.1 -> 2.1.20190502
2019-05-15 20:56:59 -04:00
worldofpeaceandGitHub 7e6a411c7e Merge pull request #61567 from dtzWill/update/vte-0.56.3
vte: 0.56.2 -> 0.56.3
2019-05-15 20:08:17 -04:00