about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* junicode: add ivan-timokhin to maintainersIvan Timokhin2020-04-04
|
* maintainers: add ivan-timokhinIvan Timokhin2020-04-04
|
* junicode: change license to OFLIvan Timokhin2020-03-08
| | | | | | | | | Both the project page ([1], third paragraph) and the documentation ([2], second-to-last paragraph on the last page) indicate that the font is available under SIL OFL. [1]: http://junicode.sourceforge.net/ [2]: http://junicode.sourceforge.net/Junicode.pdf
* junicode: 0.7.8 -> 1.002Ivan Timokhin2020-03-08
|
* Merge staging-next into masterFrederik Rietdijk2020-03-08
|\
| * Merge staging into staging-nextFrederik Rietdijk2020-03-06
| |\
| | * util-linux: use $bin output for umountMatthew Bauer2020-03-06
| | | | | | | | | | | | This wasn’t updated when adding the bin output.
| | * Merge staging-next into stagingFrederik Rietdijk2020-03-06
| | |\ | | |/ | |/|
| * | Merge master into staging-nextFrederik Rietdijk2020-03-06
| |\ \
| | | * vim: 8.2.0227 -> 8.2.0343R. RyanTM2020-03-06
| | | |
| | | * libva: 2.5.0 -> 2.6.1Cole Mickens2020-03-06
| | | |
| | | * libevdev: 1.8.0 -> 1.9.0R. RyanTM2020-03-06
| | | |
| | | * gdb: 8.3.1 -> 9.1Lancelot SIX2020-03-06
| | | | | | | | | | | | | | | | | | | | See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release information
| | | * ncurses: 6.1-20190112 -> 6.2zowoq2020-03-06
| | | | | | | | | | | | | | | | https://invisible-island.net/ncurses/announce-6.2.html
| | | * vdpauinfo: 1.0 -> 1.3Felix Tenley2020-03-06
| | | |
| | | * libvdpau: 1.2 -> 1.3Felix Tenley2020-03-06
| | | | | | | | | | | | | | | | adds support for VP9 decoding
| | | * gnupg: apply patch to allow import of key updates without user idsVincent Breitmoser2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * unpack-bootstrap-tools: remove obsolete linker script patchingBen Wolsieffer2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * stdenv: update ARM bootstrap tarballsBen Wolsieffer2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ac241fb7a57. armv5tel job: https://hydra.nixos.org/build/111556418 armv6l job: https://hydra.nixos.org/build/111556521 armv7l job: https://hydra.nixos.org/build/111556551
| | | * Merge pull request #81844 from lopsided98/gcc-separate-output-crossMatthew Bauer2020-03-05
| | | |\ | | | | | | | | | | gcc: place cross-compiled target libraries in lib output
| | | | * gcc: remove unneeded RPATH patchingBen Wolsieffer2020-03-05
| | | | |
| | | | * gcc: move target-specific runtime libraries to separate outputBen Wolsieffer2020-03-04
| | | | |
| | | * | pythonPackages.cffi: 1.13.2 -> 1.14.0Jonathan Ringer2020-03-05
| | | | |
| | | * | Merge pull request #81759 from jtojnar/gio-wgah-order-hackworldofpeace2020-03-04
| | | |\ \ | | | | | | | | | | | | glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
| | | | * | glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHookJan Tojnar2020-03-04
| | | |/ / | | | | | | | | | | | | | | | 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.
| | | * | Merge branch 'staging-next' into stagingJan Tojnar2020-03-04
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Merge pull request #81466 from r-ryantm/auto-update/at-spi2-atkJan Tojnar2020-03-04
| | | |\ \ | | | | | | | | | | | | at-spi2-atk: 2.34.1 -> 2.34.2
| | | | * | at-spi2-atk: 2.34.1 -> 2.34.2R. RyanTM2020-03-01
| | | | | |
| | | * | | Merge pull request #80961 from veprbl/pr/glibc_prlimit64Eelco Dolstra2020-03-04
| | | |\ \ \ | | | | | | | | | | | | | | glibc: provide fallback for kernels with missing prlimit64
| | | | * | | glibc: provide fallback for kernels with missing prlimit64Dmitry Kalinkin2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | Merge pull request #81475 from worldofpeace/fix-wrapgappsworldofpeace2020-03-04
| | | |\ \ \ \ | | | | | | | | | | | | | | | | wrapGAppsHook: Fix #78803
| | | | * | | | wrapGAppsHook: Fix #78803worldofpeace2020-03-03
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | Add to gappsWrapperArgs in preFixupPhases.
| | | * | | | python: add pythonRemoveTestsDirHookJonathan Ringer2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will automatically remove a top-level "tests" directory from being installed.
| | | * | | | modemmanager: 1.12.4 -> 1.12.6R. RyanTM2020-03-03
| | | | | | |
| | | * | | | python39: 3.9.0.a3 -> 3.9.0.a4Jonathan Ringer2020-03-03
| | | | | | |
| | | * | | | python38: 3.8.1 -> 3.8.2Jonathan Ringer2020-03-03
| | | | | | |
| | | * | | | python2Packages.setuptools: freeze at 44.0.0Jonathan Ringer2020-03-01
| | | | | | |
| | | * | | | pythonPackages.setuptools: 44.0.0 -> 45.2.0Jonathan Ringer2020-03-01
| | | | | | |
| | | * | | | Merge pull request #81407 from primeos/wayland-protocolsFlorian Klink2020-02-29
| | | |\ \ \ \ | | | | | | | | | | | | | | | | wayland-protocols: 1.18 -> 1.20
| | | | * | | | wayland-protocols: 1.18 -> 1.20Michael Weiss2020-02-29
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | Merge staging-next into stagingFrederik Rietdijk2020-02-29
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Merge pull request #81336 from r-ryantm/auto-update/libsoupMichael Raskin2020-02-29
| | | |\ \ \ \ | | | | | | | | | | | | | | | | gnome3.libsoup: 2.68.3 -> 2.68.4
| | | | * | | | gnome3.libsoup: 2.68.3 -> 2.68.4R. RyanTM2020-02-28
| | | | | | | |
| | | * | | | | rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validationBenjamin Hipple2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | | Merge pull request #81308 from r-ryantm/auto-update/geoclueMichael Raskin2020-02-28
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | geoclue2: 2.5.5 -> 2.5.6
| | | | * | | | | geoclue2: 2.5.5 -> 2.5.6R. RyanTM2020-02-28
| | | | |/ / / /
| | | * | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-02-28
| | | |\ \ \ \ \
| | | * | | | | | meson: 0.52.1 -> 0.53.2Millian Poquet2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://mesonbuild.com/Release-notes-for-0-53-0.html https://github.com/mesonbuild/meson/releases/tag/0.53.0 https://github.com/mesonbuild/meson/releases/tag/0.53.1 https://github.com/mesonbuild/meson/releases/tag/0.53.2
* | | | | | | | | Merge pull request #81878 from r-ryantm/auto-update/dpicRyan Mulligan2020-03-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dpic: 2019.11.30 -> 2020.03.01
| * | | | | | | | | dpic: 2019.11.30 -> 2020.03.01R. RyanTM2020-03-06
| | |/ / / / / / / | |/| | | | | | |