about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos docs: system restart to apply containers natFrancesco Gazzetta2018-09-03
|
* knot-dns: 2.7.1 -> 2.7.2Vladimír Čunát2018-09-03
| | | | https://lists.nic.cz/pipermail/knot-dns-users/2018-August/001423.html
* tarball job: more --show-traceVladimír Čunát2018-09-03
| | | | Without that I couldn't well do the grandparent commit.
* nix-prefetch-git: needs findutils as it depends on find/xargsDomen Kožar2018-09-03
|
* lib/trivial.nix: fix missing parensVladimír Čunát2018-09-03
| | | | | Broken in 62dca7c9a; the tricky thing is that it depends on nix version. Explanation: https://github.com/NixOS/nix/issues/629
* opencv: 3.4.2 -> 3.4.3Bas van Dijk2018-09-03
|
* opendht: rework module to use autoreconfHook, and use multiple outputsAustin Seipp2018-09-03
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #45964 from Mic92/ircJörg Thalheim2018-09-03
|\ | | | | python.pkgs.irc: 14.2.2 -> 16.4
| * python.pkgs.irc: 14.2.2 -> 16.4Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco_logging: 1.5 -> 1.5.2Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco_text: 1.7 -> 1.10.1Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco.itertools: 1.7.1 -> 2.4Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco.classes: 1.4 -> 1.5Jörg Thalheim2018-09-03
| |
| * python.pkgs.jaraco.stream: 1.1.1 -> 1.2Jörg Thalheim2018-09-03
| |
| * python.pkgs.inflect: 0.2.5 -> 1.0.0Jörg Thalheim2018-09-03
| |
* | nix: 2.0.4 -> 2.1Eelco Dolstra2018-09-03
| |
* | nixos: Document option description changesaszlig2018-09-03
| | | | | | | | | | | | | | | | | | | | | | 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 f865d0feabfafbb30a9e. Signed-off-by: aszlig <aszlig@nix.build>
* | Merge pull request #45848 from r-ryantm/auto-update/augeasJörg Thalheim2018-09-03
|\ \ | | | | | | augeas: 1.10.1 -> 1.11.0
| * | augeas: 1.10.1 -> 1.11.0R. RyanTM2018-08-30
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from augeas
* | | linux: 4.19-rc1 -> 4.19-rc2Tim Steinbach2018-09-02
| | |
* | | release-notes: Adds 19.03 — KoiSamuel Dionne-Riel2018-09-02
| | |
* | | 18.09 -> 19.03Samuel Dionne-Riel2018-09-02
| | | | | | | | | | | | Name coming in the future.
* | | Merge pull request #45930 from aszlig/option-description-parbreakGraham Christensen2018-09-02
|\ \ \ | | | | | | | | nixos: Split paras by \n\n in option descriptions
| * | | nixos: Split paras by \n\n in option descriptionsaszlig2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | nixos docs: more IDsGraham Christensen2018-09-02
| | | |
* | | | racket-minimal: fix hash (#45952)Mario Rodas2018-09-02
| | | |
* | | | nixos docs: more IDsGraham Christensen2018-09-02
| | | |
* | | | fbreader: 0.99.4 -> 0.99.6, switch to fetchFromGitHub, add more build ↵Jan Malakhovski2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options (#45840) This, apparently, is not an official release (it's tagged, but the tarball is not available on the official site), but this repo is the official repo mentioned on the official site. This fixes a bunch of very annoying bugs present in 0.99.4, e.g. ``` $ FBReader filename ``` does not crash anymore. Yay!
* | | | FreeOrion 0.4.7.1 -> 0.4.8 (#45943)Milan Svoboda2018-09-02
| | | |
* | | | Merge pull request #45912 from xeji/p/dhcpcdSamuel Dionne-Riel2018-09-02
|\ \ \ \ | | | | | | | | | | dhcpcd: 6.11.5 -> 7.0.8
| * | | | nixos/tests/networking.*.macvlan: disable reverse path checkUli Baum2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated reverse path filtering rules for the macvlan interface seem to be incorrect, causing the test to fail - sometimes or always, depending on the dhcpcd version used. - Disable reverse path checking temporarily to avoid blocking the channel - Print more diagnostic information for debugging
| * | | | dhcpcd: 6.11.5 -> 7.0.8Uli Baum2018-09-01
| | | | |
* | | | | Added an example for environment.variable. (#45956)Christopher Birkbeck2018-09-02
| | | | |
* | | | | kitty: Add terminfo attr (#45953)Roman Volosatovs2018-09-02
| | | | |
* | | | | gnu-pw-mgr: 2.3.3 -> 2.4.2 (#45951)Kenny Shen2018-09-02
| | | | |
* | | | | Merge pull request #45955 from romildo/upd.dtkwidgetxeji2018-09-02
|\ \ \ \ \ | | | | | | | | | | | | dtkwidget: init at 2.0.9.3
| * | | | | dtkwidget: init at 2.0.9.3José Romildo Malaquias2018-09-02
| | | | | |
| * | | | | dtkcore: only define QT_HOST_DATA if it is empty, enable parallel buildingJosé Romildo Malaquias2018-09-02
| | | | | |
* | | | | | Merge pull request #45939 from rnhmjoj/sccxeji2018-09-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | sc-controller: 0.4.3 -> 0.4.4
| * | | | | | sc-controller: fix missing libbluetooth.sornhmjoj2018-09-02
| | | | | | |
| * | | | | | sc-controller: fix udev for NixOSrnhmjoj2018-08-21
| | | | | | |
| * | | | | | sc-controller: 0.4.3 -> 0.4.4R. RyanTM2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sc-controller/versions.
* | | | | | | Merge pull request #45911 from samueldr/fix/nixos-help-browserGraham Christensen2018-09-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/manual: nixos-help knows about colon-separated BROWSER
| * | | | | | | nixos/manual: nixos-help knows about colon-separated BROWSERSamuel Dionne-Riel2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the semantics as understood by `xdg-open`. Using these semantics on a non-colon-separated variable works because it acts as if it was a one element long list. This fixes an issue where it would try to exec `google-chrome-beta:google-chrome:chromium:firefox` on a system configured with these semantics in mind.
* | | | | | | | Merge pull request #44526 from ↵Graham Christensen2018-09-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | samueldr/feature/actiavation-failure-identification nixos/activation: Identifies the snippet that failed
| * | | | | | | | nixos/activation: Identifies the snippet that failedSamuel Dionne-Riel2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a developer to better identify in which snippet the failure happened. Furthermore, users seeking help will have more information available about the failure.
* | | | | | | | | Merge pull request #45949 from jtojnar/gcolor3Jan Tojnar2018-09-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gcolor3: 2.2 → 2.3
| * | | | | | | | | gcolor3: 2.2 → 2.3Jan Tojnar2018-09-02
| | | | | | | | | |
* | | | | | | | | | android-studio: Refactor the code & minor improvementsMichael Weiss2018-09-02
| | | | | | | | | |