-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 61deecdc34fc
head repository: NixOS/nixpkgs-channels
compare: 9d1bd7c88063
Commits on Aug 31, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from augeas
R. RyanTM committedAug 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 07d33b0 - Browse repository at this point
Copy the full SHA 07d33b0View commit details
Commits on Sep 2, 2018
-
nixos: Split paras by \n\n in option descriptions
What annoyed me for a long time was the fact, that in order to break into a new paragraph, you need to insert </para><para> in the description attribute of an option. Now we will automatically create <para/> elements for every block that is separated by two consecutive newlines. I first tried to do this within options-to-docbook.xsl, but it turns out[1] that this isn't directly possible with XSLT 1.0, so I added another XSLT file that postprocesses the option descriptions that are now enclosed in <nixos:option-description/> by options-to-docbook.xsl. The splitting itself is a bit more involved, because we can't simply split on every \n\n because we'd also split text nodes of elements, for example: <screen><![CDATA[ one line another one ]]></screen> This would create one <para/> element for "one line" and another for "another line", which we obviously don't want because <screen/> is used to display verbatim contents of what a user is seeing on the screen. So what we do instead is splitting *only* the top-level text nodes within the outermost <para/> and leave all elements as-is. If there are more than one <para/> elements at the top-level, we simply don't process it at all, because the description then already contains </para><para>. https://www.mhonarc.org/archive/html/xsl-list/2012-09/msg00319.html Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra, @domenkozar
Configuration menu - View commit details
-
Copy full SHA for f865d0f - Browse repository at this point
Copy the full SHA f865d0fView commit details -
Merge pull request #45930 from aszlig/option-description-parbreak
nixos: Split paras by \n\n in option descriptions
Configuration menu - View commit details
-
Copy full SHA for 14b0456 - Browse repository at this point
Copy the full SHA 14b0456View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e2cd9 - Browse repository at this point
Copy the full SHA b3e2cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e144899 - Browse repository at this point
Copy the full SHA e144899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029b992 - Browse repository at this point
Copy the full SHA 029b992View commit details -
Merge pull request #45848 from r-ryantm/auto-update/augeas
augeas: 1.10.1 -> 1.11.0
Configuration menu - View commit details
-
Copy full SHA for bb9f6ea - Browse repository at this point
Copy the full SHA bb9f6eaView commit details -
nixos: Document option description changes
This adds a release notes entry to make users (and especially developers) aware so they no longer need to use </para><para> in option descriptions as this is now done automatically on every two consecutive newlines. More details can be found in the commit message of f865d0f. Signed-off-by: aszlig <aszlig@nix.build>
Configuration menu - View commit details
-
Copy full SHA for 4652f2f - Browse repository at this point
Copy the full SHA 4652f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347638c - Browse repository at this point
Copy the full SHA 347638cView commit details
Commits on Sep 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8e15622 - Browse repository at this point
Copy the full SHA 8e15622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b73d6 - Browse repository at this point
Copy the full SHA 97b73d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e9520 - Browse repository at this point
Copy the full SHA b3e9520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1b6c8 - Browse repository at this point
Copy the full SHA 6b1b6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bf056 - Browse repository at this point
Copy the full SHA c4bf056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd2bf4 - Browse repository at this point
Copy the full SHA 7cd2bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc1b13 - Browse repository at this point
Copy the full SHA 9bc1b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c9408 - Browse repository at this point
Copy the full SHA 35c9408View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c6c32 - Browse repository at this point
Copy the full SHA d1c6c32View commit details -
opendht: rework module to use autoreconfHook, and use multiple outputs
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 185f001 - Browse repository at this point
Copy the full SHA 185f001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 252c0d4 - Browse repository at this point
Copy the full SHA 252c0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de2b62 - Browse repository at this point
Copy the full SHA 7de2b62View commit details -
lib/trivial.nix: fix missing parens
Broken in 62dca7c; the tricky thing is that it depends on nix version. Explanation: NixOS/nix#629
Configuration menu - View commit details
-
Copy full SHA for 608730a - Browse repository at this point
Copy the full SHA 608730aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d6e84 - Browse repository at this point
Copy the full SHA 66d6e84View commit details -
tarball job: more --show-trace
Without that I couldn't well do the grandparent commit.
Configuration menu - View commit details
-
Copy full SHA for 8d7439e - Browse repository at this point
Copy the full SHA 8d7439eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5b8ef - Browse repository at this point
Copy the full SHA 0a5b8efView commit details -
perlPackages.UNIVERSALref: broken with perl 5.26+
volth authoredSep 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 9173c37 - Browse repository at this point
Copy the full SHA 9173c37View commit details -
Merge pull request #45983 from volth/patch-241
perlPackages.UNIVERSALref: broken with perl 5.26+
Configuration menu - View commit details
-
Copy full SHA for 5f59823 - Browse repository at this point
Copy the full SHA 5f59823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956790a - Browse repository at this point
Copy the full SHA 956790aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d388e1 - Browse repository at this point
Copy the full SHA 0d388e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b48a67 - Browse repository at this point
Copy the full SHA 9b48a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db3ae3 - Browse repository at this point
Copy the full SHA 3db3ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eac06ed - Browse repository at this point
Copy the full SHA eac06edView commit details -
The patches are unmaintained and suggest a false sense of security
Configuration menu - View commit details
-
Copy full SHA for 5fccac2 - Browse repository at this point
Copy the full SHA 5fccac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b06ad61 - Browse repository at this point
Copy the full SHA b06ad61View commit details -
Configuration menu - View commit details
-
Copy full SHA for acfa8cb - Browse repository at this point
Copy the full SHA acfa8cbView commit details -
Revert "ledger: Enable building of tests, and concurrent make"
This reverts commit acfa8cb. This fails because none of the tests seems to be working for the version that's in nixpkgs master.
Configuration menu - View commit details
-
Copy full SHA for 9d1bd7c - Browse repository at this point
Copy the full SHA 9d1bd7cView commit details
There are no files selected for viewing