Commit Graph

161773 Commits

Author SHA1 Message Date
Matthew Bauer
5e2394ae3c rofi: only works on linux
(cherry picked from commit 568079277c5a8b6711db9ac0e3f4567bdffa8747)
2018-12-02 14:12:40 -06:00
Matthew Bauer
b57f6b26a7 tinyfugue: only works on linux
(cherry picked from commit 420352fae8ddb11da757bd2f2f10c2dc6650bc58)
2018-12-02 14:12:40 -06:00
Matthew Bauer
e8a3c91b0e hugs: broken on clang
(cherry picked from commit 4861aecfae43f96589034567546ec200225c1d7e)
2018-12-02 14:12:40 -06:00
Matthew Bauer
e3b02a49c9 i3-lock-color: broken on clang
(cherry picked from commit ff12b98820bccc8f2ddb3f82ba7d12391375042e)
2018-12-02 14:12:39 -06:00
Dylan Simon
7875c34f12 jq: fix download hash 2018-12-02 14:14:39 -05:00
Jörg Thalheim
5ae9250c3b
Merge pull request #51381 from marsam/feature/update-python-effect
pythonPackages.effect: 0.11.0 -> 0.12.0
2018-12-02 19:06:16 +00:00
Jörg Thalheim
3ba88670ab
linux_latest-libre: update patchset for kernel version 2018-12-02 18:54:57 +00:00
Brian McKenna
1918257770 font-lock-plus: fix recipe
Used the wiki fetcher which doesn't seem to exist.

Replaced with a fake repo. Doesnt seem to be used.
2018-12-03 00:12:09 +05:30
Daiderd Jordan
0e6e8c1305
Merge pull request #51311 from FRidh/docutils
python.pkgs.docutils: set LANG in case of darwin and python3
2018-12-02 19:24:51 +01:00
Robert Hensing
22aac3b921 all-packages.nix: Alias self to res, deprecating self
For historical reasons, self was ill-named. This removes its usages
from all-packages.nix and provides a deprecation message for those
who use a patched Nixpkgs.

Some packages seem to depend on the peculiarities of res, as can
be seen by making res into an alias of pkgs (normally "self").
The super variable doesn't have all that is needed.

Therefore the simple fix is not guaranteed to work and as such,
usages of res need to be changed to pkgs or super, case by case.
2018-12-02 19:24:49 +01:00
Will Dietz
d96a1bd933 yubikey-manager: lazy-load completions, touchup library path generation 2018-12-02 12:23:31 -06:00
Renaud
8724e6cc82
Merge pull request #51333 from dtzWill/update/pqiv-2.11
pqiv: 2.10.4 -> 2.11
2018-12-02 18:40:32 +01:00
Silvan Mosberger
4afae70e2b
Merge pull request #48423 from charles-dyfis-net/bees
bees: init at 0.6.1; nixos/modules: services.bees init
2018-12-02 18:38:47 +01:00
Jörg Thalheim
50071c4475
Revert "nixos/luksroot: Check whether the device already exists"
This reverts commit 9cd4ce98bf.

This might be broken for some people: https://github.com/NixOS/nixpkgs/pull/50281#issuecomment-443516289
2018-12-02 17:27:35 +00:00
Mario Rodas
ffb5ebe9e0
pythonPackages.effect: 0.11.0 -> 0.12.0 2018-12-02 11:41:20 -05:00
Gabriel Ebner
9e8f6176e5 pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80
This fixes the build error with Python 3.7.
2018-12-02 17:31:47 +01:00
Renaud
97ac980d0d
Merge pull request #51007 from samueldr/sunxi-tools/update-2018-11-13
sunxi-tools: 20171130 -> 20181113
2018-12-02 17:20:53 +01:00
Renaud
c2a412d5c6
Merge pull request #51389 from cryptix/update/systrayhelper
systrayhelper: 0.0.3 -> 0.0.4
2018-12-02 16:53:49 +01:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
Renaud
0c93294c30
Merge pull request #51063 from dotlambda/postfix-3.3.2
postfix: 3.3.1 -> 3.3.2
2018-12-02 16:41:58 +01:00
Bas van Dijk
b560dd9047 elasticsearch: make sure to patchelf the x-pack-ml binaries 2018-12-02 15:54:20 +01:00
c0bw3b
0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
0f868d8116 Treewide: use HTTPS on SourceForge 2018-12-02 15:33:08 +01:00
Arian van Putten
bf102825ef nixos/containers: Add assertion for container name length
When privateNetwork is enabled, currently the container's interface name
is derived from the container name. However, there's a hard limit
on the size of interface names. To avoid conflicts and other issues,
we set a limit on the container name when privateNetwork is enabled.

