Commit Graph
202161 Commits
Author SHA1 Message Date
Dennis GosnellandGitHub 5ccbcf2ea5 Merge pull request #73801 from endgame/callHackageDirect-docstring
callHackageDirect: correct type signature
2019-11-20 17:29:21 +09:00
Robin GlosterandGitHub 5f7bcffe21 Merge pull request #71407 from f--t/fix/roundcube
roundcube: fix -- quoting string env variable
2019-11-20 09:25:10 +01:00
Andreas RammholdandGitHub 58fb23f72a Merge pull request #73802 from cdepillabout/add-extraconfig-to-timesyncd
nixos/timesyncd: add extraConfig option
2019-11-20 08:40:07 +01:00
Daniel SchaeferandGitHub 09f9bcd19c Merge pull request #67749 from markuskowa/upd-targetcli
targetcli: 2.1.fb49 -> 2.1.51
2019-11-20 08:28:19 +01:00
André-Patrick BubelandLassulus 3945c1d873 mediathekview: 13.2.1 -> 13.5.0 2019-11-20 08:14:10 +01:00
Jack Kelly 9f41d8a9d0 callHackageDirect: correct type signature 2019-11-20 16:36:33 +10:00
(cdep)illabout 6c019a867c nixos/timesyncd: add extraConfig option
This adds an `extraConfig` option to timesyncd for setting additional
options in `/etc/systemd/timesyncd.conf`.

