-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 537f10f04427
head repository: NixOS/nixpkgs
compare: 20e67f1fb83b
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 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 849f26d - Browse repository at this point
Copy the full SHA 849f26dView 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 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
-
Configuration menu - View commit details
-
Copy full SHA for 2805d68 - Browse repository at this point
Copy the full SHA 2805d68View commit details -
nixos/qemu-vm: don't set -vga std
This has been default since QEMU 2.2, it also prevents using a different -vga
Configuration menu - View commit details
-
Copy full SHA for a7ca287 - Browse repository at this point
Copy the full SHA a7ca287View 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 -
Merge pull request #85246 from matthewbauer/use-system-libraries-for-…
…grpcio python.pkgs.grpcio: use system openssl, zlib, and c-ares
Configuration menu - View commit details
-
Copy full SHA for 712026e - Browse repository at this point
Copy the full SHA 712026eView commit details -
Meson 0.54 is no longer able to find Boost: See #86131
Configuration menu - View commit details
-
Copy full SHA for 61a2045 - Browse repository at this point
Copy the full SHA 61a2045View 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 -
PULL_REQUEST_TEMPLATE: try to simplify call-for-review
The text is quite long and hard to read in hub (because it is one whole line with no line breaks). Also simplified the language/sentence structure a bit for non-native speakers.
Configuration menu - View commit details
-
Copy full SHA for 93862d0 - Browse repository at this point
Copy the full SHA 93862d0View commit details -
Merge pull request #86110 from Mic92/pr-template
PULL_REQUEST_TEMPLATE: try to simplify call-for-review
Configuration menu - View commit details
-
Copy full SHA for 974d11d - Browse repository at this point
Copy the full SHA 974d11dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a614b - Browse repository at this point
Copy the full SHA 12a614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f20c08 - Browse repository at this point
Copy the full SHA 1f20c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1066f11 - Browse repository at this point
Copy the full SHA 1066f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for caadc44 - Browse repository at this point
Copy the full SHA caadc44View commit details -
Merge pull request #86135 from Mic92/nixpkgs-review
nixpkgs-review: 2.3.0 -> 2.3.1
Configuration menu - View commit details
-
Copy full SHA for 697bff7 - Browse repository at this point
Copy the full SHA 697bff7View 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 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 -
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 -
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 -
Configuration menu - View commit details
-
Copy full SHA for 3f17518 - Browse repository at this point
Copy the full SHA 3f17518View commit details
There are no files selected for viewing