Fixes #38509
2018-12-02 15:26:39 +01:00
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Bas van Dijk
7035598251
Merge pull request #51225 from LumiGuide/elk-6.5.1
elk: 6.3.2 -> 6.5.1
2018-12-02 14:44:47 +01:00
Henry
bc98e5e860 systrayhelper: 0.0.3 -> 0.0.4 2018-12-02 14:34:06 +01:00
Vladimír Čunát
70f507ae56
Merge #51378: linuxPackages.nvidia_x11_legacy304: broken on 4.18+ 2018-12-02 14:29:55 +01:00
Robert Helgesson
d06e79c10d
Merge branch 'whipper' 2018-12-02 14:22:37 +01:00
Henry
595c1e0a36 gitea: 1.5.3 -> 1.6.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.6.0
2018-12-02 14:20:13 +01:00
Florian Klink
3eaa0ee589
Merge pull request #51280 from taku0/thunderbird-bin-60.3.2
thunderbird, thunderbird-bin: 60.3.0 -> 60.3.2
2018-12-02 13:47:22 +01:00
Jörg Thalheim
31f67bed5b
Merge pull request #51379 from Gerschtli/add/programs-nm-applet
nixos/nm-applet: add nm-applet program
2018-12-02 11:49:45 +00:00
Jörg Thalheim
4c7b012d85
networkmanager-applet: set default icon theme 2018-12-02 11:48:40 +00:00
Jörg Thalheim
b3662053b3
nixos/nm-applet: make the module smaller
more readable imho
2018-12-02 11:38:47 +00:00
Tobias Happ
95cbb71abe nixos/nm-applet: add nm-applet program 2018-12-02 12:18:47 +01:00
Jörg Thalheim
3775f1e53e
linuxPackages_4_18.nvidia_x11_legacy304: mark as broken on 4.18 and newer 2018-12-02 10:46:11 +00:00
Jörg Thalheim
cc7eb74622
Merge pull request #51377 from dywedir/oxipng
oxipng: 2.1.6 -> 2.1.8
2018-12-02 09:48:02 +00:00
Jörg Thalheim
068a2f8c6b
Merge pull request #51335 from dtzWill/update/tabbed-20180310
tabbed: 20160425 -> 20180310
2018-12-02 09:33:11 +00:00
Vladyslav Mykhailichenko
6a0bbbdc57
oxipng: 2.1.6 -> 2.1.8 2018-12-02 11:13:33 +02:00
Vladyslav M
4e7a366c75
Merge pull request #51372 from dtzWill/update/s-tui-0.8.3
s-tui: 0.8.2 -> 0.8.3
2018-12-02 10:34:54 +02:00
worldofpeace
3f4cbd47af
Merge pull request #51349 from marsam/feature/fix-vdirsyncer
vdirsyncer: fix build
2018-12-02 03:15:50 -05:00
worldofpeace
007dafc9a0
Merge pull request #51363 from fusion809/patch-5
scilab-bin: adding application launchers
2018-12-02 03:11:38 -05:00
Brenton Horne
10f40f3ac6 scilab-bin: adding application launchers
Moving the desktop configuration files from
opt/scilab-$ver/share/applications to share/applications, making the
required changes, and moving the icons in opt/scilab-$ver/share/icons to
share/icons. Moving locales, appdata and mime out of there
opt/scilab-${ver} too. Also removing unneeded scilab-${ver} and
scilab-${majorVer} symlinks from bin/.
2018-12-02 17:53:40 +10:00
worldofpeace
09d877865e antibody: 4.0.0 -> 4.0.2 2018-12-02 02:48:29 -05:00
worldofpeace
8776ceafc3 solargraph: 0.28.2 -> 0.29.1 2018-12-02 02:48:01 -05:00
Silvan Mosberger
d6cb669a44
Merge pull request #51350 from Infinisil/fix/minecraft
minecraft: Fix versions <1.13
2018-12-02 07:55:06 +01:00
Will Dietz
02b1a4ab75 s-tui: 0.8.2 -> 0.8.3
https://github.com/amanusk/s-tui/releases/tag/v0.8.3

Drop patch, including it was the reason for this release :).
2018-12-02 00:19:41 -06:00
Will Dietz
02282130d0 yubikey-manager: 1.0.0 -> 1.0.1
https://developers.yubico.com/yubikey-manager/Release_Notes.html

https://github.com/Yubico/yubikey-manager/releases/tag/yubikey-manager-1.0.1
2018-12-02 00:04:11 -06:00
Will Dietz
458abdc9c4 aminal: 0.7.6 -> 0.7.8 2018-12-01 23:56:35 -06:00