Commit Graph

19152 Commits

Author SHA1 Message Date
Vincent Laporte
645f11b13d smplayer: 17.6.0 -> 17.7.0 2017-07-08 13:53:04 +02:00
Yann Hodique
698f1f9717 hugo: 0.24.1 -> 0.25 2017-07-08 11:56:17 +02:00
Vincent Laporte
eb2be6d97e acgtk: 1.1 -> 1.3.1 2017-07-08 08:52:02 +02:00
Vincent Laporte
43b2b55743 hol_light: 2016-07-23 -> 2017-07-06 2017-07-08 06:14:43 +00:00
Johannes Frankenau
f501db5573 pqiv: 2.8.3 -> 2.9 2017-07-08 06:30:18 +02:00
Kevin Quick
6cbd9ce8f9 Fix license reference for added libpoly library. 2017-07-07 12:54:32 -07:00
zraexy
9932ecea90 qsyncthingtray: 0.5.7 -> 0.5.8 2017-07-07 11:20:19 -08:00
Frederik Rietdijk
ff5423cdca calibre: use bundled html5lib
The bundled html5lib may be old and insecure, but that's all upstream
supports. Since dependencies are now requiring a newer html5lib we have
no choice but to let it use the bundled version.
2017-07-07 18:37:04 +02:00
Frederik Rietdijk
50430cb97b Merge pull request #27151 from dbrock/seth
seth: 0.5.1 -> 0.5.6
2017-07-07 18:02:03 +02:00
zimbatm
17aedafef8 kubernetes-helm: 2.4.1 -> 2.5.0 2017-07-07 13:39:19 +01:00
zimbatm
941d83df04 kops: 1.6.0 -> 1.6.2 2017-07-07 13:33:58 +01:00
Jörg Thalheim
acde126002 Merge pull request #27149 from dbrock/go-ethereum
go-ethereum: 1.4.7 -> 1.6.6
2017-07-07 11:39:25 +01:00
Frederik Rietdijk
e17054a57a Merge pull request #27192 from calvertvl/fix_leo-editor_no-hardcode-python
leo-editor: Don't hardcode pythonX.Ym
2017-07-07 09:40:18 +02:00
Kevin Quick
6387a7ec8b Update yices to add libpoly/mcsat functionality and add soname target. 2017-07-06 21:31:38 -07:00
Kevin Quick
8ff05c85ee Add poly library for manipulating polynomials. 2017-07-06 21:30:30 -07:00
Graham Christensen
665dfda8e4 Merge pull request #27046 from NixOS/revert-26983-i3/allow-custom-configuration
Revert "i3: add `configFile` to enable cutom configuration locations"
2017-07-06 19:39:40 -04:00
Victor Calvert
3ff40547f0 leo-editor: Don't hardcode pythonX.Ym 2017-07-06 18:42:38 -04:00
Victor Calvert
77f8447515 qutebrowser: 0.10.1 -> 0.11.0 2017-07-06 18:41:50 -04:00
Joachim F
f834ce36a1 Merge pull request #27176 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-07-06 23:27:47 +01:00
Linus Heckemann
3f8f8bf5f6 fossil: 1.36 -> 2.2 2017-07-06 23:08:47 +02:00
Michael Alan Dorman
49da250e9c melpa-packages: 2017-07-06
Removals:
 - gregorio-mode: repo no longer exists
