-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 365ca1112115
head repository: NixOS/nixpkgs-channels
compare: e64b2be53c85
- 15 commits
- 18 files changed
- 9 contributors
Commits on Mar 26, 2020
-
emacs-modes: build MELPA package sets without null packages
The current algorithm creates attributes with null values for packages with no source in a variant of MELPA. Though will satify dependencies they produce no files, and though a build that transitively depends on one them will be successful, Emacs won't find them and any code depending on them won't work. The solution with minimal code change would have been filtering the list of results from melpaDerivation by comparing the value against null, but that leads to an infinite recursion. This commit also moves legacy renames from the shared to the unstable set, as the corresponding null value elements won't exist in the stable set anymore. The test used for the problem was: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: expression does not evaluate to a derivation (or a set or list of those) The expected output, obtained with this commit is: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: attribute 'findr' in selection path 'emacs26Packages.melpaStablePackages.findr' not found
Servilio Afre Puentes committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b2c8626 - Browse repository at this point
Copy the full SHA b2c8626View commit details
Commits on Apr 28, 2020
-
nixos/gitlab: Fix services.gitlab.enableStartTLSAuto
'toString false' results in an empty string, which, in this context, is a syntax error. Use boolToString instead. Fixes #86160 (cherry picked from commit c0a838d)
Configuration menu - View commit details
-
Copy full SHA for 5a52738 - Browse repository at this point
Copy the full SHA 5a52738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24202c0 - Browse repository at this point
Copy the full SHA 24202c0View commit details -
Merge pull request #86190 from talyz/release-20.03
[20.03] nixos/gitlab: Fix services.gitlab.enableStartTLSAuto
Configuration menu - View commit details
-
Copy full SHA for ac29e16 - Browse repository at this point
Copy the full SHA ac29e16View commit details -
Merge pull request #86199 from primeos/signal-desktop-backport
[20.03] signal-desktop: 1.33.3 -> 1.33.4 (backport)
Configuration menu - View commit details
-
Copy full SHA for fc30d6f - Browse repository at this point
Copy the full SHA fc30d6fView commit details -
See https://about.gitlab.com/releases/2020/04/14/critical-security-release-gitlab-12-dot-9-dot-3-released/ for details. (cherry-picked from commit d190292)
Configuration menu - View commit details
-
Copy full SHA for 9153c23 - Browse repository at this point
Copy the full SHA 9153c23View commit details -
- CVE-2020-6071 - CVE-2020-6072 - CVE-2020-6073 - CVE-2020-6077 - CVE-2020-6078 - CVE-2020-6079 Buildsystem switched to Meson+Ninja. (cherry picked from commit 18f3661)
Configuration menu - View commit details
-
Copy full SHA for 1d8a149 - Browse repository at this point
Copy the full SHA 1d8a149View commit details -
Merge pull request #86213 from afrepues/build-melpa-stable-with-no-nu…
…ll-pkgs emacs-modes: build MELPA package sets without null packages
Configuration menu - View commit details
-
Copy full SHA for 2437cd6 - Browse repository at this point
Copy the full SHA 2437cd6View commit details -
gitlab: support passing --rev to the
update-all
scriptWhile it's already possible to invoke `update-data` with the `--rev` argument, one still needs to run all later phases manually. Fix this, by having `update-all` also accept a `--rev` argument, and pass it down to `update-data`. Also, make the help text a bit more usable, by suggesting the usual versioning scheme used these times. (cherry picked from commit 191c2c67a409ae8cf3d3bee7811a7b10397efe81)
Configuration menu - View commit details
-
Copy full SHA for c69934e - Browse repository at this point
Copy the full SHA c69934eView commit details -
gitlab-workhorse: 8.21.1 -> 8.21.2
(cherry picked from commit f7ddd30bef15238d6d9a12f48408d38571944d85)
Configuration menu - View commit details
-
Copy full SHA for 0364b92 - Browse repository at this point
Copy the full SHA 0364b92View commit details -
(cherry picked from commit c86c77be0cf45023586e7252bfb05238ae6d38db)
Configuration menu - View commit details
-
Copy full SHA for e265095 - Browse repository at this point
Copy the full SHA e265095View commit details -
gitlab: update.py: invoke bundle lock manually
`bundix -l` doesn't work, as it treats bundler's warning about upgrading the lockfile version as an error, so invoke `bundle lock` manually. (cherry picked from commit c7d47ce06fba88341e2d072379013414be4ee2e1)
Configuration menu - View commit details
-
Copy full SHA for e97d89f - Browse repository at this point
Copy the full SHA e97d89fView commit details -
pantheon.switchboard-plug-pantheon-shell: 2.8.3 -> 2.8.4
(cherry picked from commit 9d73d28)
Configuration menu - View commit details
-
Copy full SHA for 657c31e - Browse repository at this point
Copy the full SHA 657c31eView commit details -
https://github.com/elementary/gala/releases/tag/3.3.1 (cherry picked from commit f5ddad7)
Configuration menu - View commit details
-
Copy full SHA for a5b5cb8 - Browse repository at this point
Copy the full SHA a5b5cb8View commit details -
kde/{kate,konqueror,okular}: decrease text mimetype preference
These .desktop files set InitialPreference>1 which will override other associations even the .desktop appears first in XDG_DATA_DIRS. This applies to: - org.kde.kate.desktop - org.kde.kwrite.desktop - kfmclient_html.desktop - okularApplication_txt.desktop Fixes #86137 (cherry picked from commit b3f8126)
Configuration menu - View commit details
-
Copy full SHA for e64b2be - Browse repository at this point
Copy the full SHA e64b2beView commit details
There are no files selected for viewing