-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 6b6f9d769a50
head repository: NixOS/nixpkgs-channels
compare: 0eb0ddc4dbe3
Commits on Feb 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65336dc - Browse repository at this point
Copy the full SHA 65336dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1660735 - Browse repository at this point
Copy the full SHA 1660735View commit details -
Configuration menu - View commit details
-
Copy full SHA for f150d16 - Browse repository at this point
Copy the full SHA f150d16View commit details -
Merge pull request #81308 from r-ryantm/auto-update/geoclue
geoclue2: 2.5.5 -> 2.5.6
Configuration menu - View commit details
-
Copy full SHA for 71d5e15 - Browse repository at this point
Copy the full SHA 71d5e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330fab1 - Browse repository at this point
Copy the full SHA 330fab1View commit details
Commits on Feb 29, 2020
-
rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with val…
…idation Previously, we would asssert that the lockfiles are consistent during the unpackPhase, but if the pkg has a patch for the lockfile itself then we must wait until the patchPhase is complete to check. This also removes an implicity dependency on the src attribute coming from `fetchzip` / `fetchFromGitHub`, which happens to name the source directory "source". Now we glob for it, so different fetchers will work consistently.
Configuration menu - View commit details
-
Copy full SHA for ad30a30 - Browse repository at this point
Copy the full SHA ad30a30View commit details -
Merge pull request #81336 from r-ryantm/auto-update/libsoup
gnome3.libsoup: 2.68.3 -> 2.68.4
Configuration menu - View commit details
-
Copy full SHA for 29142e6 - Browse repository at this point
Copy the full SHA 29142e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b808c - Browse repository at this point
Copy the full SHA 21b808cView commit details -
wayland-protocols: 1.18 -> 1.20
Release announcements and changelogs: - 1.19: https://lists.freedesktop.org/archives/wayland-devel/2020-February/041267.html - 1.20: https://lists.freedesktop.org/archives/wayland-devel/2020-February/041269.html
Configuration menu - View commit details
-
Copy full SHA for 95e3292 - Browse repository at this point
Copy the full SHA 95e3292View commit details
Commits on Mar 1, 2020
-
Merge pull request #81407 from primeos/wayland-protocols
wayland-protocols: 1.18 -> 1.20
Configuration menu - View commit details
-
Copy full SHA for 03ed5af - Browse repository at this point
Copy the full SHA 03ed5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for deec226 - Browse repository at this point
Copy the full SHA deec226View commit details -
glibc: provide fallback for kernels with missing prlimit64
The current version of glibc implements support for kernels down to 3.2.0 (and we make sure to enable such support with apporopriate --enable-kernel setting). The current RHEL6 operating system is based on a maintained kernel based on 2.6.32 with lots of backports. We provide basic support for this specific kernel by patching glibc to provide an exception for this specific version of kernel. This allows for nixpkgs software distribution to work on RHEL6 and it does so quite well with almost no problems. There are, however, a few syscalls that are missing in the 2.6.32 kernel, one of which is prlimit64. This commit provides a fallback that uses an older {get,set}rlimit syscalls in cases when prlimit64 is not available. This should streamline the experience for nixpkgs users wanting to run it on RHEL6, namely, this fixes one of the tests in findutils. See also discussion in guix: https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00356.html
Configuration menu - View commit details
-
Copy full SHA for 6740593 - Browse repository at this point
Copy the full SHA 6740593View commit details
Commits on Mar 2, 2020
-
pythonPackages.setuptools: 44.0.0 -> 45.2.0
Jonathan Ringer committedMar 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 6181bfc - Browse repository at this point
Copy the full SHA 6181bfcView commit details -
python2Packages.setuptools: freeze at 44.0.0
Jonathan Ringer committedMar 2, 2020 Configuration menu - View commit details
-
Copy full SHA for c3c4754 - Browse repository at this point
Copy the full SHA c3c4754View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2a019cc - Browse repository at this point
Copy the full SHA 2a019ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe45803 - Browse repository at this point
Copy the full SHA fe45803View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe898d5 - Browse repository at this point
Copy the full SHA fe898d5View commit details -
python: add pythonRemoveTestsDirHook
This will automatically remove a top-level "tests" directory from being installed.
Configuration menu - View commit details
-
Copy full SHA for 3973a3c - Browse repository at this point
Copy the full SHA 3973a3cView commit details
Commits on Mar 4, 2020
-
Add to gappsWrapperArgs in preFixupPhases.
Configuration menu - View commit details
-
Copy full SHA for 29fc27b - Browse repository at this point
Copy the full SHA 29fc27bView commit details -
Merge pull request #81475 from worldofpeace/fix-wrapgapps
wrapGAppsHook: Fix #78803
Configuration menu - View commit details
-
Copy full SHA for add141c - Browse repository at this point
Copy the full SHA add141cView commit details -
Merge pull request #80961 from veprbl/pr/glibc_prlimit64
glibc: provide fallback for kernels with missing prlimit64
Configuration menu - View commit details
-
Copy full SHA for 9b2ac44 - Browse repository at this point
Copy the full SHA 9b2ac44View commit details -
Merge pull request #81466 from r-ryantm/auto-update/at-spi2-atk
at-spi2-atk: 2.34.1 -> 2.34.2
Configuration menu - View commit details
-
Copy full SHA for 62e0973 - Browse repository at this point
Copy the full SHA 62e0973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a44e32 - Browse repository at this point
Copy the full SHA 1a44e32View commit details -
glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.
Configuration menu - View commit details
-
Copy full SHA for 8e4f502 - Browse repository at this point
Copy the full SHA 8e4f502View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1831eb - Browse repository at this point
Copy the full SHA e1831ebView commit details -
Merge pull request #81759 from jtojnar/gio-wgah-order-hack
glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
Configuration menu - View commit details
-
Copy full SHA for 0d877fb - Browse repository at this point
Copy the full SHA 0d877fbView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d9feea5 - Browse repository at this point
Copy the full SHA d9feea5View commit details -
pythonPackages.cffi: 1.13.2 -> 1.14.0
Jonathan Ringer committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 19f7c64 - Browse repository at this point
Copy the full SHA 19f7c64View commit details
Commits on Mar 6, 2020
-
Merge pull request #81844 from lopsided98/gcc-separate-output-cross
gcc: place cross-compiled target libraries in lib output
Configuration menu - View commit details
-
Copy full SHA for b8102aa - Browse repository at this point
Copy the full SHA b8102aaView commit details -
stdenv: update ARM bootstrap tarballs
Fixes building glibc 2.30, which requires at least GCC 6. Picked from the following cross-trunk evaluation: https://hydra.nixos.org/eval/1568864 based on nixpkgs commit ac241fb. armv5tel job: https://hydra.nixos.org/build/111556418 armv6l job: https://hydra.nixos.org/build/111556521 armv7l job: https://hydra.nixos.org/build/111556551
Configuration menu - View commit details
-
Copy full SHA for ee39e49 - Browse repository at this point
Copy the full SHA ee39e49View commit details -
unpack-bootstrap-tools: remove obsolete linker script patching
The linker scripts no longer contain store paths, so this does nothing. More importantly, libpthread.so is not longer a linker script on ARM, so the patching would corrupt it.
Configuration menu - View commit details
-
Copy full SHA for 05fc2a3 - Browse repository at this point
Copy the full SHA 05fc2a3View commit details -
gnupg: apply patch to allow import of key updates without user ids
This adds a patch series which allows GnuPG to import updates (revocations and subkeys) from certificates that contain no user ids. This is relevant for refreshing keys from the default keyserver keys.openpgp.org, where only user ids that contain verified email addresses will be distributed, and revoked keys never contain any user ids. This patch series was originally authored and submitted to upstream half a year ago (by me), but now comes from Debian packaging where it's been included since then. Relates to the following upstream issue: https://dev.gnupg.org/T4393
Configuration menu - View commit details
-
Copy full SHA for 7cc68a9 - Browse repository at this point
Copy the full SHA 7cc68a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297f755 - Browse repository at this point
Copy the full SHA 297f755View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc1e24 - Browse repository at this point
Copy the full SHA efc1e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0d036 - Browse repository at this point
Copy the full SHA bb0d036View commit details -
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release information
Configuration menu - View commit details
-
Copy full SHA for 4e08586 - Browse repository at this point
Copy the full SHA 4e08586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 023ef3d - Browse repository at this point
Copy the full SHA 023ef3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f22cb - Browse repository at this point
Copy the full SHA a1f22cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ccb03 - Browse repository at this point
Copy the full SHA 43ccb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05aeaea - Browse repository at this point
Copy the full SHA 05aeaeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188c3a4 - Browse repository at this point
Copy the full SHA 188c3a4View commit details -
util-linux: use $bin output for umount
This wasn’t updated when adding the bin output.
Configuration menu - View commit details
-
Copy full SHA for 8d72e6b - Browse repository at this point
Copy the full SHA 8d72e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed080b - Browse repository at this point
Copy the full SHA fed080bView commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0eb0ddc - Browse repository at this point
Copy the full SHA 0eb0ddcView commit details
There are no files selected for viewing