2017-07-06 11:15:36 -04:00
Michael Alan Dorman
45d772288e melpa-stable-packages: 2017-07-06 2017-07-06 11:15:36 -04:00
Michael Alan Dorman
47bd753787 org-packages: 2017-07-06 2017-07-06 11:15:33 -04:00
Michael Alan Dorman
54f2ded821 elpa-packages: 2017-07-06 2017-07-06 11:15:30 -04:00
Eelco Dolstra
942422a646
Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into staging 2017-07-06 15:14:57 +02:00
Michael Raskin
05aa2a58db Merge pull request #25600 from johnramsden/nylas-mail
nylas-mail: 2.0.32
2017-07-06 02:04:24 +02:00
John Ramsden
407324faa9
Rename nylas-mail to nylas-mail-bin.
Change pkg in module, and name in pkg.
2017-07-05 16:28:01 -07:00
Michael Raskin
bd53744885 Merge pull request #23985 from rht/zcash
zcash: reinit at 1.0.8
2017-07-05 22:27:27 +02:00
Daniel Brockman
de6ec55911 seth: 0.5.1 -> 0.5.6 2017-07-05 16:34:31 +02:00
Daniel Brockman
69a8564521 go-ethereum: 1.4.7 -> 1.6.6 2017-07-05 15:58:45 +02:00
Vladimír Čunát
9e1c7ddaae
Merge branch 'master' into staging 2017-07-05 09:53:53 +02:00
Vladimír Čunát
5328aac7be
Merge branch 'staging'
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
gnidorah
c8eb4d102f rambox: 0.5.9 -> 0.5.10 2017-07-05 04:42:23 +03:00
gnidorah
a4c6e02b63 franz: cleanup 2017-07-05 04:42:08 +03:00
Volth
b935b21ffd fix regressions where "${repo}-${rev}-scr" pattern was hardcoded 2017-07-04 20:22:13 +00:00
aszlig
12ee0fbd88
virtualbox: Add patch for Linux 4.12
Compiling the kernel modules on Linux 4.12 fails, so I've included an
upstream patch from:

https://www.virtualbox.org/changeset/66927/vbox

The patch is applied against the guest additions as well, where we need
to transform the patch a bit so that we get CR LF line endings (DOS
format), which is what is the case for the guest additions ISO.