This is similar to things like `services.journald.extraConfig` and
`services.logind.extraConfig`.
2019-11-20 14:57:02 +09:00
worldofpeaceandGitHub 4414a3bc7c Merge pull request #73138 from worldofpeace/port-xfce-tests
Port xfce test to python
2019-11-20 04:57:26 +00:00
pasqui23andDmitry Kalinkin c20f765bb4 zsh-fast-syntax-highlighting: init at 1.54 (#65429) 2019-11-19 21:20:17 -05:00
Jan TojnarandGitHub 91b02cd86b fwupd: 1.2.10 → 1.3.3 (#73700)
fwupd: 1.2.10 → 1.3.3
2019-11-20 02:02:24 +01:00
worldofpeace a72f8a36de nixosTests.xfce: port to python 2019-11-19 19:21:58 -05:00
worldofpeaceandGitHub a80f1c4151 Merge pull request #72800 from worldofpeace/xfce-4.12-drop
Drop Xfce 4.12 and promote Xfce module and packageset to 4.14
2019-11-20 00:19:03 +00:00
worldofpeace 0c56d05643 rl-2003: add release note about one Xfce package-set 2019-11-19 18:47:03 -05:00
worldofpeace 0f2e99bf3b xfce.xfburn: 0.5.5 -> 0.6.1 2019-11-19 18:47:03 -05:00
worldofpeace 0a335d00c3 xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0 2019-11-19 18:47:03 -05:00
worldofpeace 4615fb8311 xfce.thunar-archive-plugin: 0.3.1 -> 0.4.0 2019-11-19 18:47:03 -05:00
worldofpeace af97f57fdb xfce.thunar-dropbox-plugin: 0.2.1 -> 0.3.1 2019-11-19 18:47:03 -05:00
worldofpeace 793d1997c5 nixos/tumbler: remove package option
Uneeded with one xfce packageset.
2019-11-19 18:47:02 -05:00
worldofpeace b64a77de32 nixosTests: remove xfce4-14 test 2019-11-19 18:47:02 -05:00
worldofpeace 04e56aa016 nixos/xfce4-14: remove and move to xfce
We want only one xfce module and packageset.
2019-11-19 18:47:02 -05:00
worldofpeace c5176abf81 nixos/xfce4-14: support thunarPlugins 2019-11-19 18:47:02 -05:00
worldofpeace ac70cd728c xfce4-14: move to xfce and have only one version of xfce
All code that was at xfce4-14 has been moved to xfce/*.
Old expressions that aren't rewritten might be abandoned or broken.

Additonally I've ported the xfce4-14 thunar expression to support
thunarPlugins. We can now support this interface in the Xfce module
again, although I'm not sure if we have any plugins packaged that support
latest thunar.
2019-11-19 18:47:02 -05:00
worldofpeaceandGitHub 687debc45b Merge pull request #72774 from sylv-io/libinput
nixos/libinput: apply options to all device types
2019-11-19 22:41:39 +00:00
worldofpeace 041d35a08a Revert "jack2: 1.9.13 -> 1.9.14, fix build arm"
This reverts commit 61d1338f25.

Silly me, this is a mass rebuild somehow.
2019-11-19 17:23:50 -05:00
Aaron AndersenandGitHub 07bba3fcd3 Merge pull request #73295 from aanderse/mailcatcher
nixos/mailcatcher: add http.path option
2019-11-19 17:15:52 -05:00
Christian KauhausandGitHub c99ea99700 Merge pull request #73739 from ivan/chromium-78.0.3904.108
chromium: 78.0.3904.97 -> 78.0.3904.108
2019-11-19 22:54:25 +01:00
Aaron AndersenandGitHub f25e2ea8b8 Merge pull request #73563 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4
2019-11-19 16:40:56 -05:00
José Romildo MalaquiasandJon b026faf0d7 thonny: 3.2.0b7 -> 3.2.3 2019-11-19 13:37:45 -08:00
Kirill ElaginandLassulus 2e79c2d969 android: Install platform-tools binaries on all OSes 2019-11-19 22:29:21 +01:00
William G HatchandLassulus 9abc97dc65 bind: Expand description of services.bind.cacheNetworks
The new description should give more clear understanding of when to
edit the option.

I used NixOS to set up a DNS server that is authoritative for certain
zones.  The description of the `cacheNetworks` option made me think I
needed to set it to `"any"` to allow people to query the zone I set
up.  Reading the source of the module would have clarified my
understanding, but at the time I just read the description and thought
little of it.  Later I discovered I was getting tons of DNS requests
and presumably being used for a DNS amplification attack or similar.
I have fixed the problem now, but I would like the option to have a
clearer description so others don't make the same mistake I did.
2019-11-19 22:24:30 +01:00
f--tandGitHub 4c18309ca6 Merge branch 'master' into fix/roundcube 2019-11-19 13:16:16 -08:00
f--tandGitHub d7982b7382 Merge pull request #1 from DinCahill/fix/roundcube
roundcube: tests - add space to db password, check setup script worked
2019-11-19 13:14:40 -08:00
Dustin FrischandLassulus 943508a7fa nixos/networkd: add Name as valid option to Link
This has been there since v209 [1]

```
The interface name to use. This option has lower precedence than NamePolicy=, so for this setting to take effect, NamePolicy= must either be unset, empty, disabled, or all policies configured there must fail. Also see the example below with "Name=dmz0".

Note that specifying a name that the kernel might use for another interface (for example "eth0") is dangerous because the name assignment done by udev will race with the assignment done by the kernel, and only one interface may use the name. Depending on the order of operations, either udev or the kernel will win, making the naming unpredictable. It is best to use some different prefix, for example "internal0"/"external0" or "lan0"/"lan1"/"lan3".
```

[1] https://github.com/systemd/systemd/commit/43b3a5ef61859f06cdbaf26765cab8e1adac4296
2019-11-19 22:13:17 +01:00
Daniel SchaeferandLassulus 3de2aeb519 vim_configurable: Add vi symlink to vim 2019-11-19 22:05:06 +01:00
R. RyanTMandLassulus 1b53f78ef5 libsearpc: 3.1.0 -> 3.2.0 2019-11-19 20:50:11 +01:00
DimaandDmitry Kalinkin 2d55135408 bitlbee: fixing test-suite for newer libcheck (#73752)
Fixes: #73747
2019-11-19 14:44:02 -05:00
Ingolf WagnerandLassulus dcdf4cec3a nixos/syncthing: add versioning 2019-11-19 20:31:30 +01:00
Oleksii FilonenkoandLassulus ae9846c339 topgrade: init at 3.4.0 (#72976)
* topgrade: init at 3.4.0
2019-11-19 20:18:42 +01:00
worldofpeaceandGitHub 504094dfbb Merge pull request #73779 from worldofpeace/jack2-arm-fix-build
jack2: 1.9.13 -> 1.9.14, fix build arm
2019-11-19 19:01:54 +00:00
worldofpeace 61d1338f25 jack2: 1.9.13 -> 1.9.14, fix build arm
See: https://github.com/jackaudio/jack2/releases/tag/v1.9.14

Thanks for fedora working on python3 there and the arm patch 💖.
2019-11-19 13:52:16 -05:00
Janne HeßandLassulus f7f1724ee9 displaylink: Disable free space check
The check fails if you have too much free disk space
2019-11-19 19:51:30 +01:00
Jörg ThalheimandJon 1003613c08 glowing-bear: 0.7.1 -> 0.7.2 2019-11-19 09:39:26 -08:00
Hugo ReevesandJon e8f1c6c8d7 croc: 6.2.3 -> 6.4.1 2019-11-19 09:38:19 -08:00
Dmitry KalinkinandJon 3ff236097b fastjet-contrib: init at 1.042 2019-11-19 09:38:06 -08:00
Christian KauhausandJon 52fb21e78f vulnix: 1.9.1 -> 1.9.2
Bugfix release
2019-11-19 09:35:48 -08:00
Graham ChristensenandGitHub cccabc7847 Merge pull request #73771 from d-goldin/skype_archiveorg_mirror
skypeforlinux: Adding archive.org mirror
2019-11-19 12:28:38 -05:00
Mario RodasandJon 78e17ea5c1 nfpm: 1.1.0 -> 1.1.5 2019-11-19 09:24:30 -08:00
Mario RodasandJon a5fca20959 watchexec: 1.11.1 -> 1.12.0 2019-11-19 09:23:32 -08:00
Mario RodasandJon 67d17bc447 public-sans: 1.006 -> 1.007
Changelog: https://github.com/uswds/public-sans/releases/tag/v1.007
2019-11-19 09:07:25 -08:00
Mario RodasandJon daa1b6df95 stix-two: 2.0.0 -> 2.0.2 2019-11-19 09:06:38 -08:00