about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* gprojector: 3.0.2 -> 3.0.3alyaeanyx2022-03-28
|
* Merge pull request #166078 from mweinelt/firefox-drmBernardo Meurer2022-03-28
|\ | | | | firefox: fix drmSupport flag
| * firefox: fix drmSupport flagMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #109133 @alyssais discovered that the drmSupport flag stopped working. This is because Mozilla decided around Firefox 51 (mozbz#1289634) to swap the default values and our flag was asking for the wrong thing all along. Since this flag has now been enabled for multiple years, disabling it would mean a regression for our users. Leaving it enabled should be unproblematic since it only controls whether Firefox shows the EME nagbar, that allows to enable Widevine CDM, when a site requests it. The choice is therefore completely up to the enduser. Disabling this nagbar is still possible at runtime by setting `browser.eme.ui.enabled` to `false`. If Widevine CDM was inadvertently enabled it can be disabled at `media.gmp-widevinecdm.enabled`. Supersedes: #109133
* | firefox: always build with clangMartin Weinelt2022-03-28
| | | | | | | | | | | | Both LTO and PGO require the use of clang so I think its easier to just stick with clang for all builds, so PGO and LTO could in theory be used without each other.
* | firefox: add pname to throw messageMartin Weinelt2022-03-28
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/164646#discussion_r835879348
* | librewolf: disable pgo supportMartin Weinelt2022-03-28
| | | | | | | | Starts profiling, starts librewolf, but gets stuck and never terminates.
* | thunderbird: disable pgo supportMartin Weinelt2022-03-28
| | | | | | | | | | | | Tries to connect out to the internet, so sorry, no pgo for thunderbird. > console.warn: feeds: "downloadFeed: network connection unavailable"
* | firefox: add profile-guided optimizationMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lo and behold, we're finally catching up with Mozillas very own firefox build in terms of speed. PGO is an optimization technique in which in a first step we create a build that supports instrumentation, meaning we can use it to create a profile of how the browser behaved during usage. Then in a second pass we create the final build that uses the acquired profiling data to optimize the browser for the workload it actually received during profiling. The downside is that with PGO we now need to build Firefox twice, which increases the build time from around 20 minutes to roughly 50 minutes. In the Speedometer 2.0 benchmark multiple tests could see a responsiveness improvemeant around 20-25%, which makes the increased build time well worth it. Sadly this benefit seems limited to x86_64-linux, builds on aarch64-linux get stuck during profiling and I haven't found out why. Finally, after a long time, we can say: Closes: #76484 Supersedes: #129503
* | Merge pull request #164617 from r-ryantm/auto-update/rpcs3Ryan Mulligan2022-03-28
|\ \ | | | | | | rpcs3: 0.0.21-13327-6c096b72b -> 0.0.21-13352-e58906cb4
| * | rpcs3: 0.0.21-13327-6c096b72b -> 0.0.21-13352-e58906cb4R. Ryantm2022-03-17
| | |
* | | vimPlugins.vim-svelte: init at 2022-02-17Mr Hedgehog2022-03-28
| | |
* | | vimPlugins.coc-svelte: init at 2022-03-14Mr Hedgehog2022-03-28
| | |
* | | vimPlugins.coc-tailwindcss: init at 2020-08-19Mr Hedgehog2022-03-28
| | |
* | | vimPlugins: updateMr Hedgehog2022-03-28
| |/ |/|
* | Merge pull request #166001 from minijackson/vimplugins-telescope-uiSandro2022-03-28
|\ \
| * | vimPlugins.telescope-ui-select-nvim: init at 2022-03-20"Minijackson"2022-03-27
| | |
| * | vimPlugins: resolve github repository redirects"Minijackson"2022-03-27
| | |
| * | vimPlugins: update"Minijackson"2022-03-27
| | |
* | | Merge pull request #165690 from rhoriguchi/spicetify-cliSandro2022-03-28
|\ \ \
| * | | spicetify-cli: 2.9.2 -> 2.9.4Ryan Horiguchi2022-03-27
| | | |
* | | | Merge pull request #166028 from mweinelt/ircdogMartin Weinelt2022-03-28
|\ \ \ \
| * | | | ircdog: 0.2.1 -> 0.3.0Martin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | | | https://github.com/ergochat/ircdog/releases/tag/v0.3.0
* | | | | Merge pull request #165335 from willcohen/qwt-6.2Sandro2022-03-28
|\ \ \ \ \
| * | | | | libsForQt5.qwt: 6.1.6 -> 6.2.0Will Cohen2022-03-26
| | | | | |
* | | | | | Merge pull request #166013 from hmenke/git-branchlessJörg Thalheim2022-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | git-branchless: 0.3.9 -> 0.3.10
| * | | | | | git-branchless: 0.3.9 -> 0.3.10Henri Menke2022-03-27
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #147388 from sagikazarmark/add-argocd-autopilotSandro2022-03-28
|\ \ \ \ \ \
| * | | | | | argocd-autopilot: init at 0.3.0Mark Sagi-Kazar2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
* | | | | | | Merge pull request #165761 from fgaz/nheko/0.9.3Sandro2022-03-28
|\ \ \ \ \ \ \
| * | | | | | | nheko: 0.9.2 -> 0.9.3Francesco Gazzetta2022-03-27
| | | | | | | |
* | | | | | | | Merge pull request #164165 from ilya-fedin/vscode-clear-closureSandro2022-03-28
|\ \ \ \ \ \ \ \
| * | | | | | | | vscode: don't dump all the commands to a fileIlya Fedin2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary due to cp -r ./* commands that copy this debug file
| * | | | | | | | vscode: gtk2 is not a dependencyIlya Fedin2022-03-15
| | | | | | | | |
* | | | | | | | | Merge pull request #165187 from rgrinberg/ablogSandro2022-03-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ablog: init at 0.10.23Rudi Grinberg2022-03-26
| | | | | | | | | |
* | | | | | | | | | Merge pull request #165691 from lucc/github-removed-unencrypted-gitSandro2022-03-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | byzan: switch to working sourceSandro2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
| * | | | | | | | | | docs: replace defunct git://github.com urls with https://Lucas Hoffmann2022-03-25
| | | | | | | | | | |
| * | | | | | | | | | treewide: replace defunct git://github.com urls with https://Lucas Hoffmann2022-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github has removed support for git://github.com and recommends https://github.com instead. See https://github.blog/2021-09-01-improving-git-protocol-security-github/
* | | | | | | | | | | Merge pull request #164457 from prusnak/electrumPavol Rusnak2022-03-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | electrum: 4.1.5 -> 4.2.1
| * | | | | | | | | | | electrum: 4.1.5 -> 4.2.1Pavol Rusnak2022-03-27
| | | | | | | | | | | |
* | | | | | | | | | | | gitlab: 14.8.4 -> 14.9.1 (#165309)Yaya2022-03-28
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #166038 from bryanasdev000/rancher-264Thiago Kenji Okada2022-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | rancher: 2.6.0 -> 2.6.4
| * | | | | | | | | | | | rancher: 2.6.0 -> 2.6.4Bryan A. S2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename from rancher-cli to rancher in pkg expression - remove explicit docheck = true;
* | | | | | | | | | | | | Merge pull request #165960 from Ma27/bump-stellariumMaximilian Bosch2022-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | stellarium: 0.21.3 -> 0.22.0
| * | | | | | | | | | | | | stellarium: 0.21.3 -> 0.22.0Maximilian Bosch2022-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.22.0
* | | | | | | | | | | | | | Merge pull request #165570 from r-ryantm/auto-update/jmol7c6f434c2022-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jmol: 14.32.33 -> 14.32.39
| * | | | | | | | | | | | | | jmol: 14.32.33 -> 14.32.39R. Ryantm2022-03-24
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | terraform-providers: update 2022-03-28github-actions[bot]2022-03-28
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | stog: use dune version 3Vincent Laporte2022-03-28
| | | | | | | | | | | | | | |