-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 7ff3ccfa74a4
head repository: NixOS/nixpkgs-channels
compare: be1c03ddaf86
Commits on Nov 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4b6bdc2 - Browse repository at this point
Copy the full SHA 4b6bdc2View commit details
Commits on Nov 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f17ff7d - Browse repository at this point
Copy the full SHA f17ff7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb1141 - Browse repository at this point
Copy the full SHA fbb1141View commit details
Commits on Nov 30, 2018
-
gcc doesn’t know all of the specific flags here. It is easier to just set -Wno-error.
Configuration menu - View commit details
-
Copy full SHA for 73d5376 - Browse repository at this point
Copy the full SHA 73d5376View commit details
Commits on Dec 1, 2018
-
libinput: fix docs & libinput command
libinput switched from Doxygen to Sphinx for user docs. Since Sphinx is a Python module, it propagates Python. And because it is listed in nativeBuildInputs, its python binary takes precedence over the one added in buildInputs. This results in a wrong interpreter being substituted into shebangs. The contamination occurred previously too but libinput does not use pyparsing dependency since 1.12.0, so it could be removed. I prevented Sphinx from propagating Python and added some additional dependencies to it. In the future we might want something more reusable. While at it, I also fixed the tests.
Configuration menu - View commit details
-
Copy full SHA for 27aed1b - Browse repository at this point
Copy the full SHA 27aed1bView commit details -
* wrap so minizinc on PATH (to ensure it's avail/found)
Configuration menu - View commit details
-
Copy full SHA for 0e4c444 - Browse repository at this point
Copy the full SHA 0e4c444View commit details
Commits on Dec 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d5ee86 - Browse repository at this point
Copy the full SHA 3d5ee86View commit details
Commits on Dec 3, 2018
-
volth authored
Dec 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 873967b - Browse repository at this point
Copy the full SHA 873967bView commit details -
volth authored
Dec 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 03b9bc9 - Browse repository at this point
Copy the full SHA 03b9bc9View commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f17dd04 - Browse repository at this point
Copy the full SHA f17dd04View commit details
Commits on Dec 8, 2018
-
erlang: disable parallel building
This fixes build errors like GEN asn1ct_eval_ext.erl {"init terminating in do_boot",{undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{file,"prepare_templates.erl"},{line,58}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} init terminating in do_boot ({undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{_},{_}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}) that occur on some machines but not others.
Configuration menu - View commit details
-
Copy full SHA for 82e5590 - Browse repository at this point
Copy the full SHA 82e5590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3183342 - Browse repository at this point
Copy the full SHA 3183342View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff084c7 - Browse repository at this point
Copy the full SHA ff084c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4d458 - Browse repository at this point
Copy the full SHA 8b4d458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965f95c - Browse repository at this point
Copy the full SHA 965f95cView commit details -
Merge pull request #51644 from ivan/erlang-disable-parallel-building
erlang: disable parallel building
Configuration menu - View commit details
-
Copy full SHA for b4a2ed8 - Browse repository at this point
Copy the full SHA b4a2ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca39fe - Browse repository at this point
Copy the full SHA 2ca39feView commit details -
Merge pull request #51226 from Mic92/llvm-cross-targets
llvm: fix cross-compilation
Configuration menu - View commit details
-
Copy full SHA for 7a4c81d - Browse repository at this point
Copy the full SHA 7a4c81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d22d3 - Browse repository at this point
Copy the full SHA b9d22d3View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/v4l-utils/versions
Configuration menu - View commit details
-
Copy full SHA for b11fa4b - Browse repository at this point
Copy the full SHA b11fa4bView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wildmidi/versions
Configuration menu - View commit details
-
Copy full SHA for c5ba3e1 - Browse repository at this point
Copy the full SHA c5ba3e1View commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ee77dd6 - Browse repository at this point
Copy the full SHA ee77dd6View commit details -
ncurses: fix cross-build by disable stripping
Ncurses uses `install -s` to also strip the binaries while installing. This broke the cross build because the wrong strip command was chosen.
Configuration menu - View commit details
-
Copy full SHA for ceaee84 - Browse repository at this point
Copy the full SHA ceaee84View commit details -
libselinux: fix cross compilation (#51201)
libselinux needs native python to compute the installation prefix. Swig generates the c code for the extension and needs python.h at compile, so we put python into buildInputs
Configuration menu - View commit details
-
Copy full SHA for e7d5548 - Browse repository at this point
Copy the full SHA e7d5548View commit details -
Merge pull request #51779 from Mic92/ncurses
ncurses: fix cross-build by disable stripping
Configuration menu - View commit details
-
Copy full SHA for 3278812 - Browse repository at this point
Copy the full SHA 3278812View commit details -
iptables: prune libtool files after build
Otherwise -lpcap gets propagated to reverse deps This can break strongswan build for example NixOS/nixpkgs#51252 (comment)
Configuration menu - View commit details
-
Copy full SHA for 705babc - Browse repository at this point
Copy the full SHA 705babcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec59713 - Browse repository at this point
Copy the full SHA ec59713View commit details -
Merge pull request #51802 from Mic92/cross-perl
perl: update perl-cross archive
Configuration menu - View commit details
-
Copy full SHA for 8dc4d11 - Browse repository at this point
Copy the full SHA 8dc4d11View commit details
Commits on Dec 10, 2018
-
glib: fix cross -> inherit devdoc from native build
Glib uses gobject introspection to generate documentation. If we would want to cross-compile those, we would need native binaries from the previous build stage. Instead we can simply just copy over the generated documentation.
Configuration menu - View commit details
-
Copy full SHA for efa57f8 - Browse repository at this point
Copy the full SHA efa57f8View commit details -
Merge pull request #51824 from Mic92/cross-glib
glib: fix cross -> inherit devdoc from native build
Configuration menu - View commit details
-
Copy full SHA for 01e6a04 - Browse repository at this point
Copy the full SHA 01e6a04View commit details -
Only the make-based build support cross-compilation. Also use less vendored libraries
Configuration menu - View commit details
-
Copy full SHA for 900a01a - Browse repository at this point
Copy the full SHA 900a01aView commit details -
Merge pull request #51706 from dtzWill/update/sysvinit-2.93
sysvinit: 2.89 -> 2.93
Configuration menu - View commit details
-
Copy full SHA for 310b0dd - Browse repository at this point
Copy the full SHA 310b0ddView commit details -
Merge pull request #51787 from c0bw3b/pkg/iptables
iptables: prune libtool files after build
Configuration menu - View commit details
-
Copy full SHA for 00593d6 - Browse repository at this point
Copy the full SHA 00593d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee79f5 - Browse repository at this point
Copy the full SHA fee79f5View commit details -
cctools: don’t depend on clang at runtime
--disable-clang-as flag disables the use of clang by cctools-port
Configuration menu - View commit details
-
Copy full SHA for 9564b8e - Browse repository at this point
Copy the full SHA 9564b8eView commit details
Commits on Dec 11, 2018
-
treewide: use "buildPackages" darwin for bootstrap_cmds
These are almost always from buildPackages. Another issue where splicing doesn’t seem to pick them up correctly.
Configuration menu - View commit details
-
Copy full SHA for 9ab6789 - Browse repository at this point
Copy the full SHA 9ab6789View commit details -
ruby: fix cross-build (#51842)
Enable autoreconfHook by default: The build tried to execute autoconf, which was in the wrong build input. Regenerating autotools configure files is always a good idea since it delivers fixes. Also move groff to the native since it is only used at build-time
Configuration menu - View commit details
-
Copy full SHA for 10ba787 - Browse repository at this point
Copy the full SHA 10ba787View commit details -
kerberos-server: Fix sbin paths
tcpd doesn't have sbin anymore (so it was broken), and heimdal just symlinks to bin.
Configuration menu - View commit details
-
Copy full SHA for dfdd348 - Browse repository at this point
Copy the full SHA dfdd348View commit details -
kerberos-server: move kadmind to systemd
Don't use socket activation, as inetd is discouraged by heimdal documentation.
Configuration menu - View commit details
-
Copy full SHA for ee3bd73 - Browse repository at this point
Copy the full SHA ee3bd73View commit details -
kerberos-server: cleanup of kerberos.nix
General cleanup before adding more options.
Configuration menu - View commit details
-
Copy full SHA for 4f9af77 - Browse repository at this point
Copy the full SHA 4f9af77View commit details -
kerberos-server: switch to ExecStart
script causes problems for forking services like MIT Kerberos.
Configuration menu - View commit details
-
Copy full SHA for fe8f2b8 - Browse repository at this point
Copy the full SHA fe8f2b8View commit details -
kerberos-server: add kerberos option
Allow switching out kerberos server implementation. Sharing config is probably sensible, but implementation is different enough to be worth splitting into two files. Not sure this is the correct way to split an implementation, but it works for now. Uses the switch from config.krb5 to select implementation.
Configuration menu - View commit details
-
Copy full SHA for 6cca9c0 - Browse repository at this point
Copy the full SHA 6cca9c0View commit details -
kerberos_server: Keep ACL file in store
Could also move kdc.conf, but this makes it inconvenient to use command line utilities with heimdal, as it would require specifying --config-file with every command.
Configuration menu - View commit details
-
Copy full SHA for 4e4a599 - Browse repository at this point
Copy the full SHA 4e4a599View commit details -
kerberos_server: ensure only one realm configured
Leave options for multiple realms for similarity to krb5, and future expansion. Currently not tested because I can't make it work and don't need it.
Configuration menu - View commit details
-
Copy full SHA for f5b4918 - Browse repository at this point
Copy the full SHA f5b4918View commit details -
kerberos: explicitly install krb5Full.dev for tests
This contains all of the user binaries as of 13e6a5c.
Configuration menu - View commit details
-
Copy full SHA for d752677 - Browse repository at this point
Copy the full SHA d752677View commit details -
kerberos: move user binaries to default output
The intention of the previous change was to move krb5-config to .dev (it gives the locations of headers), but it grabbed all of the user-facing binaries too. This puts them back.
Configuration menu - View commit details
-
Copy full SHA for ade842f - Browse repository at this point
Copy the full SHA ade842fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337bc20 - Browse repository at this point
Copy the full SHA 337bc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebe19f - Browse repository at this point
Copy the full SHA 2ebe19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d5071 - Browse repository at this point
Copy the full SHA 68d5071View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e7391 - Browse repository at this point
Copy the full SHA b6e7391View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7ff3ccfa74a4...be1c03ddaf86