Commit Graph

18296 Commits

Author SHA1 Message Date
Peter Simons
5e5d16f425 R: import upstream patch to fix broken "R CMD Sweave" command
The command "R CMD Sweave" always exits with error code "1", even if the
command was successful. This upstream patch remedies this issue.
2017-05-03 14:20:41 +02:00
Aneesh Agrawal
ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Thomas Tuegel
572fd3de58
dropbox: 24.4.17 -> 25.4.28 2017-05-02 16:18:25 -05:00
Jörg Thalheim
b48be4616d Merge pull request #25419 from volth/google-chrome-remove-gcc-dependency
google-chrome: remove dependency on gcc
2017-05-02 19:05:11 +02:00
Rok Garbas
ec7f620831 neovim-remote: 1.4.0 -> 1.6.0 2017-05-02 16:57:40 +02:00
Rok Garbas
33960efb13 neovim-qt: 0.2.6 -> 0.2.7 2017-05-02 16:57:40 +02:00
Rok Garbas
fe3c124064 neovim: 0.1.7 -> 0.2.0 2017-05-02 16:57:40 +02:00
Peter Simons
287e670462 Merge pull request #25390 from Hodapp87/rstudio_fix
rstudio: Fix recompilation issue with custom package set
2017-05-02 16:43:41 +02:00
Robert Tröger
e026fb4852 kgpg: Added gnupg1 as runtime dependency (#25356) 2017-05-02 15:11:09 +01:00
José Romildo Malaquias
be55657958 smartgithg: 8_0_3 -> 17_0_3 (#25343) 2017-05-02 10:10:06 +01:00
José Romildo Malaquias
cc5f1f54dc mkvtoolnix: 9.9.0 -> 11.0.0 (#25349)
Add dependency on Qt’s multimedia component, required for compilation
of the GUIs since version 11.0.0.
2017-05-02 10:09:51 +01:00
Joachim F
81bc7839fa Merge pull request #25408 from mdorman/emacs-updates
Automated Emacs package updates
2017-05-02 10:08:53 +01:00
Domen Kožar
e057e5927e Merge pull request #25427 from aneeshusa/fix-meta-priority-types
Fix meta priority types
2017-05-02 09:38:32 +02:00
Frederik Rietdijk
5bcfd2f56c Merge pull request #25407 from matthiasbeyer/add-toot
toot: init at 0.8.0 (including pythonPackages.beautifulsoup4 update)
2017-05-02 09:35:47 +02:00
Matthias Beyer
66c21e72e0 toot: init at 0.8.0 2017-05-02 09:30:26 +02:00
Aneesh Agrawal
bd9246b009 treewide: Always use integers for meta.priority
Meta attributes types are now enforce as of commit
90b9719f4f,
so ensure meta.priority is always set to an integer.

This fixes evaluation of `linuxPackages_latest.virtualbox`
(the impetus for this commit)
and other packages that use lowPrio or hiPrio.
2017-05-02 01:43:22 -04:00
Volth
0370749209 google-chrome: remove dependency on gcc 2017-05-02 00:56:53 +00:00
Jörg Thalheim
b99007de81 Merge pull request #25369 from bachp/openshift-1.5.0
openshift: 1.3.2 -> 1.5.0
2017-05-01 22:11:40 +02:00
Jörg Thalheim
878a1662d7
openshift: use buildGoPackage 2017-05-01 22:07:41 +02:00
Michael Alan Dorman
d91ac0080f melpa-packages: 2017-05-01 2017-05-01 12:48:45 -04:00
Michael Alan Dorman
9b40d73a67 melpa-stable-packages: 2017-05-01 2017-05-01 12:48:45 -04:00
Michael Alan Dorman
2ad6059187 elpa-packages: 2017-05-01 2017-05-01 12:48:45 -04:00
Jörg Thalheim
0c0519bd3b Merge pull request #25362 from laMudri/abcde-musicbrainz
abcde: specify perl runtime dependencies for abcde-musicbrainz-tool
2017-05-01 18:27:04 +02:00
Jörg Thalheim
d2bd8c4482
abcde: simplify wrapper code 2017-05-01 18:25:20 +02:00
Yann Hodique
3539f23aee hugo: 0.20.5 -> 0.20.6 (#25327) 2017-05-01 17:19:09 +01:00
José Romildo Malaquias
f87e4c9f53 vivaldi: 1.8.770.56-1 -> 1.9.818.44-1 (#25345) 2017-05-01 16:21:04 +01:00
José Romildo Malaquias
88fe719e64 qbittorrent: 3.3.11 -> 3.3.12 (#25350) 2017-05-01 16:17:15 +01:00
José Romildo Malaquias
2c6bff5522 jetbrains.clion: 2017.1 -> 2017.1.1 (#25347) 2017-05-01 16:11:45 +01:00
Michael Raskin
b69d04c798 albert: fix build 2017-05-01 16:54:11 +02:00
romildo
fb3392fbfe albert: 0.10.2 -> 0.11.1 2017-05-01 16:54:10 +02:00
Jörg Thalheim
d58c6a4730 Merge pull request #25364 from titanous/update-makemkv
makemkv: 1.10.4 -> 1.10.5
2017-05-01 16:24:23 +02:00
Michael Raskin
41475012eb Merge pull request #25164 from marsam/master
Homogenize abc-verifier, dwm, osmctools homepages
2017-05-01 15:47:15 +02:00
Chris Hodapp
29969a5ec7 rstudio: Fix recompilation issue with custom package set
This attempts to fix the issue described at
https://github.com/NixOS/nixpkgs/pull/22219#issuecomment-291801133.
Any change to the custom packages passed to RStudio causes this to
completely rebuild RStudio, which is completely unnecessary and also a
bit of a hindrance as it's a fairly slow build.

This rolls back most of that old PR, and instead implements something
more like rWrapper.  Existing configurations with the old useRPackages
will break.
2017-05-01 09:46:40 -04:00
Michael Raskin
49c419cf3e Merge pull request #25117 from lucas8/cubicle
cubicle: init at 1.0.2
2017-05-01 14:26:52 +02:00
Michael Raskin
c9a378a3e8 Merge pull request #25109 from amiloradovsky/planner
planner: 0.14.6 -> 20170429
2017-05-01 14:20:57 +02:00
Michael Raskin
968fc6c7cb Merge pull request #25106 from emanueleperuffo/master
robomongo: refactor
2017-05-01 14:05:49 +02:00
Pascal Wittmann
033741aef8
ocrad: 0.25 -> 0.26 2017-05-01 12:03:39 +02:00
Vladimír Čunát
429c3ab981
Merge #25372: thunderbird*: 52.0.1 -> 52.1.0 2017-05-01 11:30:45 +02:00
Michael Raskin
4d4af5a13a Merge pull request #24768 from snyh/deepin-terminal
deepin-terminal: Init at 2.3.3
2017-05-01 11:23:56 +02:00
Michael Raskin
eb79a9b8c5 Revert "citrix-receiver: 13.4.0 -> 13.5.0"
This reverts commit d1a4cba04a.

https://discussions.citrix.com/topic/385408-receiver-135-keyboard-no-longer-working
2017-05-01 11:14:14 +02:00
Michael Raskin
3d1f825d2b murmur_git: mark as not broken without iceSupport 2017-05-01 10:44:47 +02:00
Frederik Rietdijk
4f74213319 flexget: 2.8.17 -> 2.10.40 2017-05-01 10:11:25 +02:00
Peter Marheine
6925b07db9 flexget: enable tests 2017-05-01 10:10:34 +02:00
Peter Marheine
c1cbae5a1e flexget: 1.2.337 -> 2.8.17 2017-05-01 10:10:34 +02:00
Frederik Rietdijk
e3c12a9848 salut_a_toi: remove previous dependency beautifulsoup
becauses 0.6.2 doesn't need it.

cc @7c6f434c
2017-05-01 06:47:47 +02:00
Frederik Rietdijk
23f9741f86 calibre vendors beautifulsoup so remove it as a dependency 2017-05-01 06:42:58 +02:00
taku0
ef430f0298 thunderbird: 52.0.1 -> 52.1.0 2017-05-01 08:57:55 +09:00
Cray Elliott
c49a454210 mpv, xpra: depend on ffmpeg instead of ffmpeg_3_2
effectively updates them to depend on ffmpeg_3_3
2017-04-30 16:52:49 -07:00
Pascal Bach
239d352080 openshift: 1.3.2 -> 1.5.0 2017-04-30 23:17:30 +02:00
Michael Raskin
7ef99bf054 Merge pull request #24085 from bcdarwin/ants
ants: set $ANTSPATH variable in shell scripts
2017-04-30 23:03:06 +02:00