Commit Graph

140313 Commits

Author SHA1 Message Date
R. RyanTM
deb8d43e29 you-get: 0.4.1060 -> 0.4.1077
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077/bin/.you-get-wrapped passed the binary check.
- /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077/bin/you-get passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.4.1077 with grep in /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077
- directory tree listing: https://gist.github.com/7dc27079ec72816d18224787520a534c
- du listing: https://gist.github.com/ebb4a641370380db9496be5dadc3d499
2018-05-16 22:46:12 -07:00
John Ericson
f3fcf1b0a9
Merge pull request #40393 from ElvishJerricco/ios-prebuilt-dependency-fixes
Fix some GHC dependencies on iOS
2018-05-16 15:04:13 -04:00
Ryan Trinkle
4f25cf5124 ncurses: when cross-compiling for iOS, use built-in ncurses 2018-05-16 14:28:25 -04:00
John Ericson
ceb8f6e38f ios-rebuild: Unbreak build
Needs to link with a C compiler, not linker directly
2018-05-16 14:28:23 -04:00
John Ericson
4956767f53 Make libiconv build for iOS with prefixed tools 2018-05-16 14:25:54 -04:00
Samuel Dionne-Riel
136f1c4706 doc: Fixes documented default option for <name> for submodules. (#40464)
Fixes #40463

This is related to change 1d56d0c8a7
2018-05-16 18:11:36 +02:00
Will Dietz
4fbd5a6583 fac: 1.0.4 -> 1.1.0 (#40597) 2018-05-16 18:07:43 +02:00
Maximilian Bosch
70d64d129e nixos/statsd: refactor test (#40554)
`statsd` is a daemon written in `node` to gather statistics over UDP.
The current test ensures that a port is open, but the basic
functionality isn't sufficiently tested.

This patch contains the following changes:

* Simplified port scanning (`waitForOpenPort` rather than `netcat` magic).

* Issue a TCP command to check the health of the `statsd` server.

* Simple script to check if `statsd` receives data over UDP and confirms
  the basic functionality of the TCP interface on `8126` for admin
  purposes.
2018-05-16 18:03:55 +02:00
Ryan Scheel
9788459678 mdbook 0.1.5 -> 0.1.7 (#40580) 2018-05-16 18:00:32 +02:00
Will Dietz
1bbe4e9618
Merge pull request #40596 from dtzWill/feature/dyncall-1.0
dyncall: init at 1.0
2018-05-16 10:52:29 -05:00
Will Dietz
65eb3ec842 dyncall: init at 1.0 2018-05-16 10:29:40 -05:00
Andreas Rammhold
8a93595550
sysprof: 1.2.0 -> 3.28.1 2018-05-16 16:54:12 +02:00
Peter Hoeg
b04e939a13
Merge pull request #40591 from peterhoeg/f/mpack
mpack: fix up broken paths
2018-05-16 22:46:15 +08:00
Jan Tojnar
75cc398b97
Merge pull request #39615 from jtojnar/gdm-wayland
GDM wayland improvements
2018-05-16 16:39:12 +02:00
Jan Tojnar
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
baroncharlus
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
Peter Hoeg
99e6188784 mpack: fix up broken paths 2018-05-16 21:16:04 +08:00
R. RyanTM
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 Doepper
7bec433793 aircrack-ng: 1.2-rc4 -> 1.2 (#40590) 2018-05-16 15:02:01 +02:00
R. RyanTM
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. RyanTM
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 Wittmann
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ütz
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 Rietdijk
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 Bauer
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 Esteves
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
adisbladis
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 Timoshenko
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 Matara
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