-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: d464035ba874
head repository: NixOS/nixpkgs
compare: f14021febf9c
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc1efa9 - Browse repository at this point
Copy the full SHA dc1efa9View commit details
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 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 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb43e8d - Browse repository at this point
Copy the full SHA eb43e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7e6ee - Browse repository at this point
Copy the full SHA ef7e6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfffee9 - Browse repository at this point
Copy the full SHA bfffee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c18b2 - Browse repository at this point
Copy the full SHA f3c18b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3112c0e - Browse repository at this point
Copy the full SHA 3112c0eView commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6464d8f - Browse repository at this point
Copy the full SHA 6464d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873f20f - Browse repository at this point
Copy the full SHA 873f20fView 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
-
This is a derivation for the binary distribution of the Open Watcom C/C++ compiler.
Configuration menu - View commit details
-
Copy full SHA for c26e7f9 - Browse repository at this point
Copy the full SHA c26e7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89ed04 - Browse repository at this point
Copy the full SHA d89ed04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bac53e - Browse repository at this point
Copy the full SHA 6bac53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0f42d - Browse repository at this point
Copy the full SHA ac0f42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aaab57 - Browse repository at this point
Copy the full SHA 6aaab57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfde2e - Browse repository at this point
Copy the full SHA 1bfde2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e051b0 - Browse repository at this point
Copy the full SHA 3e051b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04b40a - Browse repository at this point
Copy the full SHA f04b40aView 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 -
Configuration menu - View commit details
-
Copy full SHA for 59588b6 - Browse repository at this point
Copy the full SHA 59588b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b1ace - Browse repository at this point
Copy the full SHA f0b1aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716c07c - Browse repository at this point
Copy the full SHA 716c07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a89b773 - Browse repository at this point
Copy the full SHA a89b773View commit details
Commits on Apr 26, 2020
-
nixos/nsswitch: Make databases more configurable
Instead of hardcoding all nss modules that are added into nsswitch, there are now options exposed. This allows users to add own nss modules (I had this issue with winbindd, for example). Also, nss modules could be moved to their NixOS modules which would make the nsswitch module slimmer. As the lists are now handled by the modules system, we can use mkOrder to ensure a proper order as well as mkForce to override one specific database type instead of the entire file.
Configuration menu - View commit details
-
Copy full SHA for bc2a4b3 - Browse repository at this point
Copy the full SHA bc2a4b3View commit details
Commits on Apr 27, 2020
-
dotnet: add initial support for arm64
`jellyfin` appeared unsupported on `aarch64` due to `dotnet` platform support in nixpkgs, but there are ARM64 downloads of the `dotnet` SDKs available. This change follows the kind of pattern used in the `firecracker` packaging to support selective x86_64/arm64 downloads. With this change I can build `jellyfin` on a Raspberry Pi 4. The other content hashes have been filled in, and all build successfully, but they have not been further tested.
Configuration menu - View commit details
-
Copy full SHA for 3e98f66 - Browse repository at this point
Copy the full SHA 3e98f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2805d68 - Browse repository at this point
Copy the full SHA 2805d68View commit details -
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 -
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 -
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 -
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
There are no files selected for viewing
This file was deleted.