-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 697bff74fd9b
head repository: NixOS/nixpkgs-channels
compare: 27c7e7d38ab9
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 3, 2020
-
- CVE-2020-6071 - CVE-2020-6072 - CVE-2020-6073 - CVE-2020-6077 - CVE-2020-6078 - CVE-2020-6079 Buildsystem switched to Meson+Ninja.
Configuration menu - View commit details
-
Copy full SHA for 18f3661 - Browse repository at this point
Copy the full SHA 18f3661View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 84ff95a - Browse repository at this point
Copy the full SHA 84ff95aView commit details
Commits on Apr 24, 2020
-
- Make buildtags being able to set via the BUILDTAGS environment - Switch to go 1.14 Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Configuration menu - View commit details
-
Copy full SHA for 1ae9631 - Browse repository at this point
Copy the full SHA 1ae9631View commit details
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3e051b0 - Browse repository at this point
Copy the full SHA 3e051b0View commit details -
nixos/printing: make access to web-interface configurable
Otherwise you'd always get a 403 when hosting the web-interface of cups at a different location than `localhost`.
Configuration menu - View commit details
-
Copy full SHA for 4062592 - Browse repository at this point
Copy the full SHA 4062592View commit details
Commits on Apr 27, 2020
-
fish-shell/fish-shell@3.1.0...3.1.1 The patch we had to use for Apple SDKs was merged upstream, so it can be dropped. I ran nixpkgs-fmt, and removed the `with stdenv.lib;` scope expander. Additionally, did a little bit of cleanup. I plan on refactoring this more down the line, but this'll do for now. I finally figured out why we use `fetchurl` for the tagged release: the published release tarballs contain a version file, which the `build_tools/git_version_gen.sh` script reads (and uses as the version if it exists). The other thing it contains are pre-generated docs for various `fish` builtins. I've expanded the comment to document this so nobody is as confused as I was when I first saw it. (Though I plan to change this and add sphinx as a native build input in order to build the docs ourselves.)
Configuration menu - View commit details
-
Copy full SHA for a43ae05 - Browse repository at this point
Copy the full SHA a43ae05View commit details -
nix-prefetch-docker: Add
jq
into pathOtheriwse running the tool fails with line 41: jq: command not found
Configuration menu - View commit details
-
Copy full SHA for dde3e8e - Browse repository at this point
Copy the full SHA dde3e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301ede4 - Browse repository at this point
Copy the full SHA 301ede4View commit details -
libquotient: rename from libqmatrixclient; v0.5.2 -> v0.5.3.2
aliases: throw messages for libqmatrixclient and quaternion-git
Configuration menu - View commit details
-
Copy full SHA for c15f590 - Browse repository at this point
Copy the full SHA c15f590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ceefd2 - Browse repository at this point
Copy the full SHA 3ceefd2View commit details -
We don't have access to the codesign binary.
Configuration menu - View commit details
-
Copy full SHA for 87b02f7 - Browse repository at this point
Copy the full SHA 87b02f7View commit details
Commits on Apr 28, 2020
-
Merge pull request #86144 from danielfullmer/hcxdumptool-rename
hcxdumptool: fix incorrect pname
Configuration menu - View commit details
-
Copy full SHA for b83ab97 - Browse repository at this point
Copy the full SHA b83ab97View commit details -
emacsPackages.filesets-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for cd49c48 - Browse repository at this point
Copy the full SHA cd49c48View commit details -
emacsPackages.hexrgb: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for 9b52db9 - Browse repository at this point
Copy the full SHA 9b52db9View commit details -
emacsPackages.header2: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for 576e67a - Browse repository at this point
Copy the full SHA 576e67aView commit details -
emacsPackages.icicles: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for 7e69b3f - Browse repository at this point
Copy the full SHA 7e69b3fView commit details -
emacsPackages.lib-requires: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for fe218d1 - Browse repository at this point
Copy the full SHA fe218d1View commit details -
emacsPackages.thingatpt-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for 5e62edd - Browse repository at this point
Copy the full SHA 5e62eddView commit details -
emacsPackages.yaoddmuse: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
Configuration menu - View commit details
-
Copy full SHA for caeae90 - Browse repository at this point
Copy the full SHA caeae90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6518b5 - Browse repository at this point
Copy the full SHA c6518b5View commit details -
Merge pull request #86013 from Ma27/cups-allow-from
nixos/printing: make access to web-interface configurable
Configuration menu - View commit details
-
Copy full SHA for 1f6d33e - Browse repository at this point
Copy the full SHA 1f6d33eView commit details -
Merge pull request #84160 from colemickens/nixpkgs-quaternion
quaternion: update, libquotient: init
Configuration menu - View commit details
-
Copy full SHA for f1d1dca - Browse repository at this point
Copy the full SHA f1d1dcaView commit details -
Merge pull request #86143 from nagisa/nix-prefetch-docker-jq-fix
Add `jq` into path for `nix-prefetch-docker`
Configuration menu - View commit details
-
Copy full SHA for 87e090c - Browse repository at this point
Copy the full SHA 87e090cView commit details -
python3.pkgs.pyusb: remove unnecessary libusb-compat dependency
It was added in NixOS/nixpkgs@4d7cc55 without any rationale. python2.pkgs.nxt-python seems to build without it. Maybe it for some reason uses the libusb-0.1 backend but propagating the compat library would not enable that.
Configuration menu - View commit details
-
Copy full SHA for 8fd2c89 - Browse repository at this point
Copy the full SHA 8fd2c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc1caa - Browse repository at this point
Copy the full SHA 3dc1caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f422e4 - Browse repository at this point
Copy the full SHA 4f422e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e814e3 - Browse repository at this point
Copy the full SHA 1e814e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1d645 - Browse repository at this point
Copy the full SHA 8d1d645View commit details -
Configuration menu - View commit details
-
Copy full SHA for a217a1a - Browse repository at this point
Copy the full SHA a217a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c18590 - Browse repository at this point
Copy the full SHA 7c18590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0a063 - Browse repository at this point
Copy the full SHA 2d0a063View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c0a838d - Browse repository at this point
Copy the full SHA c0a838dView commit details -
ocamlPackages.tsdl: 0.9.4 -> 0.9.7
From the release notes: * Require OCaml 4.03 and handle stdlib deprecations. * Drop result depency. * Drop ocb-stubblr dependency The library has also been re-licensed from BSD3 to ISC.
Configuration menu - View commit details
-
Copy full SHA for 9c3bb10 - Browse repository at this point
Copy the full SHA 9c3bb10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5933af6 - Browse repository at this point
Copy the full SHA 5933af6View commit details -
Merge pull request #86172 from foxit64/master
update telegraf 1.14.0 => 1.14.1
Configuration menu - View commit details
-
Copy full SHA for 2cd07f1 - Browse repository at this point
Copy the full SHA 2cd07f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72773b9 - Browse repository at this point
Copy the full SHA 72773b9View commit details -
Merge pull request #86173 from talyz/gitlab-enable-starttlsauto
nixos/gitlab: Fix services.gitlab.enableStartTLSAuto
Configuration menu - View commit details
-
Copy full SHA for 0043181 - Browse repository at this point
Copy the full SHA 0043181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dfada5 - Browse repository at this point
Copy the full SHA 7dfada5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a16436 - Browse repository at this point
Copy the full SHA 5a16436View commit details -
Merge pull request #86188 from Mic92/gopherclient
gopherclient: remove
Configuration menu - View commit details
-
Copy full SHA for 453dca2 - Browse repository at this point
Copy the full SHA 453dca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba5bc7 - Browse repository at this point
Copy the full SHA 3ba5bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90136f0 - Browse repository at this point
Copy the full SHA 90136f0View commit details -
Merge pull request #86176 from elohmeier/kapacitor
kapacitor: 1.5.1 -> 1.5.4
Configuration menu - View commit details
-
Copy full SHA for 4dc492d - Browse repository at this point
Copy the full SHA 4dc492dView commit details -
Merge pull request #86056 from paumr/master-watson
watson: added bash/zsh completions
Configuration menu - View commit details
-
Copy full SHA for 8e3a29d - Browse repository at this point
Copy the full SHA 8e3a29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7686c2c - Browse repository at this point
Copy the full SHA 7686c2cView commit details -
Merge pull request #83378 from afrepues/build-melpa-stable-with-no-nu…
…ll-pkgs Build MELPA package sets without null packages
Configuration menu - View commit details
-
Copy full SHA for 14927d8 - Browse repository at this point
Copy the full SHA 14927d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eede89 - Browse repository at this point
Copy the full SHA 9eede89View commit details -
Merge pull request #85755 from prusnak/arm-trusted-firmware
arm-trusted-firmware: 2.2 -> 2.3
Configuration menu - View commit details
-
Copy full SHA for c4319da - Browse repository at this point
Copy the full SHA c4319daView commit details -
Merge pull request #86197 from jojosch/dbeaver_7.0.3
dbeaver: 7.0.2 -> 7.0.3
Configuration menu - View commit details
-
Copy full SHA for 5f9ce49 - Browse repository at this point
Copy the full SHA 5f9ce49View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.