about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* Merge pull request #57868 from Kaali/coreaudio-soxDaiderd Jordan2019-03-19
|\ | | | | Add CoreAudio to sox on macOS
| * Add CoreAudio to sox on macOSVäinö Järvelä2019-03-18
| | | | | | | | | | Otherwise no audio devices are available for recording and playback on macOS.
* | dino: 2019-02-06 -> 2019-03-07Jörg Thalheim2019-03-19
| |
* | Merge pull request #57772 from dywedir/wmfocusPascal Wittmann2019-03-19
|\ \ | | | | | | wmfocus: 1.0.2 -> 1.1.2
| * | wmfocus: 1.0.2 -> 1.1.2dywedir2019-03-17
| | |
* | | nnn: 2.3 -> 2.4 (#57890)Will Dietz2019-03-19
| | | | | | | | | https://github.com/jarun/nnn/releases/tag/v2.4
* | | lollypop: 0.9.923 -> 1.0worldofpeace2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large release, regressions expected. Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0 Release Notes: * https://gitlab.gnome.org/World/lollypop/tags/0.9.924 * https://gitlab.gnome.org/World/lollypop/tags/0.9.925 * https://gitlab.gnome.org/World/lollypop/tags/1.0
* | | lastwatch: Remove no longer maintained packageaszlig2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | I no longer use nor do I maintain this package upstream and with the current version of pylast moving to Python 3, this package is hereby obsolete as I'm not willing to port this to Python 3. Signed-off-by: aszlig <aszlig@nix.build>
| | |
| \ \
*-. \ \ Merge overlayfs fix, LTS kernel bump and testaszlig2019-03-19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Linux 4.19 there has been a major rework of the overlayfs implementation and it now opens files in lowerdir with O_NOATIME, which in turn caused issues in our VM tests because the process owner of QEMU doesn't match the file owner of the lowerdir. The crux here is that 9p propagates the O_NOATIME flag to the host and the guest kernel has no way of verifying whether that flag will lead to any problems beforehand. There is ongoing work to possibly fix this in the kernel, but it will take a while until there is a working patch and consensus. So in order to bring our default kernel back to 4.19 and of course make it possible to run newer kernels in VM tests, I'm merging a small QEMU patch as an interim solution, which we can drop once we have a working fix in the next round of stable kernels. Now we already had Linux 4.19 set as the default kernel, but that was subsequently reverted in 048c36ccaa0add5e5de387e9de0d3775d3fdd10d because the patch we have used was the revert of the commit I bisected a while ago. This patch broke overlayfs in other ways, so I'm also merging in a VM test by @bachp, which only tests whether overlayfs is working, just to be on the safe side that something like this won't happen in the future. Even though this change could be considered a moderate mass-rebuild at least for GNU/Linux, I'm merging this to master, mainly to give us some time to get it into the current 19.03 release branch (and subsequent testing window) once we got no new breaking builds from Hydra. Cc: @samueldr, @lheckemann Fixes: https://github.com/NixOS/nixpkgs/issues/54509 Fixes: https://github.com/NixOS/nixpkgs/issues/48828 Merges: https://github.com/NixOS/nixpkgs/pull/57641 Merges: https://github.com/NixOS/nixpkgs/pull/54508
| * | | | qemu: Apply interim fix for overlayfs + O_NOATIMEaszlig2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our VM tests and everything related to our virtualisation infrastructure is currently broken if used with kernel 4.19 or later. The reason for this is that since 4.19, overlayfs uses the O_NOATIME flag when opening files in lowerdir and this doesn't play nice with the way we pass the Nix store to our QEMU guests. On a NixOS system, paths in the Nix store are typically owned by root but the QEMU process is usually run by an ordinary user. Using O_NOATIME on a file where you're not the owner (or superuser) will return with EPERM (Operation not permitted). This is exactly what happens in our VM tests, because we're using overlayfs in the guests to allow writes to the store. Another implication of this is that the default kernel version for NixOS 19.03 has been reverted to Linux 4.14. Work on getting this upstream is still ongoing and the patch I posted previously was incomplete, needs rework and also some more review from upstream maintainers - in summary: This will take a while. So instead of rushing in a kernel patch to nixpkgs, which will affect all users of overlayfs, not just NixOS VM tests, I opted to patch QEMU for now to ignore the O_NOATIME flag in 9p. I think this is also the least impacting change, because even if you care about whether access times are written or not, you get the same behaviour as with Linux 4.19 in conjunction with QEMU. Signed-off-by: aszlig <aszlig@nix.build> Fixes: https://github.com/NixOS/nixpkgs/issues/54509
* | | | | update xhyve to tip of masterJason Samsa2019-03-18
| | | | |
* | | | | tdesktop: 1.5.15 -> 1.6.0Michael Weiss2019-03-18
| | | | | | | | | | | | | | | | | | | | tdesktopPackages.preview: 1.5.18 -> 1.6.0
* | | | | Merge pull request #56689 from andir/firefox66Michael Raskin2019-03-18
|\ \ \ \ \ | | | | | | | | | | | | firefox 65.0.2 -> 66, 60.5.2esr -> 60.6.0esr, firefox-bin: 65.0.2 -> 66.0
| * | | | | firefox-esr-60: 60.5.2esr -> 60.6.0.esrAndreas Rammhold2019-03-18
| | | | | |
| * | | | | firefox-bin: 65.0.2 -> 66.0Andreas Rammhold2019-03-18
| | | | | |
| * | | | | firefox: 65.0.2 -> 66.0Andreas Rammhold2019-03-18
| | | | | |
| * | | | | firefox: support building firefox 66 (and 60.6+)Andreas Rammhold2019-03-18
| | | | | |
* | | | | | drawpile: 2.1.2 -> 2.1.3 (#57858)Francesco Gazzetta2019-03-18
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'pr-57862'Léo Gaspard2019-03-18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * pr-57862: PuTTY: 0.70 -> 0.71
| * | | | | PuTTY: 0.70 -> 0.71Daniel Frank2019-03-18
| |/ / / /
* / / / / meld: fix checkPhaseTor Hedin Brønner2019-03-18
|/ / / / | | | | | | | | | | | | | | | | | | | | Needs some more inputs after checkInputs went native. (cherry picked from commit 99fac0a967e76ef85303f16a051208627995703b)
* | | | adlplug: 1.0.0-beta.5 -> 1.0.0 (#57744)gnidorah2019-03-17
| | | |
* | | | Merge pull request #57731 from ar1a/obs-23Silvan Mosberger2019-03-17
|\ \ \ \ | | | | | | | | | | obs-studio: 22.0.3 -> 23.0.2
| * | | | obs-studio: 22.0.3 -> 23.0.2Aria Edmonds2019-03-15
| | | | |
* | | | | firefox-esr-52: remove updateScriptJan Tojnar2019-03-17
| | | | | | | | | | | | | | | | | | | | This is dead package so let’s remove the updateScript which does not evaluate anyway.
* | | | | texworks: 0.6.2 -> 0.6.3Robert Schütz2019-03-17
| | | | |
* | | | | Merge pull request #57798 from timokau/spotify-improvementsTimo Kaufmann2019-03-17
|\ \ \ \ \ | | | | | | | | | | | | Spotify improvements
| * | | | | spotify: link useful resourcesTimo Kaufmann2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, spotify tends to break on updates.
| * | | | | spotify: add timokau as a maintainerTimo Kaufmann2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did a significant refactor (debian sources -> snapcraft) and I'm interested in this package.
| * | | | | spotify: update ffmpeg versionTimo Kaufmann2019-03-17
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Needed for spotify 1.1.x. The update itself is blocked on alsa issues: https://community.spotify.com/t5/Desktop-Linux/spotify-client-1-1-0-98-78-gb45d2a6b-10-from-Ubuntu-package/td-p/4675676 https://community.spotify.com/t5/Desktop-Linux/1-0-98-1-1-0-Crash-when-using-ALSA/td-p/4680398
* | | | | sage: backport bugfix (#57794)Timo Kaufmann2019-03-17
| | | | |
* | | | | pynac: 0.7.23 -> 0.7.24 (#57791)Timo Kaufmann2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | Apparently some python3 related fixes: https://trac.sagemath.org/ticket/27241 Also switch to using pname.
* | | | | Merge pull request #57501 from r-ryantm/auto-update/waveboxmarkuskowa2019-03-17
|\ \ \ \ \ | | | | | | | | | | | | wavebox: 4.7.1 -> 4.7.3
| * | | | | wavebox: 4.7.1 -> 4.7.3R. RyanTM2019-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wavebox/versions
* | | | | | Merge pull request #57701 from r-ryantm/auto-update/aj-snapshotmarkuskowa2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | aj-snapshot: 0.9.8 -> 0.9.9
| * | | | | | aj-snapshot: 0.9.8 -> 0.9.9R. RyanTM2019-03-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aj-snapshot/versions
* | | | | | Merge pull request #57509 from r-ryantm/auto-update/x42-pluginsmarkuskowa2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | x42-plugins: 20190105 -> 20190206
| * | | | | | x42-plugins: 20190105 -> 20190206R. RyanTM2019-03-12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x42-plugins/versions
* | | | | | Merge pull request #57761 from dtzWill/update/radiotray-ng-0.2.5Will Dietz2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | radiotray-ng: 0.2.4 -> 0.2.5
| * | | | | | radiotray-ng: disable tests on aarch64, not sure why but failureWill Dietz2019-03-17
| | | | | | |
| * | | | | | radiotray-ng: 0.2.4 -> 0.2.5Will Dietz2019-03-16
| | |/ / / / | |/| | | | | | | | | | | | | | | | patch to use provided gtest/gmock, fix+enable tests
* | | | | | Merge pull request #57753 from NixOS/update-homebankxeji2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | homebank: 5.2.2 -> 5.2.3
| * | | | | | homebank: 5.2.2 -> 5.2.3Pascal Wittmann2019-03-16
| | | | | | |
* | | | | | | qiv: 2.3.1 -> 2.3.2 (#57729)François-René Rideau2019-03-16
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #57592 from samueldr/solaar/updateSarah Brofeldt2019-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | solaar: 2018-02-02 -> 2019-01-30 + udev rules inclusion
| * | | | | | solaar: Modernizes buildSamuel Dionne-Riel2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Drops unused namePrefix, uses pname/version.
| * | | | | | solaar: 2018-02-02 -> 2019-01-30Samuel Dionne-Riel2019-03-13
| | | | | | |
| * | | | | | solaar: Copies udev rules in the packageSamuel Dionne-Riel2019-03-13
| | | | | | |
* | | | | | | Merge pull request #57662 from CrazedProgrammer/wf-recorderRyan Mulligan2019-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wf-recorder: init at unstable-2019-03-12
| * | | | | | | wf-recorder: init at unstable-2019-03-12CrazedProgrammer2019-03-16
| | | | | | | |