summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
...
| * | | | | Merge pull request #46268 from r-ryantm/auto-update/jmolTimo Kaufmann2018-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | jmol: 14.29.17 -> 14.29.19
| | * | | | | jmol: 14.29.17 -> 14.29.19R. RyanTM2018-09-06
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from jmol
| * | | | | Merge pull request #46221 from r-ryantm/auto-update/oktetaPeter Hoeg2018-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | kdeApplications.okteta: 0.25.2 -> 0.25.3
| | * | | | | kdeApplications.okteta: 0.25.2 -> 0.25.3R. RyanTM2018-09-06
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from okteta
| * | | | / rednotebook: 2.3 -> 2.6.1 (#46200)R. RyanTM2018-09-06
| | |_|_|/ | |/| | |
| * | | | lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06
| | | | |
| * | | | gildas: add alternative url for the source code (#46145)Sebastien Maret2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each new release, the upstream developers of Gildas move the source code of the previous release to a different directory. Add this directory to the list of url to avoid build failure at each new release.
| * | | | Merge pull request #46143 from teozkr/update/kops-1.10.0Jaka Hudoklin2018-09-06
| |\ \ \ \ | | | | | | | | | | | | kops: 1.9.0 -> 1.10.0
| | * | | | kops: 1.9.0 -> 1.10.0Teo Klestrup Röijezon2018-09-06
| | | | | |
| * | | | | signal-desktop: 1.15.5 -> 1.16.0Michael Weiss2018-09-06
| | |_|_|/ | |/| | |
| * | | | Merge pull request #46034 from teto/khal_zsh_completionJörg Thalheim2018-09-06
| |\ \ \ \ | | | | | | | | | | | | khal: add zsh completion
| | * | | | khal: add zsh completionMatthieu Coudron2018-09-04
| | | | | |
| * | | | | Merge pull request #46123 from utdemir/kakoune-20180904Jörg Thalheim2018-09-05
| |\ \ \ \ \ | | | | | | | | | | | | | | kakoune: 2018.08.05 -> 2018.09.04
| | * | | | | kakoune: 2018.08.05 -> 2018.09.04Utku Demir2018-09-06
| | | | | | |
| * | | | | | snakemake: add maintainers (#46117)Renato Garcia2018-09-05
| | | | | | |
| * | | | | | qutebrowser: patch scripts (#37316)Michele Guerini Rocco2018-09-05
| | | | | | |
| * | | | | | Merge pull request #46035 from geistesk/mpv-cddaJörg Thalheim2018-09-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | mpv: Added flag for cddaSupport to play Audio CDs
| | * | | | | | mpv: add cddaSupport-flag to play Audio CDsgeistesk2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced `cddaSupport` for `mpv` which defaults to false. By enabling it, `mpv` will be compiled with cdda support (`libcdio{,-paranoia}`) to play audio CDs.
| | * | | | | | mpv: resorted support options alphabeticallygeistesk2018-09-04
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #46104 from obsidiansystems/trace-to-warnJohn Ericson2018-09-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | stdenv, neovim: Use `lib.warn` for deprecation warnings
| | * | | | | | stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson2018-09-05
| | | | | | | |
| * | | | | | | qutebrowser: 1.4.1 -> 1.4.2 (#46096)Bart Brouns2018-09-05
| | | | | | | |
| * | | | | | | Merge pull request #46053 from danieldk/mxnet-fixesxeji2018-09-05
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pythonPackages.mxnet: fix build
| | * | | | | | | mxnet: fix library dependencies.Daniël de Kok2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mxnet now builds the open source MKL DNN library. However, this was not included with the build. - mxnet builds its own OpenMP library, even when OpenMP is provided by the system. This leads to problems, so remove the included OpenMP implementation: https://github.com/apache/incubator-mxnet/pull/12160
| * | | | | | | | Merge pull request #46095 from smaret/gildas-build-fixesxeji2018-09-05
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gildas: fix build failures
| | * | | | | | | | gildas: ignore clang warnings for unused command line argumentsSebastien Maret2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #46044
| | * | | | | | | | gildas: fix makefile ruleSebastien Maret2018-09-04
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5Timo Kaufmann2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent update is broken. Playing a song causes spotify to segfault. This is probably https://community.spotify.com/t5/Desktop-Linux/Segfault-with-the-new-update/td-p/4554830#, which was recognized by upstream and will hopefully be fixed soon.
| * | | | | | | | gnumeric: 1.12.39 -> 1.12.43 (#46088)Vincent Laporte2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | goffice: 0.10.39 -> 0.10.43
| * | | | | | | | qmapshack: 1.11.1 -> 1.12.0 (#46084)Samuel Dionne-Riel2018-09-05
| | | | | | | | |
| * | | | | | | | qtchan: Fixes build from Qt upgrade. (#46082)Samuel Dionne-Riel2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | Uses an upstream fix.
| * | | | | | | | Merge pull request #46049 from dtzWill/update/libreoffice-2018Michael Raskin2018-09-05
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libreoffice-{fresh,still}: upgrade and clean
| | * | | | | | | | libreoffice-{fresh,still}: upgrade and cleanWill Dietz2018-09-04
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libreoffice-still: -> 6.0.6.2 * (newer than our current 'fresh!') * libreoffice-fresh: -> 6.1.0.3 * 6.1.1(.1) is currently pre-release, FWIW * Use normal gcc, not gcc5 * dropping 'glibc' from buildInputs fixed this (?) * remove many fixes/touchups/workarounds/hacks * hopefully everything still works for everyone * disable online update since that seems unlikely to work anyway * fix autogen/configure invocations * disable libnumbertext in 6.1.x since not packaged * drop 'touch solenv/inc/target.mk' as unclear what it was for and doesn't seem to be currently needed * cleanup link gen a bit[1] * split checks to check phase [1] primary motivation was to stop creating links like: 'libreoffice-6.0.5.2/src/-libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz' 'libreoffice-6.0.5.2/src/libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz' This is mostly accomplished by simply using the 'md5name' field which the python script kindly generates for us (including the use of non-md5 if md5 is not set or empty).
| * | | | | | | | dino: 2018-07-08 -> 2018-09-05Jörg Thalheim2018-09-05
| | | | | | | | |
| * | | | | | | | puredata: 0.48-0 -> 0.48-2 (#46065)Bart Brouns2018-09-04
| | | | | | | | |
| * | | | | | | | kitty: 0.11.3 -> 0.12.0 (#46067)Bart Brouns2018-09-04
| | | | | | | | |
| * | | | | | | | sound-juicer: fix build (#46051)symphorien2018-09-04
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #46033 from rnhmjoj/moneroxeji2018-09-04
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Monero updates
| | * | | | | | monero-gui: 0.12.0.0 -> 0.12.3.0rnhmjoj2018-09-04
| | | | | | | |
| | * | | | | | monero: 0.12.0.0 -> 0.12.3.0rnhmjoj2018-09-04
| | |/ / / / /
| * | | | | | swift-im: fix build with Qt 5.11 and split QtWebKitOrivej Desh2018-09-04
| | | | | | |
| * | | | | | mxnet: 1.1.0 -> 1.2.1 (#46026)Daniël de Kok2018-09-04
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update and fix the build: - Perl is a build-time requirement. - Fix hardcoded /bin/bash invocation.
* | | | | | Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
|\| | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1477053
| * | | | | psi-plus: 1.2.235 -> 1.3.410Orivej Desh2018-09-04
| | | | | |
| * | | | | psi: specify license (#43716)Orivej Desh2018-09-04
| | |_|/ / | |/| | |
| * | | | casync: add python3 for install scriptJan Tojnar2018-09-04
| | | | | | | | | | | | | | | | | | | | Meson no longer propagates it so we need to re-add it.
| * | | | pitivi: add python3 for install scriptJan Tojnar2018-09-04
| | | | | | | | | | | | | | | | | | | | Meson no longer propagates it so we need to re-add it.
| * | | | sequeler: add python3 for install scriptJan Tojnar2018-09-04
| | | | | | | | | | | | | | | | | | | | Meson no longer propagates it so we need to re-add it.
| * | | | tootle: add python3 for install scriptJan Tojnar2018-09-04
| | | | | | | | | | | | | | | | | | | | Meson no longer propagates it so we need to re-add it.
| * | | | gnome-builder: add python3 for install scriptJan Tojnar2018-09-04
| | | | | | | | | | | | | | | | | | | | Meson no longer propagates it so we need to re-add it.