summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* Merge pull request #8505 from joachifm/delete-codevillePascal Wittmann2015-06-26
|\ | | | | codeville: delete expression
| * codeville: delete expressionJoachim Fasting2015-06-25
| | | | | | | | | | Codeville is abandonware. The homepage returns 404, and the last release is 8 years old ...
* | stumpwm: use full-path of xdpyinfo, closes #8518Damien Cassou2015-06-26
| |
* | k9copy: fixed attributes to evaluate with current masterMarkus Kohlhase2015-06-26
| |
* | Merge pull request #8496 from jb55/obs-studio-audioArseniy Seroka2015-06-26
|\ \ | | | | | | obs-studio: add audio support
| * | obs-studio: audio supportWilliam Casarin2015-06-25
| | |
* | | Merge pull request #8296 from vbgl/ocamlp4vbgl2015-06-25
|\ \ \ | | | | | | | | OCaml-4.02: fix ocamlbuild rules for camlp4
| * | | coq-8.3: fix (needs make 3)Vincent Laporte2015-06-25
| | | |
| * | | acgtk: fix build with OCaml 4.02Vincent Laporte2015-06-25
| | | |
| * | | fix glsurfVincent Laporte2015-06-25
| |/ /
* | | E prover: do not build the manualVincent Laporte2015-06-25
| | |
* | | kde5: propagate plugin and QML dependenciesThomas Tuegel2015-06-25
| | |
* | | autonix: JSON manifest formatThomas Tuegel2015-06-25
| | |
* | | kde5: JSON manifest formatThomas Tuegel2015-06-25
|/ /
* | firefox: 38.0.5 -> 38.0.6William A. Kennington III2015-06-24
| |
* | rtv: Replace fetchurl with fetchFromGitHubJascha Geerds2015-06-24
| |
* | Update flashplayer-11Alexander Foremny2015-06-24
| |
* | Merge pull request #8474 from obadz/moar-dotnetlethalman2015-06-24
|\ \ | | | | | | Some dotnet upgrades + a few new packages
| * | monodevelop: 5.9.0.431 -> 5.9.4.5obadz2015-06-23
| | |
* | | Merge pull request #8475 from ehahn/qutebrowserJascha Geerds2015-06-24
|\ \ \ | | | | | | | | qutebrowser: Fix license
| * | | qutebrowser: fix licenseErik Hahn2015-06-24
| |/ /
* | | Merge pull request #8482 from ctheune/submit/syncthing-0.11.10Pascal Wittmann2015-06-24
|\ \ \ | | | | | | | | Update syncthing to 0.11.10
| * | | Update syncthing to 0.11.10Christian Theune2015-06-24
| | | |
* | | | Merge pull request #8481 from iyzsong/masterSou Bunnbu2015-06-24
|\ \ \ \ | |/ / / |/| | | tiled: update to 0.12.3 and build with qt5
| * | | tiled: update to 0.12.3 and build with qt5宋文武2015-06-24
| |/ /
* | | vlc: Don't depend on JACK by defaultEelco Dolstra2015-06-24
| | | | | | | | | | | | | | | To reduce dependency bloat, packages should not depend on non-standard audio systems by default.
* | | mercurial: add hg-git supportPeter Simons2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Enable this feature by putting these lines into your ~/.hgrc file: [extensions] hgext.bookmarks = hggit =
* | | fityk: update 1.2.9 to 1.3.0Pascal Wittmann2015-06-24
| | |
* | | filezilla: update from 3.10.3 to 3.11.0.2Pascal Wittmann2015-06-24
| | |
* | | hol: k.8 -> k.10, closes #8477laMudri2015-06-24
|/ /
* | Merge pull request #8469 from ehahn/qutebrowserArseniy Seroka2015-06-23
|\ \ | | | | | | add packages: qutebrowser + dependency pypeg2
| * | qutebrowser: init at 0.2.1Erik Hahn2015-06-23
| | |
* | | liferea: maintenance updateVladimír Čunát2015-06-23
|/ /
* | spotify: remove broken 32-bit support and cleanup workaroundsTadas Barzdzius2015-06-23
| |
* | yoshimi: update from 1.3.4 to 1.3.5.1Cillian de Róiste2015-06-23
| |
* | chromium: Drop references to version 42 and below.aszlig2015-06-23
| | | | | | | | | | | | | | Since 7d217e3 the lowest version number is 43, so all those conditionals are no longer needed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium: Disable "hotwording" by default.aszlig2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There has been some recent news about that component extension on hacker news: https://news.ycombinator.com/item?id=9724409 Even though on our side it won't work, because we don't have NaCl enabled by default or even working (I honestly haven't tested if it even builds if enabled), we might get to the point where we can build with NaCl enabled. But until and even after that day, we want to have explicit control on whether this extension is enabled. Please also have a look at these two issues explaining the details (about component extensions and the hotwording extension in particular): https://crbug.com/491435 https://crbug.com/500922 Fixes issue #8358. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium: Update all channels to latest versions.aszlig2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of the updated versions: stable: 43.0.2357.124 -> 43.0.2357.125 beta: 44.0.2403.39 -> 44.0.2403.52 [1] dev: 45.0.2421.0 -> 45.0.2431.0 [2] [1] Beta channel fixes: I had to fetch a patch from a newer revision of Blink (r195908), see https://codereview.chromium.org/1157943002/ for more information about the patch. Here is the failing build log: https://headcounter.org/hydra/build/704037/nixlog/2 Another fix for Blink, was needed in order to get it to build, see: https://codereview.chromium.org/1156113007/ Also I needed to revert https://codereview.chromium.org/1150543002/ using another patch, because the build won't succeed and bail out with WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE not being found (it's only used once in the source, but isn't defined anywhere). Here are the trybot results: https://chromium-cq-status.appspot.com/patch-status/1150543002/20001 [2] Dev channel fixes: The "ffmpegsumo" shared library is now no longer built, because it is now statically linked against Chromium, for details see: https://codereview.chromium.org/1141703002 All channels built and tested on my Hydra at: https://headcounter.org/hydra/eval/178458 Test reports: x86: https://headcounter.org/hydra/build/704908/download/1/log.html x86_64: https://headcounter.org/hydra/build/704914/download/1/log.html Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | idea updatesEdward Tjörnhammar2015-06-22
| | | | | | | | | | | | | | idea.clion: 1.0.3 -> 1.0.4 idea.idea-{community,ultimate}: 14.1.3 -> 14.1.4 idea.pycharm-{community,professional}: 4.5.1 -> 4.5.2 idea.webstorm: 10.0.3 -> 10.0.4
* | emacs-offlineimap: Mark as brokenEelco Dolstra2015-06-22
| | | | | | | | | | | | This package has never built: http://hydra.nixos.org/job/nixpkgs/trunk/emacsPackages.offlineimap.x86_64-linux/all
* | Merge pull request #8435 from flosse/k9copyArseniy Seroka2015-06-22
|\ \ | | | | | | k9copy: init at 3.0.3
| * | k9copy: init at 3.0.3Markus Kohlhase2015-06-22
| | |
* | | bluejeans: New Mozilla pluginOliver Charles2015-06-22
| | |
* | | simple-scan -> 3.17.3Tobias Geerinckx-Rice2015-06-22
| | |
* | | hexchat: 2.9.6.1 -> 2.10.2Jascha Geerds2015-06-22
| | |
* | | gitflow: 1.7.0 -> 1.8.0Jascha Geerds2015-06-22
|/ /
* | Merge pull request #8424 from bobvanderlinden/gitcola-2.2.1Jascha Geerds2015-06-22
|\ \ | | | | | | git-cola: update from 2.1.1 to 2.2.1
| * | git-cola: update from 2.1.1 to 2.2.1, potentially fixes CVE-2012-0845, ↵Bob van der Linden2015-06-19
| | | | | | | | | | | | CVE-2012-1150, CVE-2014-9365
* | | Merge pull request #8454 from jb55/obs-studio-fixDomen Kožar2015-06-22
|\ \ \ | | | | | | | | obs-studio: fix regression
| * | | add qt5.x11extras to obs-studioWilliam Casarin2015-06-21
| | | | | | | | | | | | | | | | fixes build