I've tested this with all the subtests of the "virtualbox" NixOS VM
tests and they all succeed on x86_64-linux.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-07-04 20:08:42 +02:00
Joachim Fasting
f617f30b4c
tor-browser-bundle-bin: communicate with tor over named pipes 2017-07-04 16:25:03 +02:00
Joachim Fasting
92524eb2f1
tor-browser-bundle-bin: 7.0.1 -> 7.0.2 2017-07-04 16:24:55 +02:00
zimbatm
51c481bdcc terraform: 0.9.10 -> 0.9.11 2017-07-04 14:06:33 +01:00
Pascal Wittmann
1e95402803 pdfpc: 4.0.6 -> 4.0.7 2017-07-04 11:34:32 +02:00
Johannes Frankenau
063f110e17 urlscan: 0.8.3 -> 0.8.6 (#27102)
* urlscan: 0.8.3 -> 0.8.6

Moved from python-packages.nix to all-packages.nix because this is not
a Python library but just a Python application.

* Update default.nix

* Update all-packages.nix

* Update default.nix

* Update all-packages.nix
2017-07-04 09:31:36 +02:00
Joachim F
7e86d0e539 Merge pull request #27091 from jfrankenau/init-noice
noice: init at 0.6
2017-07-04 08:30:36 +01:00
Pascal Wittmann
ec04f18acb Merge pull request #27092 from adisbladis/add_dr14_tmeter
dr14_tmeter: init at 1.0.16
2017-07-04 07:41:36 +02:00
adisbladis
c6f5726398
dr14_tmeter: init at 1.0.16 2017-07-04 09:36:09 +08:00
Mateusz Kowalczyk
c31d21c9b1 Merge pull request #27090 from jfrankenau/config-sxiv
sxiv: Add support for custom config
2017-07-03 23:35:53 +01:00
Josef Kemetmueller
7f7b74dfed gogs: Fix cyclic dependency on darwin
This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131.
2017-07-03 23:47:39 +02:00
romildo
fd92bd0d80 qbittorrent: 3.3.12 -> 3.3.13 2017-07-03 16:36:55 -03:00
Pascal Wittmann
24ec6634f4 Merge pull request #27010 from rasendubi/qbittorrent-qmake
qbittorrent: fix build
2017-07-03 21:22:53 +02:00
Jan Tojnar
e02d40c33e mypaint: 1.1.0 -> 1.2.1 (#27004) 2017-07-03 21:21:50 +02:00
Johannes Frankenau
5dc2f6b3ad noice: init at 0.6 2017-07-03 15:41:37 +02:00
Johannes Frankenau
b424c43465 sxiv: Add support for custom config 2017-07-03 14:42:12 +02:00
Nicolò Balzarotti
08ae945396 drumgizmo: 9.12 -> 9.14 2017-07-03 12:52:43 +02:00
Frederik Rietdijk
01c3847b9c Merge pull request #27051 from magnetophon/notmuch
notmuch: 0.23.5 -> 0.24.2
2017-07-03 10:49:22 +02:00
Frederik Rietdijk
43ca91106d kdevplatform: fix build 2017-07-03 10:10:17 +02:00
Frederik Rietdijk
8f5cf685ad ktorrent: fix build 2017-07-03 10:10:17 +02:00
Frederik Rietdijk
8e66ea0a1d Merge pull request #27041 from jokogr/f/skrooge-drop-kdelibs4support
skrooge: drop kdelibs4support dependency
2017-07-03 09:50:35 +02:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging 2017-07-03 09:48:58 +02:00
Clemens Lutz
4c1ecbb669 makemkv: 1.10.5 -> 1.10.6 2017-07-02 22:28:28 +02:00
Linus Heckemann
b97747a052 firefox wrapper: add libudev to libs
Fixes #26913 (gamepad support).
2017-07-02 17:29:42 +01:00
Bart Brouns
09d626e6f1 notmuch: 0.23.5 -> 0.24.2 2017-07-02 17:17:57 +02:00
Graham Christensen
ed59b2c892 Revert "i3: add configFile to enable cutom configuration locations" 2017-07-02 08:48:41 -04:00
Michael Raskin
b084b93faa Merge pull request #27034 from mimadrid/update/vifm-0.9
vifm: 0.8.2 -> 0.9
2017-07-02 13:26:01 +02:00
Sebastian Jordan
b300472568 guetzli: init at 1.0.1 (#26595)
* guetzli: init at  1.0.1
* guetzli: move pkgconfig from buildInputs to nativeBuildInputs
* guetzli: use fetchFromGitHub instead of fetchgit
2017-07-02 13:01:18 +02:00
Ioannis Koutras
a719b1be00 skrooge: drop kdelibs4support dependency
Since Qt 5.7 and Skrooge v2.5.0, the latter can be built without
KDELibs4Support.
2017-07-02 13:55:00 +03:00
Frederik Rietdijk
a5a98f98a0 krename: fix build 2017-07-02 11:01:22 +02:00
Frederik Rietdijk
09aa1ca935 Merge pull request #27036 from zraexy/streamlink
streamlink: 0.6.0 -> 0.7.0
2017-07-02 10:55:33 +02:00
zraexy
afb27bd4eb streamlink: 0.6.0 -> 0.7.0 2017-07-02 00:44:23 -08:00
mimadrid
fd488c4a2a
vifm: 0.8.2 -> 0.9 2017-07-02 10:27:20 +02:00
zraexy
288b408304 redshift-plasma-applet: 1.0.17 -> 1.0.18 2017-07-02 00:25:19 -08:00
volth
756e69bf97 syncthing: don't import from pkgs (#27029) 2017-07-02 01:50:59 +01:00
Bart Brouns
b1d79f0ef3 ranger: fix absolute paths in scope.sh 2017-07-02 01:51:40 +02:00
Emmanuel Rosa
f442294719 libreoffice: remove spadmin wrapper
This change removes the spadmin wrapper because the utility was removed from LibreOffice in release 4.3. See https://wiki.documentfoundation.org/ReleaseNotes/4.3#CUPS.2C_fax_machines_and_spadmin which states:

 > The graphical utility spadmin is now removed in favor of these new features and the operating system's standard printer administration tools. (Caolán McNamara)

 Closes #26671
2017-07-01 16:35:36 -04:00
Benno Fünfstück
13c8c847f4 Merge pull request #27007 from jfrankenau/update-i3lock
i3lock: 2.8 -> 2.9.1
2017-07-01 19:59:18 +02:00
Benno Fünfstück
be4fc9ec1f Merge pull request #26983 from Ma27/i3/allow-custom-configuration
i3: add `configFile` to enable cutom configuration locations
2017-07-01 19:53:11 +02:00
zimbatm
6f86a1bd09 Terraform 0.9.10 (#27003)
* terraform: remove old 0.9.x versions

* terraform: 0.9.9 -> 0.9.10
2017-07-01 14:16:20 +01:00
Alexey Shmalko
85a8323e8f
qbittorrent: fix build
The qbittorrent has been broken by
210f688802, which adds `qmake` as a
build input. `qmake` is overriding the default configure phase (which
should be `./configure ...` for qbittorrent) so build goes wrong.

Remove `qmake` from build inputs (basically, reverting the said
commit).
2017-07-01 14:29:30 +03:00
Johannes Frankenau
1add3519df ncmpcpp: 0.7.7 -> 0.8 2017-07-01 13:08:01 +02:00
Gabriel Ebner
6acb707f35 Merge pull request #26956 from jfrankenau/neomutt-20170609
neomutt: 20170602 -> 20170609
2017-07-01 12:00:13 +02:00
Pascal Wittmann
2e78ca284e
mcabber: 1.0.5 -> 1.1.0 2017-07-01 10:02:32 +02:00
Johannes Frankenau
36021ddaaf i3lock: 2.8 -> 2.9.1 2017-07-01 09:28:23 +02:00
Maximilian Bosch
dd4c1e2b01
i3: add configFile to enable cutom configuration locations
i3 loads its configuration from `~/.config/i3`, but in nix-based systems
you might want to build the config in `~/.nix-profile` using a nix
derivation, so `i3` needs to know where to look for the configuration
file.
2017-07-01 08:20:56 +02:00
Cray Elliott
20d31d7f49 obs-studio: 19.0.2 -> 19.0.3 2017-06-30 19:29:59 -07:00
zimbatm
3dd29b2453 ipfs: 0.4.9 -> 0.4.10 (#27001) 2017-07-01 01:31:52 +01:00
Joachim F
a8ba50db3e Merge pull request #26492 from michalpalka/new-xen
xen_4_8: init at 4.8.1
2017-06-30 20:27:04 +01:00
Joachim F
3c29fbe72a Merge pull request #26993 from romildo/upd.mkvtoolnix
mkvtoolnix: 12.0.0 -> 13.0.0
2017-06-30 19:50:42 +01:00
romildo
e521b75b9e mkvtoolnix: 12.0.0 -> 13.0.0 2017-06-30 14:01:25 -03:00
Vladimír Čunát
ddf864f8aa
Merge branch 'master' into staging
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
Peter Simons
f0c3e5f519 Merge pull request #26987 from peti/r-updates
R: update to version 3.4.1
2017-06-30 17:59:53 +02:00
Joachim F
8f73c57643 Merge pull request #26958 from np/electrum-ltc-dash-protobuf3_2
electrum-{ltc,dash}: use protobuf3_2
2017-06-30 15:47:35 +01:00
Joachim F
772ddec4f0 Merge pull request #26962 from 239/patch-1
opera: 45.0.2552.812 -> 45.0.2552.898
2017-06-30 15:47:00 +01:00
Benno Fünfstück
58a231d944 Merge pull request #26026 from Hodapp87/autotrace
autotrace: init at 0.31.1
2017-06-30 16:34:48 +02:00
Benno Fünfstück
98bd25a02e autotrace: build with pstoedit 2017-06-30 16:32:03 +02:00
John Ericson
95c8277701 misc pkgs: Remove unneeded *Platform == *Platform comparisons
PR #26007 used these to avoid causing a mass rebuild. Now that we know
things work, we do that to clean up.
2017-06-30 10:09:31 -04:00
Benno Fünfstück
a0286ca6f0 Merge pull request #26838 from rvolosatovs/init/mopidy-local-sqlite
mopidy-local-sqlite: init at 1.0.0
2017-06-30 15:25:53 +02:00
Silvan Mosberger
ab162eeffc buku: added not to remove line on next version 2017-06-30 14:47:55 +02:00
Tim Steinbach
7f9ec267a6 Merge pull request #26988 from taku0/firefox-bin-54.0.1
firefox, firefox-bin: 54.0 -> 54.0.1,  firefox-esr: 52.2.0esr -> 52.2.1esr
2017-06-30 08:40:20 -04:00
taku0
f8559ace71 firefox-esr: 52.2.0esr -> 52.2.1esr 2017-06-30 21:09:00 +09:00
Peter Simons
4c5577b504 R: update to version 3.4.1 2017-06-30 13:37:26 +02:00
Benno Fünfstück
081a071371 Merge pull request #26758 from jensbin/pidgin-sipe
pidgin-sipe: 1.22.0 -> 1.22.1
2017-06-30 11:42:58 +02:00
Silvan Mosberger
bc81760a92 buku: test & completions revision 2017-06-29 20:38:14 +02:00