-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 929cc78363e6
head repository: NixOS/nixpkgs-channels
compare: 36f316007494
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9cd155f - Browse repository at this point
Copy the full SHA 9cd155fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93545a8 - Browse repository at this point
Copy the full SHA 93545a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c9c27 - Browse repository at this point
Copy the full SHA 44c9c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743d03b - Browse repository at this point
Copy the full SHA 743d03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d121dd5 - Browse repository at this point
Copy the full SHA d121dd5View commit details
Commits on Jan 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3e94847 - Browse repository at this point
Copy the full SHA 3e94847View commit details
Commits on Jan 6, 2019
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnutar/versions
Configuration menu - View commit details
-
Copy full SHA for 0008aa7 - Browse repository at this point
Copy the full SHA 0008aa7View commit details -
add generic x86_32 support (#52634)
* add generic x86_32 support - Add support for i386-i586. - Add `isx86_32` predicate that can replace most uses of `isi686`. - `isi686` is reinterpreted to mean "exactly i686 arch, and not say i585 or i386". - This branch was used to build working i586 kernel running on i586 hardware. * revert `isi[345]86`, remove dead code - Remove changes to dead code in `doubles.nix` and `for-meta.nix`. - Remove `isi[345]86` predicates since other cpu families don't have specific model predicates. * remove i386-linux since linux not supported on that cpu
Configuration menu - View commit details
-
Copy full SHA for 1c10efc - Browse repository at this point
Copy the full SHA 1c10efcView commit details
Commits on Jan 7, 2019
-
"Update to iproute2 utility to support new features in Linux 4.20. This release is mostly small fixes but there are several changes related to ip neigh support for offloaded entries." [0] File changes: +share/man/man8/tc-taprio.8.gz nix path-info -S: 4.19.0 42681224 4.20.0 42714224 [0]: https://www.spinics.net/lists/netdev/msg543288.html
Configuration menu - View commit details
-
Copy full SHA for ca91a80 - Browse repository at this point
Copy the full SHA ca91a80View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e96e5bc - Browse repository at this point
Copy the full SHA e96e5bcView commit details -
adlplug, opnplug: init at 1.0.0-beta.5
gnidorah committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 5bce172 - Browse repository at this point
Copy the full SHA 5bce172View commit details
Commits on Jan 9, 2019
-
Merge pull request #53642 from holidaycheck/libuv-1.24.1-2
libuv: 1.23.2 -> 1.24.1
Configuration menu - View commit details
-
Copy full SHA for 2e9235d - Browse repository at this point
Copy the full SHA 2e9235dView commit details -
Merge pull request #51515 from lopsided98/gmp-uname-purity
gmp: don't use uname to detect system features
Configuration menu - View commit details
-
Copy full SHA for 5611611 - Browse repository at this point
Copy the full SHA 5611611View commit details -
Configuration menu - View commit details
-
Copy full SHA for b836b43 - Browse repository at this point
Copy the full SHA b836b43View commit details -
Merge pull request #53603 from primeos/iproute
iproute: 4.19.0 -> 4.20.0
Configuration menu - View commit details
-
Copy full SHA for d9753c6 - Browse repository at this point
Copy the full SHA d9753c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8d76a - Browse repository at this point
Copy the full SHA ff8d76aView commit details -
In particular this fixes the libmediaart tests. closes NixOS/nixpkgs#53701
Configuration menu - View commit details
-
Copy full SHA for 462a6d3 - Browse repository at this point
Copy the full SHA 462a6d3View commit details
Commits on Jan 10, 2019
-
Merge pull request #53714 from hedning/fix-libgio-segfaults
glib: fix libgio segfaults
Configuration menu - View commit details
-
Copy full SHA for 61e13f7 - Browse repository at this point
Copy the full SHA 61e13f7View commit details -
Merge pull request #53512 from r-ryantm/auto-update/gnutar
gnutar: 1.30 -> 1.31
Configuration menu - View commit details
-
Copy full SHA for 52a12da - Browse repository at this point
Copy the full SHA 52a12daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237deba - Browse repository at this point
Copy the full SHA 237debaView commit details -
alsaLib: add upstream pcm interval patch
fixes audio for Audacious, Old School Runescape (yet to be packaged), and a few other packages, see the following issues https://bugs.archlinux.org/task/60591?project=1&string=alsa-lib https://bugzilla.redhat.com/show_bug.cgi?id=1640602 http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=b420056604f06117c967b65d43d01536c5ffcbc9
Cray Elliott authored and Cray Elliott committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 40ce44f - Browse repository at this point
Copy the full SHA 40ce44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfdf9d6 - Browse repository at this point
Copy the full SHA bfdf9d6View commit details -
Merge pull request #53657 from dtzWill/update/libinput-1.12.5
libinput: 1.12.4 -> 1.12.5
Configuration menu - View commit details
-
Copy full SHA for ab55daf - Browse repository at this point
Copy the full SHA ab55dafView commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 986650d - Browse repository at this point
Copy the full SHA 986650dView commit details -
Merge pull request #53792 from worldofpeace/pycairo/1.18.0
pythonPackages.pycairo: 1.16.3 -> 1.18.0
Configuration menu - View commit details
-
Copy full SHA for 403079a - Browse repository at this point
Copy the full SHA 403079aView commit details -
stdenv: prune libtool files by default (#51767)
See the motivation in fd97db4 (#41819).
Configuration menu - View commit details
-
Copy full SHA for 9a21967 - Browse repository at this point
Copy the full SHA 9a21967View commit details -
dns-root-data: the old KSK is dead!
Long live... eh, I hope the new KSK won't live as long as the old one. Anyway, it doesn't really matter how fast people update this. https://www.ietf.org/mail-archive/web/dnsop/current/msg24989.html See RFC 5011 for details of the protocol. I re-tested validation with both of these files, to be sure.
Configuration menu - View commit details
-
Copy full SHA for c4a5565 - Browse repository at this point
Copy the full SHA c4a5565View commit details
Commits on Jan 12, 2019
-
libjpeg-turbo: specify djpeg rgb-islow-icc-cmp test dependencies
Hydra failure: https://hydra.nixos.org/build/87096374/nixlog/1 Upstream issue: libjpeg-turbo/libjpeg-turbo#321
Configuration menu - View commit details
-
Copy full SHA for c55a423 - Browse repository at this point
Copy the full SHA c55a423View commit details -
Merge pull request #52524 from stephengroat/patch-2
freetype: 2.9 -> 2.9.1
Configuration menu - View commit details
-
Copy full SHA for a59e729 - Browse repository at this point
Copy the full SHA a59e729View commit details -
qt511.qtdeclarative: fix CMake
qmlcachegen
pathThis package contains several CMake files used for setting up its provided tools for use in other projects build with CMake. While packaging *ktouch* I found out that the ${_qt5Core_install_prefix} variable doesn't expand at all, rendering the path to the `qmlcachegen` binary useless. As a fix, the command itself is used instead of the path to the binary.
Configuration menu - View commit details
-
Copy full SHA for 4b76c46 - Browse repository at this point
Copy the full SHA 4b76c46View commit details
Commits on Jan 13, 2019
-
packaging the `ktouch` touch typing tutor. Due to Qt impurities, it needs to be installed in a profile to find it runtime dependencies.
Configuration menu - View commit details
-
Copy full SHA for e93bd1d - Browse repository at this point
Copy the full SHA e93bd1dView commit details -
Merge pull request #53859 from schmittlauch/ktouch
ktouch: init at 18.12.0
Configuration menu - View commit details
-
Copy full SHA for 7b7865a - Browse repository at this point
Copy the full SHA 7b7865aView commit details -
ninja: re2c is not for building docs
ninja sources include re2c's output files, so unless we change the sources by applying a patch, re2c is not even launched anyway, it is not relevant to building docs
Configuration menu - View commit details
-
Copy full SHA for a4faf59 - Browse repository at this point
Copy the full SHA a4faf59View commit details -
stdenv: make checkInputs native
We can't run the checkPhase when build != host, so we may as well make the checkInputs native. This signicantly improves the situation of Python packages when enabling strictDeps.
Configuration menu - View commit details
-
Copy full SHA for a1a5ea5 - Browse repository at this point
Copy the full SHA a1a5ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9581c - Browse repository at this point
Copy the full SHA bb9581cView commit details -
Merge pull request #53704 from dtzWill/update/utillinux-2.33.1
utillinux; 2.33 -> 2.33.1
Configuration menu - View commit details
-
Copy full SHA for f094f1d - Browse repository at this point
Copy the full SHA f094f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b02848 - Browse repository at this point
Copy the full SHA 0b02848View commit details -
NEWS file from tarball (don't see it on the mailing list for whatever reason, maybe I'm just blind O:)) https://gist.github.com/dtzWill/4029f87c33939795a365939d06a8ef18
Configuration menu - View commit details
-
Copy full SHA for 09cc811 - Browse repository at this point
Copy the full SHA 09cc811View commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3054cbd - Browse repository at this point
Copy the full SHA 3054cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2ac7e - Browse repository at this point
Copy the full SHA 5e2ac7eView commit details -
vala_0_38, vala_0_40, vala_0_42: add configuration to disable graphviz
This allows building Vala without support for Graphviz; useful for more minimal installs where we don't want to pull it (and transitively, pango, gd, etc.) in as a dependency.
Configuration menu - View commit details
-
Copy full SHA for c52362c - Browse repository at this point
Copy the full SHA c52362cView commit details -
Merge pull request #53920 from dtzWill/fix/llvm-bpf-target
llvm_{6,7}: enable BPF target, fix bcc
Configuration menu - View commit details
-
Copy full SHA for f64843f - Browse repository at this point
Copy the full SHA f64843fView commit details -
* Drop patches, now included! * Fixes system tray icon madness w/awesomeWM (and others?), oh joyous day what a time to be alive :) (parent_relative fixups, been using for a while, woohoo!)
Configuration menu - View commit details
-
Copy full SHA for 2002b8a - Browse repository at this point
Copy the full SHA 2002b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 178d422 - Browse repository at this point
Copy the full SHA 178d422View commit details -
python37Packages.cryptography: 2.3.1 -> 2.4.2
Changelog: https://cryptography.io/en/latest/changelog/#v2-4-2 Important changes: - BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL 2.4.x. - Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to upgrade or install cryptography from a wheel.
Configuration menu - View commit details
-
Copy full SHA for a82557e - Browse repository at this point
Copy the full SHA a82557eView commit details -
https://mail.python.org/pipermail/numpy-discussion/2019-January/079130.html Remove musl workarounds/fixups since they don't apply, haven't investigated if they're still needed yet.
Configuration menu - View commit details
-
Copy full SHA for ff0e5a5 - Browse repository at this point
Copy the full SHA ff0e5a5View commit details
Commits on Jan 15, 2019
-
Merge pull request #53000 from andrew-d/andrew/vala-no-graphviz
vala_0_38, vala_0_40, vala_0_42: add configuration to disable graphviz (to reduce closure size)
Configuration menu - View commit details
-
Copy full SHA for 263bc89 - Browse repository at this point
Copy the full SHA 263bc89View commit details -
llvm_6, llvm_7: build all default targets (#53941)
This makes LLVM tools (including dependent tools such as LLD) readily useful in more situations, foresees such needed additions as BPF and NVPTX, and brings llvm_6 and newer on par with the current default llvm_5.
Configuration menu - View commit details
-
Copy full SHA for d6f401e - Browse repository at this point
Copy the full SHA d6f401eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ee101 - Browse repository at this point
Copy the full SHA 05ee101View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d9930 - Browse repository at this point
Copy the full SHA c5d9930View commit details
There are no files selected for viewing