Tim Steinbach
d222761121
atom: 1.12.7 -> 1.12.8
2017-01-04 17:20:00 -05:00
Evan Danaher
d4b960550b
neovim: Inherit meta into neovim-configured
...
When adding neovim's configure option to config.nix, builds fail with
error: attribute ‘platforms’ missing, at
/nix/store/*/nixos/pkgs/applications/editors/neovim/qt.nix:41:28
Inheriting meta into neovim-configured fixes this, and seems reasonable.
2017-01-04 18:33:26 +01:00
Joachim F
68ab32fbf8
Merge pull request #21644 from mdorman/emacs-updates
...
Automated Emacs package updates
2017-01-04 17:54:54 +01:00
Michael Raskin
71c1e2ffbf
irssi_otr: 1.0.1 -> 1.0.2
2017-01-04 17:46:15 +01:00
Matthias Beyer
a3d42f3999
weather: 2.0 -> 2.3
2017-01-04 16:29:35 +01:00
Matthias Beyer
d359101891
bean-add: 2016-10-03 -> 2016-12-02
2017-01-04 16:29:35 +01:00
Matthias Beyer
b1f4c1dffe
beancount: 2.0b12 -> 2.0b13
2017-01-04 16:29:34 +01:00
Matthias Beyer
cc0a5d589d
fava: 1.0 -> 1.2
2017-01-04 16:29:34 +01:00
Matthias Beyer
52d95487dd
fava: Fix github source (owner)
2017-01-04 16:29:34 +01:00
Matthias Beyer
6587d6bf1d
buku: 2.5 -> 2.7
2017-01-04 16:29:33 +01:00
Matthias Beyer
a52ac0a5c6
rtv: 1.10.0 -> 1.13.0
2017-01-04 16:29:33 +01:00
Matthias Beyer
8c2e6df52d
cli-visualizer: 2016-06-02 -> 1.5
2017-01-04 16:29:32 +01:00
Matthias Beyer
be4caf3ef7
sc-im: 0.2.1 -> 0.4.0
2017-01-04 16:29:31 +01:00
Matthias Beyer
9680f12fbe
cortex: 2014-08-01 -> 2015-08-23
2017-01-04 16:29:30 +01:00
Matthias Beyer
95d6480199
haxor-news: 0.3.1 -> 0.4.1
2017-01-04 16:29:30 +01:00
Matthias Beyer
d43479badb
mdp: 1.0.7 -> 1.0.9
2017-01-04 16:29:29 +01:00
schneefux
9ba56e0dbf
hugo: 0.17 -> 0.18.1
2017-01-04 15:23:30 +01:00
Michael Alan Dorman
080926b479
melpa-packages: 2017-01-03
2017-01-04 08:29:25 -05:00
Michael Alan Dorman
29472c62e1
melpa-stable-packages: 2017-01-03
2017-01-04 08:29:25 -05:00
Michael Alan Dorman
1b5f9394ed
elpa-packages: 2017-01-03
2017-01-04 08:29:25 -05:00
Benjamin Staffin
6afd5fbbb7
insync: init at 1.3.13.36129
2017-01-04 03:42:13 -05:00
Daiderd Jordan
118af5d2ea
Merge pull request #21605 from chris-martin/pr/stellar-core
...
stellar-core: init at 0.5.1
2017-01-04 08:40:41 +01:00
Dmitry Kalinkin
2f23d60323
sherpa: fix sqlite dependency
2017-01-04 04:59:06 +00:00
Chris Martin
1dc199d9cf
stellar-core: init at 0.5.1
2017-01-03 22:06:47 -05:00
Daiderd Jordan
27660cfdc0
Merge branch 'master' into staging
2017-01-04 01:42:26 +01:00
Graham Christensen
3080fcf616
Merge pull request #21602 from peterhoeg/u/st_1418
...
syncthing: 0.14.17 -> 0.14.18
2017-01-03 18:06:40 -05:00
Domen Kožar
af2cfc076f
haskellPackages.z3: fix #16357
2017-01-03 23:10:24 +01:00
Bjørn Forsman
26dc6dab4c
avidemux: 2.6.15 -> 2.6.16
2017-01-03 20:27:25 +01:00
Vladimír Čunát
1fe136ea8a
Make all meta.maintainers attributes lists
...
(cherry picked from commit b714f55239
)
The two new changes were really missing on master.
2017-01-03 18:28:20 +01:00
Pascal Wittmann
c4175a071b
Merge pull request #21617 from mguentner/subsurface_beta
...
subsurface 4.5.6 -> 4.5.97
2017-01-03 17:30:38 +01:00
Maximilian Güntner
b00516ca31
subsurface: 4.5.6 -> 4.5.97 (beta 2)
...
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 16:06:50 +01:00
Thomas Tuegel
0723aa8108
Merge pull request #21466 from abbradar/kde-wrapper
...
Flatten nested kdeWrappers
2017-01-03 08:21:39 -06:00
Eelco Dolstra
b4f401104d
Fix big-parallel usage
...
requiredSystemFeatures is not a meta attribute but a derivation
attribute. So "big-parallel" was being ignored on e.g. chromium,
causing it to be built (and timing out) on slow machines.
http://hydra.nixos.org/build/45819778#tabs-buildsteps
2017-01-03 13:55:26 +01:00
Adam Stephens
586ceaf718
terraform: 0.8.1 -> 0.8.2 ( #21601 )
2017-01-03 12:29:46 +00:00
Gabriel Ebner
4620c03eb5
Merge pull request #21427 from active-group/actually-install-procmail
...
procmail: unbreak "make install"
2017-01-03 02:46:34 -05:00
Mike Sperber
20c5aa5b7d
procmail: unbreak "make install"
...
procmail's Makefile lacks a ".PHONY: install" line, which turns "make
install" into a no-op, at least on macOS. Insert one.
2017-01-03 08:41:15 +01:00
Peter Hoeg
d997ea6a38
syncthing: 0.14.17 -> 0.14.18
2017-01-03 13:16:49 +08:00
Daiderd Jordan
3ac20e92e8
Merge pull request #21598 from danielfullmer/rclone-1.35
...
rclone: 1.33 -> 1.35
2017-01-03 01:51:11 +01:00
Daniel Fullmer
76d37ce3b7
rclone: 1.33 -> 1.35
2017-01-02 19:27:42 -05:00
Nikolay Amiantov
e908442693
kdeWrapper: allow wrapping several packages
2017-01-03 02:33:15 +03:00
Frederik Rietdijk
93cabca3bd
Merge pull request #21587 from peterhoeg/f/puddletag
...
puddletag: get rid of pypkgs variable
2017-01-02 23:02:26 +01:00
Michael Raskin
7c5784d1f0
maxima: 5.38.1 -> 5.39.0
2017-01-02 21:53:21 +01:00
Michael Raskin
9fb0d83c83
compiz: 0.9.13.0 -> 0.9.13.1
2017-01-02 20:18:51 +01:00
Michael Raskin
d94706ed66
baresip: 0.4.20 -> 0.5.0
2017-01-02 20:18:46 +01:00
Karn Kallio
f16eda3fb1
eclipse-platform: add Neon 2 Platform
2017-01-02 17:57:32 +01:00
Karn Kallio
2c31127edc
eclipse-sdk-46: 4.6.1 -> 4.6.2
2017-01-02 17:55:13 +01:00
Nikolay Amiantov
3c1ade7d15
qutebrowser: 0.8.4 -> 0.9.0
2017-01-02 19:05:12 +03:00
Peter Hoeg
c049463520
puddletag: get rid of pypkgs variable
2017-01-02 23:19:59 +08:00
Michael Raskin
32197ea80b
Merge pull request #21567 from peterhoeg/p/xca
...
xca: qt4 -> qt5
2017-01-02 14:10:51 +00:00
Michael Raskin
78299dfbae
Merge pull request #21585 from bendlas/update-chromium
...
chromium: 55.0.2883.75 -> 55.0.2883.87
2017-01-02 14:01:13 +00:00
Herwig Hochleitner
08121638f8
chromium: 55.0.2883.75 -> 55.0.2883.87
2017-01-02 14:00:10 +01:00
Nikolay Amiantov
202e835852
Merge pull request #21514 from peterhoeg/audacity
...
audacity: fix library path
2017-01-02 16:33:43 +04:00
Peter Hoeg
858f8f27fa
audacity: fix library path using NIX_LDFLAGS
2017-01-02 20:24:12 +08:00
Frederik Rietdijk
21f6cb79a7
zim: remove postFixup, include checkPhase, disable tests
...
- wrap-python.nix used to set sys.argv[0] to the name of the script, but
it now sets the path so we won't have to do it here anymore
- tests were not found, so the correct file is now invoked
2017-01-02 11:29:11 +01:00
Daiderd Jordan
5a67b130b9
Merge branch 'master' into staging
2017-01-02 00:54:17 +01:00
Dmitry Kalinkin
c7bcb99ff2
root: 6.04.18 -> 6.08.02
...
This relies on
e9d60c56
('libc++3.7: fix to use with modern compilers')
2017-01-01 17:52:03 -05:00
Brandon Dimcheff
0890ce6f09
astroid: init at 0.6
2017-01-01 22:38:12 +01:00
Aaron Bull Schaefer
e98bd77ef3
transcrypt: 0.9.9 -> 1.0.0
2017-01-01 11:49:22 -08:00
Pascal Wittmann
039e90c9d3
fityk: 1.3.0 -> 1.3.1
2017-01-01 18:19:39 +01:00
Peter Hoeg
aec8872e23
xca: qt4 -> qt5
...
Compile against qt5 instead of qt4.
2017-01-02 00:17:48 +08:00
Graham Christensen
31dc66a55a
Merge pull request #21564 from peterhoeg/u/dropbox
...
dropbox: 16.4.29 -> 16.4.30
2017-01-01 10:07:43 -05:00
Peter Hoeg
c08556fea5
dropbox: 16.4.29 -> 16.4.30
2017-01-01 14:18:36 +08:00
Chris Hodapp
e3dedd4b57
darktable: 2.0.7 -> 2.2.0
2016-12-31 14:59:30 -05:00
Joachim F
01fdbac60c
Merge pull request #21550 from mimadrid/update/nano-2.7.3
...
nano: 2.7.2 -> 2.7.3
2016-12-31 16:12:10 +01:00
mimadrid
ae5c3f6fc5
nano: 2.7.2 -> 2.7.3
2016-12-31 15:37:41 +01:00
Michael Raskin
6305b85abd
Merge pull request #21549 from mimadrid/update/rofi-1.3.0
...
rofi: 1.2.0 -> 1.3.0
2016-12-31 14:30:01 +00:00
mimadrid
fc50edf497
rofi: 1.2.0 -> 1.3.0
2016-12-31 15:22:22 +01:00
Gabriel Ebner
68b2d43c88
lean: 2016-12-08 -> 2016-12-30
2016-12-31 13:51:10 +01:00
Frederik Rietdijk
6210641031
flexget: fix eval
2016-12-31 10:09:16 +01:00
Frederik Rietdijk
9a330645d1
flexget: forgot to include file in commit
2016-12-31 10:02:30 +01:00
Frederik Rietdijk
c7bff3d71d
calibre: 2.73.0 -> 2.76.0, fix html5lib, closes #21504
2016-12-31 09:12:41 +01:00
Graham Christensen
1fd97f6293
Merge pull request #21528 from veprbl/kak2
...
update rivet, kakoune, add fastnlo, sherpa, mcgrid
2016-12-30 22:36:53 -05:00
Rushmore Mushambi
b86d256e9c
Merge pull request #21489 from retrry/master
...
rustc, cargo, rustRegistry updates
2016-12-31 04:01:16 +02:00
Daiderd Jordan
9d0a9bc9d6
Merge pull request #21515 from chris-martin/ppl
...
ppl-address-book: init at 2.4.0
2016-12-30 23:42:10 +01:00
Michael Raskin
6003eeb643
Merge pull request #21207 from larkery/patch-1
...
Fiddle LD_LIBRARY_PATH to include GDAL
2016-12-30 22:01:54 +00:00
Graham Christensen
31c14bc58e
Merge pull request #21512 from Mic92/neomutt
...
neomutt: 20161104 -> 20161126
2016-12-30 15:13:05 -05:00
Dmitry Kalinkin
8fb6895614
sherpa: init at 2.2.1
2016-12-30 14:27:55 -05:00
Dmitry Kalinkin
9a5e34faca
kakoune: 2016-12-10 -> 2016-12-30, fix on Darwin
2016-12-30 14:27:49 -05:00
Joachim Fasting
f2c5bc6d7d
cvsps: use standard install phase
2016-12-30 20:27:27 +01:00
Joachim Fasting
2516472050
cvsps: fetch patches from debian 2.1-7 sources
2016-12-30 20:27:20 +01:00
Joachim Fasting
b4c5916e85
cvsps: get source from Debian, fix build
...
The cobite.com urls seem to have disappeared or been moved. I've failed
to find where they might have gone, so use debian's mirrored sources
instead.
2016-12-30 20:27:17 +01:00
Vladimír Čunát
3dbf6b4a09
font-manager: fix missing icons
...
Fixes #21454 , or at least most of it.
2016-12-30 18:59:48 +01:00
Vladimír Čunát
dbde4eb465
gitAndTools.qgitGit: remove
...
It's rather old and abandoned, the source is dead, and our stable qgit
version seems more recent. /cc @MarcWeber.
2016-12-30 12:30:35 +01:00
Frederik Rietdijk
405c18bd32
Merge pull request #21461 from ikervagyok/urlscan
...
urlscan: replace input 'isPy35' with 'pythonOlder'
2016-12-30 12:27:37 +01:00
Jörg Thalheim
74caf88a58
impressive: 0.10.5 -> 0.11.1
...
fixes #21501
2016-12-30 10:24:20 +01:00
Chris Martin
a6df66e0d8
ppl-address-book: init at 2.4.0
2016-12-30 00:34:13 -05:00
Jörg Thalheim
1cc599307f
neomutt: 20161104 -> 20161126
2016-12-30 04:04:24 +01:00
Graham Christensen
fd826a0b71
Merge pull request #21492 from vdemeester/idea-ultimate_2016_3_2
...
idea-ultimate: 2016.3.1 -> 2016.3.2
2016-12-29 21:44:35 -05:00
Joachim F
9c52f7f083
Merge pull request #21464 from mdorman/emacs-updates
...
Automated emacs package updates
2016-12-29 23:44:17 +01:00
Alexey Shmalko
87d5e27a3d
Merge pull request #21445 from jokogr/u/syncthing-0.14.16
...
syncthing: 0.14.15 -> 0.14.17
2016-12-29 12:00:40 -08:00
taku0
93d917fa22
firefox, thunderbird: add updateScript
2016-12-29 11:19:50 +01:00
Vincent Demeester
37632cbf5f
idea-ultimate: 2016.3.1 -> 2016.3.2
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-29 10:31:22 +01:00
Tadas Barzdzius
d27a658846
pijul: mark as broken
2016-12-29 09:57:39 +02:00
Tadas Barzdzius
cfbbac7cb4
cfdyndns: mark as broken
2016-12-29 09:57:22 +02:00
Graham Christensen
0e400de967
Merge pull request #21488 from taku0/thunderbird-45.6.0
...
thunderbird: 45.5.1 -> 45.6.0 [Critical security fix]
2016-12-28 21:34:45 -05:00
Graham Christensen
f4568952d6
Merge pull request #21487 from taku0/thunderbird-bin-45.6.0
...
thunderbird-bin: 45.5.1 -> 45.6.0 [Critical security fix]
2016-12-28 21:34:30 -05:00
taku0
a1f595c870
thunderbird: 45.5.1 -> 45.6.0
2016-12-29 11:07:10 +09:00
Graham Christensen
f5ca9a4212
Merge branch 'roundup-15'
2016-12-28 21:04:51 -05:00
taku0
373fb99e98
thunderbird-bin: 45.5.1 -> 45.6.0
2016-12-29 10:59:37 +09:00
Antoine Eiche
bc63738c6f
qemu: fix CVE-2016-9921 and CVE-2016-9922
2016-12-28 20:37:00 -05:00
Antoine Eiche
a5dd311208
qemu: fix CVE-2016-9911
2016-12-28 20:36:53 -05:00
Robin Gloster
3f426f6f55
terminator: 0.98 -> 1.0
2016-12-29 01:42:23 +01:00
Robin Gloster
825c0d892a
terminator: fix build and use buildPythonApplication
2016-12-29 01:42:22 +01:00
Graham Christensen
5306122333
Merge pull request #21430 from rasendubi/awesome
...
awesome: 3.5.9 -> 4.0
2016-12-28 18:19:03 -05:00
Milan Svoboda
f969f42b2b
ranger 1.7.2 -> 1.8.0 ( #21480 )
2016-12-28 23:47:39 +01:00
Lengyel Balázs
e912145eae
urlscan: remove 'isPy35' dependency, as it's no longer needed
2016-12-28 18:49:49 +01:00
Michael Raskin
442623e499
qemu_28: init at 2.8.0; not updating the main Qemu expression yet because there were some claims about NixOS test fragility
2016-12-28 15:04:51 +01:00
Nicolas Pouillard
5952897ec4
ricochet: 1.1.2 -> 1.1.4 ( #21458 )
2016-12-28 13:51:28 +00:00
Michael Raskin
de99dc5049
imagemagick7: init at 7.0.4-0
2016-12-28 14:16:10 +01:00
Michael Raskin
040d5162be
imagemagick: 6.9.6-7 -> 6.9.7-0
2016-12-28 14:16:10 +01:00
Michael Alan Dorman
49992887e5
melpa-packages: 2016-12-27
2016-12-28 08:12:18 -05:00
Michael Alan Dorman
7ccd91b067
melpa-stable-packages: 2016-12-27
2016-12-28 08:12:18 -05:00
Michael Alan Dorman
4de8a35225
org-packages: 2016-12-27
2016-12-28 08:12:18 -05:00
Michael Alan Dorman
060c8493c7
elpa-packages: 2016-12-27
2016-12-28 08:12:18 -05:00
Bjørn Forsman
842a3010e1
Unbreak nixpkgs eval (urlscan lacked pythonOlder)
2016-12-28 13:52:15 +01:00
Emery Hemingway
bef1d42300
confclerk: init at 0.6.1
2016-12-28 12:42:36 +01:00
David Pätzel
2d38cad288
enhance python version check
2016-12-28 12:13:36 +01:00
David Pätzel
3414470d9d
urlscan: init at 0.8.3
2016-12-28 12:13:36 +01:00
Michael Raskin
e1b1df2bd9
Merge pull request #20028 from zraexy/qsyncthingtray
...
qsyncthingtray: init at 0.5.5rc2
2016-12-28 10:40:18 +00:00
Michael Raskin
e65cccb776
Merge pull request #21221 from rardiol/gplates
...
gplates: init at 2.0.0
2016-12-28 10:21:23 +00:00
Ioannis Koutras
474b35994b
syncthing: 0.14.15 -> 0.14.17
2016-12-27 22:56:08 +02:00
Daiderd Jordan
7d4e04c795
Merge pull request #21400 from johbo/darwin-xournal
...
Xournal: Darwin support
2016-12-27 20:23:18 +01:00
Arseniy Seroka
aa18f24f4b
Merge pull request #21269 from non-Jedi/mm
...
mm: init at 2016.11.04
2016-12-27 21:44:24 +03:00
zimbatm
02c65bdac9
google-chrome: add channel name suffix
...
Updates would always select the unstable version otherwise. This was
copies from the chromium package.
2016-12-27 16:21:56 +00:00
Bjørn Forsman
bef30f322f
cgit: 0.12 -> 1.1
2016-12-27 15:46:22 +01:00
Johannes Bornhold
346c1db2ac
xournal: Allow to build it on darwin with X11 backend
2016-12-27 14:19:25 +01:00
Alexey Shmalko
b33907075f
awesome: 3.5.9 -> 4.0
2016-12-27 11:39:51 +02:00
Eric Litak
7b2a37f5c8
remmina: add icon packages as soft deps ( #21411 )
2016-12-25 19:04:47 +00:00
zimbatm
a623ada912
flashplayer: removed obsolete files
2016-12-25 11:33:16 +00:00
taku0
f3287b0aa5
flashplayer: 11.2.202.644 -> 24.0.0.186 [Critical security fix] ( #21337 )
...
* flashplayer: 11.2.202.644 -> 24.0.0.186
* flashplayer: add debug version
* flashplayer-standalone: 11.2.202.644 -> 24.0.0.186
2016-12-25 11:32:24 +00:00
Michael Raskin
916a37cd0e
libreoffice-fresh: 5.2.3.3 -> 5.2.4.2
2016-12-25 11:10:18 +01:00
Nikolay Amiantov
4c891ac638
slade: init at 3.1.1.4
2016-12-25 03:23:57 +03:00
Alex Ivanov
c4236f65b9
qmmp: 1.1.2 -> 1.1.5
2016-12-24 11:04:13 +01:00
mimadrid
29cb10c021
igv: 2.3.77 -> 2.3.89
2016-12-23 19:37:10 -05:00
Graham Christensen
e2feddb70f
Merge pull request #21384 from mimadrid/update/shotwell-0.25.2
...
shotwell: 0.23.5 -> 0.25.2
2016-12-23 19:30:12 -05:00
mimadrid
5e3c4b2bf7
shotwell: 0.23.5 -> 0.25.2
2016-12-23 23:24:36 +01:00
Peter Simons
06f51e17fa
Merge pull request #21362 from lverns/rstudio-add-desktop-file
...
Rstudio add desktop file
2016-12-23 10:26:39 +01:00
Rory McNamara
53a44eff92
bspwm: 1.9.1 -> 1.9.2
2016-12-22 23:27:32 +00:00
John Wiegley
4888bfecc2
coq_8_6: 8.6 is now default, 8.4 optional, updated mathcomp/ssreflect
...
Addresses #14829
2016-12-22 10:35:56 -08:00
aszlig
603dbfc5a9
Merge pull request #21236 (Update mediainfo)
...
This pulls updates from @devhell for libmediainfo, mediainfo,
mediainfo-gui and libzen to their latest upstream versions.
Tested by building all of these packages plus "ums" and "sonarr" (both
depend on one or more of these updated packages) on x86_64-linux.
2016-12-22 18:44:14 +01:00
Richard Lupton
9f200422f2
kubernetes-helm: 2.0.2 -> 2.1.2 ( #21343 )
2016-12-22 17:21:00 +01:00
Laverne Schrock
9872e65037
rstudio: make mkDerivation recursive
...
Needed since we want to access desktopItem from postInstall.
2016-12-22 08:16:49 -06:00
Laverne Schrock
4154adb128
rstudio: add desktop file
...
Fixes #20230
2016-12-22 08:15:56 -06:00
Jason Daniel Augustine Gilliland
59ca5d213f
freebayes: init at 1.1.0
...
Signed-off-by: zimbatm <zimbatm@zimbatm.com>
2016-12-22 14:10:37 +00:00
ft@zeus
1b8aec421b
stellarium: 0.14.3 -> 0.15.0
...
close #21271
2016-12-21 20:22:44 -05:00
Graham Christensen
25ac14064d
Merge pull request #21341 from ftrvxmtrx/master
...
spotify: 1.0.45.182 -> 1.0.45.186
2016-12-21 19:58:06 -05:00
Nikolay Amiantov
7de8494be6
gnome15: init at 2016-06-10
2016-12-22 01:35:11 +03:00
Sigrid
84ec6f836b
spotify: 1.0.45.182 -> 1.0.45.186
2016-12-21 21:45:38 +01:00
Graham Christensen
4e6c7faf36
xen: patch for many XSAs
...
- XSA-190
- XSA-191
- XSA-192
- XSA-193
- XSA-195
- XSA-196
- XSA-198
- XSA-200
- XSA_202
- XSA-204
2016-12-21 14:37:47 -05:00
Graham Christensen
2c24ce5cfa
game-music-emu: 0.6.0 -> 0.6.1 for multiple CVEs
...
CVE-2016-9957 CVE-2016-9958 CVE-2016-9959 CVE-2016-9960 CVE-2016-9961
2016-12-21 14:37:45 -05:00
Frederik Rietdijk
4a795afdbc
Merge pull request #21318 from leenaars/ssrc
...
ssrc: init at 1.33
2016-12-21 15:03:28 +01:00
Michiel Leenaars
f4d1b6f781
ssrc: init at 1.33
2016-12-21 14:44:01 +01:00
Jörg Thalheim
8e08ed1062
Merge pull request #21329 from volhovM/update/scudcloud-1.38
...
scudcloud: 1.35 -> 1.38
2016-12-21 13:35:34 +01:00
Mikhail Volkhov
de683845b8
scudcloud: 1.35 -> 1.38
2016-12-21 10:39:05 +03:00
Frederik Rietdijk
48fa032aae
Merge pull request #21322 from mimadrid/update/meld-3.16.4
...
meld: 3.16.2 -> 3.16.4
2016-12-21 00:09:27 +01:00
mimadrid
8021c1f429
meld: 3.16.2 -> 3.16.4
2016-12-20 23:56:29 +01:00
Aristid Breitkreuz
6d75b913fd
Merge pull request #21255 from jokogr/u/syncthing-0.14.15
...
syncthing: 0.14.13 -> 0.14.15
2016-12-20 14:20:26 +01:00
Aristid Breitkreuz
978c26a465
Merge pull request #21290 from peterhoeg/u/db
...
dropbox: 15.4.22 -> 16.4.29
2016-12-20 14:12:34 +01:00
Daiderd Jordan
49e3190efa
Revert "xhyve: update and fix to use our Hypervisor framework"
...
This reverts commit f3b65f67d9
.
2016-12-20 13:02:27 +01:00
Eelco Dolstra
8a0843c3c4
qemu-kvm: Mark the version for tests
...
(cherry picked from commit d58a4ec1ba
)
2016-12-20 10:52:46 +01:00
Dan Peebles
f3b65f67d9
xhyve: update and fix to use our Hypervisor framework
2016-12-19 19:47:24 -05:00
Peter Hoeg
08b01310c6
dropbox: 15.4.22 -> 16.4.29
2016-12-20 06:44:56 +08:00
Michael Fellinger
bb80d77d84
neovim: green :CheckHealth
2016-12-19 23:05:31 +01:00
aszlig
7199f1bd94
paperwork: init at 1.0.6.1
...
I have not yet tested scanning, but the main application works so far.
A lot of patching is required here, because the upstream project
references some paths from well-known FHS locations which of course are
not available on Nix(OS).
We also use all available aspell dictionaries right now, which is maybe
a bit ugly but it makes language switching easier.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:56 +01:00
aszlig
68bc260ca2
tesseract: 3.02.02 -> 3.04.01
...
From the upstream changelog:
* Tesseract development is now done with Git and hosted at github.com
(Previously we used Subversion as a VCS and code.google.com for
hosting).
So let's move over to the GitHub repository, where the organisation also
includes a full repository for tessdata, so we no longer need to fetch
it one-by-one.
The build also got significantly simpler, because we no longer need to
run autoconf, neither do we need to patch the configure script for
Leptonica headers.
This also has the advantage that we don't need to use the
enableLanguages attribute for the test runner anymore.
Full upstream changelog can be found at:
https://github.com/tesseract-ocr/tesseract/blob/c4d273d33cc36e/ChangeLog
Tested against all NixOS tests with enabled OCR (chromium, emacs-daemon,
installer.luksroot and lightdm).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric
2016-12-19 22:25:38 +01:00
volth
ac97fbab3a
fte: init at 0.50.02
2016-12-19 16:15:59 +01:00
Jiri Danek
3745be8542
zim: fix #21270 (double call of wrapPythonPrograms)
...
Fixes #21270
2016-12-19 10:31:42 +00:00
Frederik Rietdijk
2f91dd32e9
Merge pull request #20590 from rasendubi/flask-0.11.1
...
flask: 0.10.1 -> 0.11.1
2016-12-19 09:56:36 +01:00
Adam Beckmeyer
7e54f35d65
mm: init at 2016.11.04
2016-12-18 17:10:07 -05:00
Thomas Tuegel
c2e2a8120f
audaciousQt5: init at 3.8.1
2016-12-18 15:56:24 -06:00
Joachim F
40990841f3
Merge pull request #21217 from glaebhoerl/vivaldi-1.6
...
Vivaldi 1.6
2016-12-18 22:50:41 +01:00
Marcin Janczyk
d6aa35d589
spotify: 1.0.43.125 -> 1.0.45.182
2016-12-18 22:48:55 +01:00
Joachim Fasting
1ee50bc78a
electrum: manually fixup installation of share
2016-12-18 22:19:50 +01:00
Joachim Fasting
c04c9f7435
electrum: improve build determinism
...
The icon resource file captures the build timestamp, introducing an
element of indeterminism. Fix by patching out the timestamp.
This allows
```sh
nix-build --check -A electrum
```
to succeed.
2016-12-18 22:19:48 +01:00
Marcin Janczyk
bc6e9af7fa
keepass-keefox: add myself as a maintainer
2016-12-18 19:04:35 +01:00
Rok Garbas
a66b703f94
firefox-bin/thunderbird-bin: reuse the same updateScript for both
2016-12-18 16:45:33 +01:00
Rok Garbas
b7cfbf96d6
tp_smapi: updateScript added
2016-12-18 16:45:33 +01:00
Alexey Shmalko
d0f4249792
Merge pull request #21259 from mjanczyk/update/keefox-1.6.4
...
keepass-keefox: 1.6.3 -> 1.6.4
2016-12-18 04:40:08 -08:00
Alexey Shmalko
07950a24b6
octoprint: allow any flask version
2016-12-18 14:33:03 +02:00
Vladimír Čunát
e5bb5ef377
mendeley: use orc package instead of its duplicate
...
I just tested the startup due to having no account
(without liborc.so it would fail).
/cc @fridh, @badi, #21238 .
2016-12-18 13:21:29 +01:00
Marcin Janczyk
b8453051b0
keepass-keefox: 1.6.3 -> 1.6.4
2016-12-18 13:19:10 +01:00
Ioannis Koutras
eb9fd3c00d
syncthing: 0.14.13 -> 0.14.15
2016-12-18 12:09:53 +02:00
Joachim F
cf82ab73e2
Merge pull request #21242 from mimadrid/update/teamviewer-12.0.71510
...
teamviewer: 11.0.57095 -> 12.0.71510
2016-12-17 20:58:48 +01:00
mimadrid
f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510
2016-12-17 19:04:48 +01:00
devhell
900ded32f4
profanity: 0.4.7 -> 0.5.0
...
From the changelog:
- Plugins API supporting C and Python plugins
- SSL certificate verification (requires libmesode) (/tls)
- HTTP file upload (xep-0363) (/sendfile)
- Blocking command (xep-0191) (/blocked)
- Allow auto extended away (/autoaway)
- Include last acitvity in initial presence (xep-0256) (/lastactivity)
- Last Activity (xep-0012) (/lastactivity)
- Ability to run command scripts (/script)
- Account startscript property to execute a command script on connect (/account)
- Export roster to CSV file (/export)
- Support for GTK tray icons (/tray)
- User specified text triggers for chat room notifications (/notify)
- Per chat room notification options (/notify)
- Many new roster panel display options (/roster)
- Time format preferences per window type (/time)
- Edit, prepend and append to room subject (/subject)
- Autoping timeout preference (/autoping)
- Window navigation by window title (/win)
- Window closing by window title (/close)
- Account theme setting (/account)
- Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
- Configure level of room message notifications in console window (/console)
- Check ~/.config/profanity/inputrc for readline settings
- Custom readline functions for navigation key bindings
- Autocomplete command arguments when no characters entered
2016-12-17 18:42:34 +01:00
Jascha Geerds
62c3d9ad0b
Merge pull request #21239 from mimadrid/update/nano-2.7.2
...
nano: 2.7.1 -> 2.7.2
2016-12-17 17:44:13 +01:00
mimadrid
b899b8945f
nano: 2.7.1 -> 2.7.2
2016-12-17 16:39:42 +01:00
Tim Steinbach
e8e4b7f0dd
Merge pull request #21229 from mimadrid/update/wireshark-2.2.3
...
wireshark: 2.2.2 -> 2.2.3
2016-12-17 10:23:36 -05:00
aszlig
c5e5dccd13
Merge pull request #21201 (VirtualBox 5.1.10)
...
This brings VirtualBox to the latest upstream version, which also fixes
building the modules against kernel 4.9.0.
Tested against all the the "virtualbox" subtests on x86_64-linux.
2016-12-17 15:46:06 +01:00
aszlig
88f49a0092
vimiv: 0.7.2 -> 0.7.3
...
Bugfix release with the following fixes:
* Fix thumbnail creation for input files with dot
* Use native python to generate list of external commands
* Do not use commandline arguments in test mode
* Catch broken symlinks in the library and filter them
So everything but the last item is essentially what we had in
fixes.patch, hence we cane remove it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-17 15:45:49 +01:00
Jaka Hudoklin
d5264ee7ab
Merge pull request #21204 from NeQuissimus/docker_1_12_5
...
docker: 1.12.3 -> 1.12.5
2016-12-17 15:41:10 +01:00
Jaka Hudoklin
8a85fc9531
Merge pull request #21068 from offlinehacker/pkgs/completions/add
...
Add bash completions for a few packages
2016-12-17 15:37:27 +01:00
Jaka Hudoklin
2319781469
Merge pull request #21069 from offlinehacker/pkgs/kubernetes/docfix
...
kubernetes: generate docs, fix empty man files
2016-12-17 15:36:47 +01:00
Jaka Hudoklin
96bf950ae0
Merge pull request #21085 from offlinehacker/pkgs/pachyderm/init
...
pachyderm: init at 1.3.0
2016-12-17 15:35:51 +01:00
devhell
c39e36f766
{lib}mediainfo{-gui},libzen: 0.7.87 -> 0.7.91, 0.4.33 -> 0.4.34
...
Unfortunately I've not been able to keep this updated on a regular basis
at the moment, therefore some versions have been skipped. I'm therefore
going to just add the link for the changelog:
https://mediaarea.net/MediaInfo/ChangeLog
2016-12-17 12:57:27 +00:00
mimadrid
280d0cf20f
wireshark: 2.2.2 -> 2.2.3
2016-12-17 12:59:56 +01:00
Graham Christensen
9a50020398
Merge pull request #21216 from bachp/openshift-1.3.2
...
openshift: 1.3.1 -> 1.3.2
2016-12-17 06:42:49 -05:00
Benjamin Hipple
54f460a585
cpp-ethereum: fix description metadata
2016-12-16 22:58:12 -05:00
Ricardo Ardissone
662aa495df
gplates: init at 2.0.0
2016-12-16 22:29:53 -02:00
Gábor Lehel
9cc0eff1cf
vivaldi: add libxcb to buildInputs, seems to be required now
2016-12-17 00:04:20 +01:00
Pascal Bach
3d94be77dd
openshift: 1.3.1 -> 1.3.2
2016-12-16 23:33:23 +01:00
Gábor Lehel
06fbf5cb77
vivaldi: 1.5.658.44-1 -> 1.6.689.34-1
2016-12-16 22:34:37 +01:00
Tom Hinton
b0bfa88848
Fiddle LD_LIBRARY_PATH to include GDAL
...
Some GRASS functions dlopen GDAL, and don't get patched in the install.
To make them work I have to export LD_LIBRARY_PATH from within grass again with pkgs.gdal/lib.
Alternatively this does the trick - there might be a better way to do this, if the configure script can take the true path to gdal and reflect it in the dlopen calls or something?
2016-12-16 15:10:23 +00:00
Tim Steinbach
a5a98290b7
docker: 1.12.3 -> 1.12.5
2016-12-16 08:57:08 -05:00
aszlig
38ea64e867
qemu_test: Make chown() calls to the store a no-op
...
The "misc" NixOS test is using Nix to query the store and it tries to
change the ownership of it while doing so.
This fails if Nix is not in a seccomp-sandboxed userid namespace, so
let's make chown() a no-op when applied to store paths.
Fixes the misc test (and possibly future tests) on older Nix versions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-16 13:06:25 +01:00
Joachim F
7aa8fa28ae
Merge pull request #21190 from mdorman/emacs-updates
...
Emacs package updates: 2016-12-15
2016-12-16 12:34:09 +01:00
Bart Brouns
3fc60ec351
remove mutt-kz: deprecated in favor of neomutt
...
Removed reference in all-packages.nix. Fixes #20952 .
2016-12-16 12:16:39 +01:00
Kier Davis
d1226333e2
unigine-valley: clean up
2016-12-16 10:42:09 +00:00
Kier Davis
aa53e1d17e
unigine-valley: exclude non-ELF files from stripping during fix-up
2016-12-16 10:42:09 +00:00
Kier Davis
c3f49dcaf0
unigine-valley: install files to a more idiomatic location
...
Previously, the entire installation was copied to $out/opt/unigine/valley.
Using $out/lib instead of $out/opt would be more consistent with other Nix packages.
2016-12-16 10:42:09 +00:00
Kier Davis
0d1d1bd7e2
unigine-valley: 1.0-1 -> 1.0 (remove unnecessary release version)
...
The upstream version is "1.0", so that's what the version of the Nix package should be too.
When I packaged this I wasn't aware that a Nix package could update without its version number
increasing, so I added an extra "release version" (like Arch Linux packages). Of course, this
isn't necessary.
2016-12-16 10:42:04 +00:00
Michael Alan Dorman
8cd481b5fd
org-packages: 2016-12-15
2016-12-15 17:55:56 -05:00
Michael Alan Dorman
01d5fda8c1
melpa-stable-packages: 2016-12-15
...
Removals:
- dummy-h-mode: github account no longer exists
- judge-indent: github account no longer exists
2016-12-15 17:55:56 -05:00
Michael Alan Dorman
c5e64ba4c8
melpa-packages: 2016-12-15
...
Removals:
- cursor-in-brackets: github account no longer exists
- dummy-h-mode: github account no longer exists
- general-close: removed from melpa
- judge-indent: github account no longer exists
2016-12-15 17:55:55 -05:00
Michael Alan Dorman
994b243dd3
elpa-packages: 2016-12-15
2016-12-15 17:55:55 -05:00
Jascha Geerds
4af2328e5c
discord: Fix missing desktop entry ( closes #21045 )
2016-12-15 23:52:50 +01:00
David Terry
1152b97925
vscode: 1.7.2 -> 1.8.0
2016-12-15 21:47:31 +01:00
zimbatm
6fc5f8d4f3
terraform: 0.7.13 -> 0.8.1
2016-12-15 15:13:10 +00:00
Joachim Fasting
6dbdbdec69
chromium pepper flash plugin: 23.0.0.207 -> 24.0.0.186
...
Fixes https://github.com/NixOS/nixpkgs/issues/21119 ,
fixes https://github.com/NixOS/nixpkgs/issues/21169
2016-12-15 16:06:56 +01:00
Eelco Dolstra
705829b29a
Merge pull request #20500 from aszlig/qemu-patched-for-nixos-tests
...
nixos/tests: Use a patched QEMU for testing
2016-12-15 12:38:29 +01:00
David Terry
35399f93d6
vscode: 1.6.1 -> 1.7.2
2016-12-15 12:04:48 +01:00
Sebastian Hagen
e314e5b930
ImageMagick: Add additional mirror.
...
The 16.09-nixpkgs source tarball Imagemagick-6.9.6-7.tar.xz source tarball is
not available on any of the existing mirrors. We here add one that has it.
2016-12-15 11:27:15 +01:00
Vincent Demeester
910dcdb7d2
idea-ultimate: 2016.3 -> 2016.3.1
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-15 11:24:07 +01:00
taku0
bd55e9db63
android-studio: 2.1.3 -> 2.2.3
2016-12-15 10:41:18 +01:00
Peter Hoeg
bea3209d5f
virtualbox: 5.1.8 -> 5.1.10
2016-12-15 16:20:33 +08:00
Graham Christensen
2d249e206e
Merge pull request #21146 from NeQuissimus/subversion
...
Subversion: 1.9.4 -> 1.9.5; 1.8.16 -> 1.8.17
2016-12-14 17:45:50 -05:00
John Wiegley
838a3b4294
coq_8_6: 8.6rc1 -> 8.6
2016-12-14 13:46:07 -08:00
Tim Steinbach
1edf95167a
subversion: 1.8.16 -> 1.8.17
2016-12-14 09:35:10 -05:00
Tim Steinbach
b139b17fa8
subversion: 1.9.4 -> 1.9.5
2016-12-14 09:30:31 -05:00
bnikolic
88f53c989e
bazaar: enable sftp transport ( #21132 )
...
SFTP transport needs python paramiko package, which is now an optional
input
2016-12-14 15:03:54 +01:00
Jörg Thalheim
c3edaab52d
Merge pull request #21130 from tohl/master
...
small fixes
2016-12-14 14:35:05 +01:00
Michael Raskin
d009ac1ce5
Merge pull request #21064 from taku0/firefox-bin-fix-update-script
...
firefox-bin: fix updateScript
2016-12-14 12:13:06 +00:00
Michael Raskin
37c10c428c
Merge pull request #21134 from taku0/firefox-bin-50.1.0
...
firefox-bin: 50.0.2 -> 50.1.0 [Critical security fix]
2016-12-14 12:10:58 +00:00
Michael Raskin
13a7bc5341
Merge pull request #21135 from taku0/firefox-50.1.0
...
firefox: 50.0.2 -> 50.1.0, firefox-esr: 45.5.1esr -> 45.6.0esr [Critical security fix]
2016-12-14 12:09:01 +00:00
Pascal Wittmann
53a95fadaa
Merge pull request #21139 from samuelrivas/update-terraform-to-0.7.13
...
terraform 0.7.11 -> 0.7.13
2016-12-14 13:04:28 +01:00
Samuel Rivas
f8a28b8f69
terraform 0.7.11 -> 0.7.13
2016-12-14 10:56:20 +01:00
Joachim Fasting
52cb1df30c
kodi/wrapper: fix typo, preferLocalBuilds -> preferLocalBuild
2016-12-14 03:48:44 +01:00
taku0
86cf682cda
firefox: 50.0.2 -> 50.1.0, firefox-esr: 45.5.1esr -> 45.6.0esr
2016-12-14 09:03:56 +09:00
taku0
8e7ea1795a
firefox-bin: fix updateScript
2016-12-14 08:53:49 +09:00
taku0
8a7cf06b54
firefox-bin: 50.0.2 -> 50.1.0
2016-12-14 08:48:35 +09:00
Daiderd Jordan
3bd81a0620
Merge pull request #20536 from TikhonJelvis/master
...
emacs-24.5-mac-5.15: fixed package by adding build tools
2016-12-13 23:28:37 +01:00
Daiderd Jordan
29d53f3d5f
Merge pull request #20706 from matthewbauer/emacs-macport-version-fix
...
emacs-macport: 6.0 -> 6.1
2016-12-13 23:16:49 +01:00
Tomas Hlavaty
e4db40ad23
toxic: fix arm build
2016-12-13 22:36:12 +01:00
Pascal Wittmann
1bb96c202d
filezilla: 3.22.2.2 -> 3.23.0.2
2016-12-13 22:21:21 +01:00
Aristid Breitkreuz
78ffee7f06
kakoune: update 2016-07-26 -> 2016-12-10
2016-12-13 20:57:35 +01:00
John Wiegley
62934023c3
coq_HEAD: Update to the latest commit as of 2016-12-13
2016-12-13 08:09:23 -08:00
John Wiegley
360234dab6
coq_8_6: new package, based on Coq 8.6rc1
2016-12-13 07:27:15 -08:00
Alexander Kahl
9eac665cd2
sisco.lv2: init at 0.7.0 ( #20868 )
...
* sisco.lv2: init at 0.7.0
Also added maintainer `e-user`
* Use fetchFromGitHub and adapt accordingly
* Use `version` instead of `src.rev` in name
2016-12-13 09:44:09 +00:00
Jaka Hudoklin
5bd136acd4
Revert "Revert "helm (kubernetes): init at v2.0.2""
2016-12-13 00:43:24 +01:00
Jaka Hudoklin
e955e64fd8
Revert "helm (kubernetes): init at v2.0.2"
2016-12-13 00:35:53 +01:00