Commit Graph
140299 Commits
Author SHA1 Message Date
Jan TojnarandGitHub 75cc398b97 Merge pull request #39615 from jtojnar/gdm-wayland
GDM wayland improvements
2018-05-16 16:39:12 +02:00
Jan TojnarandGitHub 685d60c383 Merge pull request #40020 from Hodapp87/draftsight2018
draftsight: 2017-SP2 -> 2018-SP2, remove gstreamer
2018-05-16 16:31:25 +02:00
Jan Tojnar 54135fc733 gnome3.gdm: allow choosing user account without GNOME
Account chooser depends on AccountsService, which is normally enabled by
GNOME module but it was missing when using GDM without GNOME.
2018-05-16 16:25:22 +02:00
Jan Tojnar 3bfa8563d1 gnome3.gdm: fix wayland detection
Apparently, wayland session were not used at all until now.
2018-05-16 16:25:21 +02:00
Jan Tojnar 6f23e142cb gnome3.gdm: clean up 2018-05-16 16:25:20 +02:00
baroncharlusandxeji 380cdd8dd7 Add stubby resolver daemon service module (#38667)
* networking/stubby.nix: implementing systemd service module for stubby

This change implements stubby, the DNS-over-TLS stub resolver daemon.
The motivation for this change was the desire to use stubby's
DNS-over-TLS funcitonality in tandem with unbound, which requires
passing certain configuration parameters. This module implements those
config parameters by exposing them for use in configuration.nix.

* networking/stubby.nix: merging back module list

re-merging the module list to remove unecessary changes.

* networking/stubby.nix: removing unecessary capabilities flag

This change removes the unecessary flag for toggling the capabilities
which allows the daemon to bind to low ports.

* networking/stubby.nix: adding debug level logging bool

Adding the option to turn on debug logging.

* networking/stubby.nix: clarifying idleTimeout and adding systemd target

Improving docs to note that idleTimeout is expressed in ms. Adding the
nss-lookup `before' target to the systemd service definition.

* networking/stubby.nix: Restrict options with types.enum

This change restricts fallbackProtocol and authenticationMode to accept
only valid options instead of any list or str types (respectively). This
change also fixes typo in the CapabilityBoundingSet systemd setting.

* networking/stubby.nix: cleaning up documentation

Cleaning up docs, adding literal tags to settings, and removing
whitespace.

* networking/stubby.nix: fixing missing linebreak in comments

* networking/stubby.nix: cleaning errant comments
2018-05-16 15:16:30 +02:00
R. RyanTMandxeji 7272162179 stubby: 0.2.2 -> 0.2.3 (#40465)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/stubby/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -h’ got 0 exit code
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -V’ and found version 0.2.3
- found 0.2.3 with grep in /nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3
- directory tree listing: https://gist.github.com/5e53c11fefe1a4b45ac73905083dcbd6

- du listing: https://gist.github.com/1f5e9d63405c461f5a846e92de6cf816
2018-05-16 15:08:23 +02:00
Frank Doepperandxeji 7bec433793 aircrack-ng: 1.2-rc4 -> 1.2 (#40590) 2018-05-16 15:02:01 +02:00
R. RyanTMandxeji e03acfe161 timescaledb: 0.9.1 -> 0.9.2 (#40468)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/timescaledb/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.2 with grep in /nix/store/m28fll152hk6ik9fiz2jy66qccjxklq3-timescaledb-0.9.2
- directory tree listing: https://gist.github.com/a922008862652d9f3c6f2e2a678c4c71
- du listing: https://gist.github.com/8c5a0a1374fbb013168d4197d67ba214
2018-05-16 14:47:29 +02:00
R. RyanTMandxeji d596db5ea6 libite: 2.0.1 -> 2.0.2 (#40484)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libite/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.2 with grep in /nix/store/naarzbhrc25il5apxf2s1d6npnv5bdwj-libite-2.0.2
- directory tree listing: https://gist.github.com/5c0e5f0b94104a500555ba038e45c2bf
- du listing: https://gist.github.com/4fa4a3663027f65a44561a901994afc7
2018-05-16 14:44:31 +02:00
Tim Steinbach 3ed41f8c73 vscode: 1.23.0 -> 1.23.1 2018-05-16 07:34:24 -04:00
Tim Steinbach f58c4d9a9d linux: 4.16.8 -> 4.16.9 2018-05-16 07:24:22 -04:00
Tim Steinbach 8d68eca6d2 linux: 4.14.40 -> 4.14.41 2018-05-16 07:24:06 -04:00
Tim Steinbach b8aa95185c linux: 4.9.99 -> 4.9.100 2018-05-16 07:23:50 -04:00
Tim Steinbach 56beb9b9fd linux: 4.4.131 -> 4.4.132 2018-05-16 07:23:33 -04:00
Pascal WittmannandGitHub ad31217cc4 Merge pull request #40584 from mnacamura/btops
btops: init at 0.1.0
2018-05-16 13:14:59 +02:00
Peter Hoeg 9292bdba6c vcal: fix executable perms 2018-05-16 16:50:48 +08:00
Robert SchützandGitHub 40edf5eeed Merge pull request #39120 from ktf/add-uproot
pythonPackages.uproot: init at 2.8.23.
2018-05-16 10:19:28 +02:00
Peter Hoeg 84ae5f1ee3 vcal: init at 2.7 2018-05-16 16:13:26 +08:00
Giulio Eulisse 54cf5d9358 pythonPackages.uproot: init at 2.8.23 2018-05-16 09:36:52 +02:00
Mitsuhiro Nakamura 0910be8327 btops: init at 0.1.0 2018-05-16 16:05:49 +09:00
Frederik RietdijkandGitHub 16677a6ead Merge pull request #40576 from LnL7/ipython-5
python-ipython: 5.6.0 -> 5.7.0
2018-05-16 08:58:59 +02:00
Matthew Justin BauerandGitHub 7b9e40ab54 Merge pull request #40429 from jfrankenau/update-sass
sass: 3.4.22 -> 3.5.6
2018-05-16 01:41:46 -05:00
Alexandre EstevesandMatthew Justin Bauer d273691f6d trivial-builders.nix: support directories in requireFile
Allow recursive hash for requireFile so it can support directories (#40568)
2018-05-16 01:41:13 -05:00
adisbladis 4e891cf4d5 emacsPackages.emacs-libvterm: Fix build (flipped over libvterm-neovim) 2018-05-16 14:31:43 +08:00
adisbladis 677f40dd10 firefox-beta-bin: 61.0b4 -> 61.0b5 2018-05-16 14:24:34 +08:00
adisbladis 2e3783ed94 firefox-devedition-bin: 61.0b4 -> 61.0b5 2018-05-16 14:24:22 +08:00
adisbladisandGitHub 374a18fcb6 Merge pull request #40583 from adisbladis/emacsPackages.emacs-libvterm
emacsPackages.emacs-libvterm: init at unstable-2017-11-24
2018-05-16 14:20:34 +08:00
Yegor TimoshenkoandGitHub 7d842f3b49 Merge pull request #40540 from peterhoeg/f/i7z
i7z: do not build the GUI by default
2018-05-16 09:09:47 +03:00
adisbladis 149a0dc1ff emacsPackages.emacs-libvterm: init at unstable-2017-11-24 2018-05-16 14:02:49 +08:00
adisbladis 3290800d67 libvterm-neovim: init at 2017-11-05 2018-05-16 14:02:48 +08:00
Matthew Bauer 4592ed6e43 qtchan: fix on macos 2018-05-16 01:02:31 -05:00
Matthew Bauer c605d171bb treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
2018-05-16 01:02:31 -05:00
Okina MataraandMatthew Bauer 8419c347ca qtchan: init at v0.100 2018-05-16 01:02:31 -05:00
Matthew Bauer bb831b7946 redshift: support macosx 2018-05-16 01:02:31 -05:00
Matthew Bauer d6c9efa223 watchman: add fsevents support
macOS needs apple sdks for fsevents support

Fixes #14309
2018-05-16 01:02:31 -05:00
Matthew Justin BauerandGitHub b19c92be90 Merge pull request #40384 from YorikSar/update-chromium
chromium: 66.0.3359.139 -> 66.0.3359.181
2018-05-16 01:01:02 -05:00
Matthew Justin BauerandGitHub 0e2dd13f43 Merge pull request #40506 from mmlb/flent
flent: init at 1.2.2
2018-05-16 01:00:11 -05:00
Matthew Justin BauerandGitHub 375ad754ab Merge pull request #40496 from r-ryantm/auto-update/chirp-daily
chirp: 20180412 -> 20180512
2018-05-16 00:59:19 -05:00
Matthew Justin BauerandGitHub 59fff18f77 Merge pull request #40482 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.03.1 -> 18.05
2018-05-16 00:58:56 -05:00
Matthew Justin BauerandGitHub f3f5980898 Merge pull request #40481 from r-ryantm/auto-update/mlt
libsForQt5.mlt: 6.6.0 -> 6.8.0
2018-05-16 00:58:46 -05:00
Matthew Justin BauerandGitHub 6057ffa91b Merge pull request #40472 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.17.2 -> 5.18.0
2018-05-16 00:58:35 -05:00
Matthew Justin BauerandGitHub 5739688a88 Merge pull request #40478 from r-ryantm/auto-update/mate-panel
mate.mate-panel: 1.20.1 -> 1.21.0
2018-05-16 00:58:24 -05:00
Matthew Justin BauerandGitHub 536319145f Merge pull request #40476 from r-ryantm/auto-update/neomutt
neomutt: 20180323 -> 20180512
2018-05-16 00:58:13 -05:00
Matthew Justin BauerandGitHub ee13036ee5 Merge pull request #40376 from jD91mZM2/vala-panel-appmenu
vala-panel-appmenu: init at 0.6.94
2018-05-16 00:56:50 -05:00
Jan MalakhovskiandMatthew Justin Bauer 5a6d202a43 Merge pull request #40419 from oxij/pkgs/fix-linux-debug
linuxPackages.kernel: config: fix DEBUG_INFO setting
2018-05-16 00:56:12 -05:00
John MercierandMatthew Justin Bauer 5efda047c6 jbake: add check (#40421) 2018-05-16 00:54:45 -05:00
Matthew Justin BauerandGitHub 0b439d8d7d Merge pull request #40415 from oxij/pkgs/update-uim
uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub
2018-05-16 00:54:18 -05:00
Matthew Justin BauerandGitHub 485fe9e766 Merge pull request #40223 from jD91mZM2/shouldnt-we-just-use-the-pam-environment-file-instead
zsh: move setEnvironment stuff to zprofile
2018-05-16 00:52:31 -05:00
adisbladisandGitHub 11e908eca4 Merge pull request #40221 from jokogr/u/jetbrains-2018.1.3
Jetbrains products' update 2018.1.3
2018-05-16 13:43:59 +08:00