summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Merge pull request #16325 from taku0/android-studio-2.1.2.0zimbatm2016-06-19
|\ | | | | android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
| * android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link errortaku02016-06-19
| | | | | | | | | | | | - Set `LD_LIBRARY_PATH` because Gradle installs `libnative-platform.so` in `~/.gradle`, that requires `libstdc++.so.6` - Uses Android SDK with support libraries since standard templates use them. - Version bump
* | Merge pull request #16333 from gratuxri/fvwmzimbatm2016-06-19
|\ \ | | | | | | new fvwm version 2.6.6, ftp is not available
| * | new fvwm version 2.6.6, ftp is not availableJuri Grabowski2016-06-19
| | |
* | | Merge pull request #16319 from mimadrid/update/bazaar-2.7.0zimbatm2016-06-19
|\ \ \ | | | | | | | | bazaar: 2.6.0 -> 2.7.0
| * | | bazaar: 2.6.0 -> 2.7.0mimadrid2016-06-18
| | | |
* | | | Merge pull request #16341 from mimadrid/update/thunderbird-45.1.1zimbatm2016-06-19
|\ \ \ \ | | | | | | | | | | thunderbird: 45.1.0 -> 45.1.1
| * | | | thunderbird: 45.1.0 -> 45.1.1mimadrid2016-06-19
| |/ / /
* | | | Merge pull request #16337 from mimadrid/update/cmus-2.7.1zimbatm2016-06-19
|\ \ \ \ | | | | | | | | | | cmus: 2.7.0 -> 2.7.1
| * | | | cmus: 2.7.0 -> 2.7.1mimadrid2016-06-19
| |/ / /
* | | | Merge pull request #16108 from pwetzel/squeezeliteJoachim Fasting2016-06-19
|\ \ \ \ | | | | | | | | | | Squeezelite package and service init
| * | | | squeezelite: init at git 2016-05-27Phil Wetzel2016-06-11
| | | | |
* | | | | Merge pull request #16335 from DamienCassou/helm-projectile-20160614Damien Cassou2016-06-19
|\ \ \ \ \ | | | | | | | | | | | | helm-projectile: 20160603.611 -> 20160614.832
| * | | | | helm-projectile: 20160603.611 -> 20160614.832Damien Cassou2016-06-19
| | | | | |
* | | | | | jabref: 3.3 -> 3.4Gabriel Ebner2016-06-19
| | | | | |
* | | | | | ledger: 3.1 -> 3.1.1Gabriel Ebner2016-06-19
| | | | | |
* | | | | | viewnior: 1.5 -> 1.6Gabriel Ebner2016-06-19
| | | | | |
* | | | | | speedcrunch: 0.11-alpha -> 0.11Gabriel Ebner2016-06-19
| | | | | |
* | | | | | Merge pull request #16342 from mbakke/rofi-1.1.0Gabriel Ebner2016-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | rofi: 1.0.1 -> 1.1.0
| * | | | | | rofi: 1.0.1 -> 1.1.0Marius Bakke2016-06-19
| | | | | | |
* | | | | | | libqalculate, qalculate-gtk: 0.9.7 -> 0.9.8Gabriel Ebner2016-06-19
|/ / / / / /
* | | | | | minisat: support clangGabriel Ebner2016-06-19
| | | | | |
* | | | | | qutebrowser: use makeQtWrapperGabriel Ebner2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15597.
* | | | | | qutebrowser: 0.6.2 -> 0.7.0Gabriel Ebner2016-06-19
| |_|_|/ / |/| | | |
* | | | | Merge pull request #16206 from hrdinka/fix/vim_configurableAristid Breitkreuz2016-06-18
|\ \ \ \ \ | | | | | | | | | | | | vim_configurable: googlecode -> github
| * | | | | vim_configurable: googlecode -> githubChristoph Hrdinka2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | Vim is now hosted on github instead of googlecode.
* | | | | | khal: disable tests for nowGabriel Ebner2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15981.
* | | | | | Cantata: update homepage (#16296)emosenkis2016-06-17
| | | | | |
* | | | | | Merge pull request #16283 from peterhoeg/st_0137Joachim Fasting2016-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | syncthing: 0.13.4 -> 0.13.7
| * | | | | | syncthing: 0.13.4 -> 0.13.7Peter Hoeg2016-06-15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #16290 from binarin/init-diff-so-fancyPeter Simons2016-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | diff-so-fancy: init at 0.9.3
| * | | | | | diff-so-fancy: init at 0.9.3Alexey Lebedeff2016-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Script was mentioned at GitHub blog - https://github.com/blog/2188-git-2-9-has-been-released :)
* | | | | | | xmonad-wrapper: link man pages instead of copyingBenno Fünfstück2016-06-17
| | | | | | |
* | | | | | | xmonad-wrapper: link man pages of xmonadEnvBenno Fünfstück2016-06-17
|/ / / / / / | | | | | | | | | | | | | | | | | | This fixes #16282.
* | | | | | Merge pull request #16279 from binarin/git-contrib-depends-on-perlPeter Simons2016-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | git: fix perl shebangs in contrib
| * | | | | | git: fix perl shebangs in contribAlexey Lebedeff2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a lot of scripts in contrib (e.g. `diff-highlight`) that contain perl shebang line. But `patchShebangs` is unablle to fix this without explicitly listing `perl` in `buildInputs`.
* | | | | | | Merge pull request #16205 from vrthra/greenJoachim Fasting2016-06-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | SDL_sixel: Init at 1.2-nightly
| * | | | | | green-pdf-viewer: init at nightly-2014-04-22Rahul Gopinath2016-06-12
| | |/ / / / | |/| | | | | | | | | | | | | | | | Green pdf viewer uses SDL and libpoppler to render pdf.
* | | | | | owncloud: 2.1.1 -> 2.2.1Cast2016-06-16
| | | | | |
* | | | | | weka: 3.6.12 -> 3.8.0mimadrid2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | Closes #16055
* | | | | | cytoscape: init at 3.4.0mimadrid2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | Closes #16197
* | | | | | i3-gaps: init at 4.12Franz Thoma2016-06-16
| |_|_|_|/ |/| | | |
* | | | | flashplayer: 11.2.202.621 -> 11.2.202.626taku02016-06-16
| | | | |
* | | | | Merge pull request #16095 from christopher-l/gmshJoachim Fasting2016-06-15
|\ \ \ \ \ | | | | | | | | | | | | gmsh: init at 2.12.0
| * | | | | gmsh: init at 2.12.0Christopher Lübbemeier2016-06-09
| | | | | |
* | | | | | Merge pull request #16165 from romildo/upd.fontmanagerJoachim Fasting2016-06-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | font-manager: git-2016-03-02 -> 2016-06-04
| * | | | | | font-manager: git-2016-03-02 -> 2016-06-04José Romildo Malaquias2016-06-12
| | | | | | |
* | | | | | | git: 2.8.3 -> 2.9.0Nathan Zadoks2016-06-15
| | | | | | |
* | | | | | | cura: Fix breakage due to numpy change. (#16234)Ambroz Bizjak2016-06-15
| | | | | | | | | | | | | | | | | | | | | Upstream bug report: https://github.com/daid/Cura/issues/1461