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
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
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
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
Magnus Jonsson
d23acab3a3
ocamlPackages.opti: init at 1.0.3
2018-12-01 19:00:23 -08:00
John Boehr
4226ddc034
nixos/cockroachdb: create new service
...
This also includes a full end-to-end CockroachDB clustering test to
ensure everything basically works. However, this test is not currently
enabled by default, though it can be run manually. See the included
comments in the test for more information.
Closes #51306 . Closes #38665 .
Co-authored-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-01 19:07:49 -06:00
Jan Tojnar
4920f0c0ad
Merge pull request #50977 from jtojnar/parallel-update.nix
...
update.nix: Run update scripts in parallel
2018-12-02 01:23:39 +01:00
Mario Rodas
c154ecfc38
vdirsyncer: fix build
...
- Add support for build on darwin
2018-12-01 19:17:54 -05:00
Jörg Thalheim
8a5c9882cb
Merge pull request #51336 from dtzWill/update/or-tools-6.10
...
or-tools: v6.9.1 -> v6.10, touchups
2018-12-02 00:07:42 +00:00
Jörg Thalheim
a742598378
Merge pull request #51334 from dtzWill/update/aminal-0.7.6
...
aminal: 0.7.4 -> 0.7.6
2018-12-02 00:06:19 +00:00
Jörg Thalheim
90f0a7c390
Merge pull request #50489 from nalbyuites/smlnj-110_84
...
smlnj: 110.79 -> 110.84
2018-12-01 23:50:48 +00:00
Jan Tojnar
30f090ff7b
gnome3.updateScript: reuse gnome-update-script
2018-12-02 00:50:37 +01:00
Silvan Mosberger
3fbdd4705a
Merge pull request #50281 from dasJ/luks-checkexist
...
nixos/luksroot: Check whether the device already exists
2018-12-02 00:28:13 +01:00
Silvan Mosberger
0d2355d7e3
minecraft: Fix versions <1.13
2018-12-02 00:15:55 +01:00
worldofpeace
eb755503b2
Merge pull request #51228 from marsam/feature/git-secrets-manpage
...
git-secrets: install manpage
2018-12-01 17:48:28 -05:00
Janne Heß
9cd4ce98bf
nixos/luksroot: Check whether the device already exists
...
The new reuse behaviour is cool and really useful but it breaks one of
my use cases. When using kexec, I have a script which will unlock the
disks in my initrd. However, do_open_passphrase will fail if the disk is
already unlocked.
2018-12-01 23:42:51 +01:00
Brenton Horne
7041972128
scilab-bin: adding bin/scilab symlink ( #51346 )
...
Should fix #51343 , merely adding a scilab symlink within the bin/ directory, so that it can be detected by SageMath.
2018-12-01 23:25:40 +01:00
viric
d5155f2964
Merge pull request #51342 from nioncode/fixQtGuiCmake
...
Fix qtbase cmake for gui plugins [Qt 5.6, 5.9]
2018-12-01 22:16:07 +01:00
Timo Kaufmann
88b69a0d40
Merge pull request #51337 from timokau/sagenb-matplotlib-fix
...
sage: misc fixes
2018-12-01 22:04:48 +01:00
Timo Kaufmann
0e570199de
sage: fix jmol integration
2018-12-01 21:31:29 +01:00
Nicolas Schneider
bf3a98ce04
Fix qtbase cmake for gui plugins [Qt 5.6, 5.9]
...
This is 54377280f0
ported to Qt 5.6 and 5.9
LTS versions.
2018-12-01 21:09:33 +01:00
Timo Kaufmann
cb73495f02
sagenb: fix matplotlib path
2018-12-01 20:41:40 +01:00
Will Dietz
cd14ad53c3
or-tools: appease warning re:python3, try testing
2018-12-01 13:38:16 -06:00
Will Dietz
046e7980f9
or-tools: parallel
2018-12-01 13:38:16 -06:00
Will Dietz
70c2e88c96
or-tools: touchup
2018-12-01 13:38:16 -06:00
Will Dietz
c4feda8b01
or-tools: v6.9.1 -> v6.10
...
https://github.com/google/or-tools/releases/tag/v6.10
2018-12-01 13:38:16 -06:00
Will Dietz
a523abdfc3
tabbed: 20160425 -> 20180310
2018-12-01 13:36:10 -06:00