Commit Graph

151704 Commits

Author SHA1 Message Date
Michael Weiss
1ef5b1780f iputils: Code refactoring and fixes
- Fix the cross-compiling check and add openssl for ninfod
- Add "AS-IS, SUN MICROSYSTEMS license" to meta.licenses
- Install igp (see man pg3)
2018-09-02 15:56:35 +02:00
Michael Weiss
a9629064d8 iputils: Drop unnecessary dependencies 2018-09-02 15:56:32 +02:00
volth
a9a8043b9b install-grub.pl: avoid double '/' in menu.lst and grub.conf (#45907)
Although double '/' in paths is not a problem for GRUB supplied with nixpkgs, sometimes NixOS's grub.conf read by external GRUB and there are versions of GRUB which fail
2018-09-02 14:34:55 +02:00
xeji
6a7cd78884
Merge pull request #45818 from jglukasik/master
ipfs-cluster: init at v0.5.0
2018-09-02 13:52:48 +02:00
Uli Baum
13c3986b7a nixos/tests/networking.*.macvlan: disable reverse path check
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
2018-09-02 12:26:28 +02:00
Gabriel Ebner
4d3ed9f5d5 gpxsee: 4.19 -> 5.17 2018-09-02 12:17:22 +02:00
Robert Schütz
e5bd748795 home-assistant: 0.77.1 -> 0.77.2 2018-09-02 09:45:31 +02:00
xeji
224a5503ca
nixos/release.nix: disable blivet test (#45931)
- has been broken since 2017-07-24
- no attempts to fix it
- it tests an outdated blivet version (Oct 2014)
2018-09-02 09:37:48 +02:00
Daniël de Kok
ffde2e71bc backblaze-b2: 1.1.0 -> 1.3.6 (#45929)
Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
2018-09-02 08:45:09 +02:00
xeji
a3434cf4e5
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
2018-09-02 08:39:30 +02:00
Sarah Brofeldt
3e537206f0
Merge pull request #45928 from jD91mZM2/cargo-tree
cargo-tree: 0.19.0 -> 0.20.0
2018-09-02 08:28:17 +02:00
Uli Baum
5f72169b03 nixos/displayManagers/auto: allow root auto-login
The switch from slim to lightdm in #30890 broke some nixos tests
because lightdm by default doesn't permit auto-login for root.
Override /etc/pam.d/lightdm-autologin to allow it.
2018-09-02 08:18:10 +02:00
aszlig
f865d0feab
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
2018-09-02 08:10:37 +02:00
jD91mZM2
61e7b1cfff
cargo-tree: 0.19.0 -> 0.20.0 2018-09-02 07:15:36 +02:00
Florian Klink
953b77f07b bird: set reloadIfChanged to true (#45924)
This will trigger the reload instead of restart command if a definition
changes, which is much more desireable for a routing daemon.
2018-09-02 06:51:32 +02:00
José Romildo Malaquias
5357e6d26e deepin-gettext-tools: init at 1.0.8 (#45926) 2018-09-02 06:46:45 +02:00
Samuel Dionne-Riel
ca47cc90c2
Merge pull request #39142 from teto/nm_dispatchers
[RDY] networkmanager: enrich dispatcher PATH
2018-09-01 23:26:36 -04:00
John Ericson
4a8a80d9b0
Merge pull request #45922 from obsidiansystems/androidndk-fix-eval
androidndk: fix eval
2018-09-01 23:05:58 -04:00
Graham Christensen
121a7d743a
Merge pull request #45195 from Ralith/vulkan
vulkan: 1.1.77.0 -> 1.1.82.1
2018-09-01 21:35:06 -04:00
Graham Christensen
2d5f599b35
Merge pull request #44347 from zhangyoufu/patch-28620
fix vlan interface bring up on boot
2018-09-01 21:28:31 -04:00
Graham Christensen
b5035a808a
Merge pull request #45923 from colemickens/packet
packet: v20161215 -> v2.2.2
2018-09-01 20:40:30 -04:00
Tim Steinbach
2b71201708
travis: 1.8.8 -> 1.8.9 2018-09-01 20:29:30 -04:00
Cole Mickens
2c7ba962a8 packet: v20161215 -> v2.2.2 2018-09-01 17:22:27 -07:00
Uli Baum
7e9bd2dae1 nixos/tests/flatpak: explicitly disable gdm to fix eval
The switch to lightdm as default display manager in #30890
broke eval of the flatpak test. Since the test uses the
auto display manager (lightdm), gdm must now be explicitly disabled.
2018-09-02 01:57:20 +02:00
Markus Kowalewski
31725ed5f1
gtkimageview: update homepage 2018-09-02 01:46:29 +02:00
Markus Kowalewski
13c2b67018
clipper: update homepage 2018-09-02 01:46:29 +02:00
Markus Kowalewski
e8ba17ffa8
bwidget: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski
ede37f98e2
qnial: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski
d75cfa03ec
orc: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski
36587f639a
numix-cursor-theme: update homepage 2018-09-02 01:46:27 +02:00
Markus Kowalewski
fffe9a2581
larswm: update homepage 2018-09-02 01:46:27 +02:00
Markus Kowalewski
8fb523ab7d
containerd: update homepage 2018-09-02 01:46:26 +02:00
Markus Kowalewski
13a97da2d4
uvccapture: remove dead homepage link 2018-09-02 01:46:26 +02:00
Markus Kowalewski
cd748ba94a
tkcvs: update homepage 2018-09-02 01:46:26 +02:00
Markus Kowalewski
ee54f1f817
plm: remove dead homepage link, mark as broken 2018-09-02 01:46:25 +02:00
Markus Kowalewski
5cf25dded7
symmetrica: update homepage 2018-09-02 01:46:25 +02:00
Markus Kowalewski
c184150a22
jags: update homepage + fix license 2018-09-02 01:46:18 +02:00
Luigy Leon
c759f7a9b7 androidndk: fix eval
fixup from https://github.com/NixOS/nixpkgs/pull/45820

/cc @Ericson2314
2018-09-01 19:40:52 -04:00
Uli Baum
15e6e1ff6f nixos/nginx: fix type of sslTrustedCertificate option
The option was added in 1251b34b5bbcd11a7a2974df7bada5d6d47b985d
with type `types.path` but default `null`, so eval failed with
the default setting. This broke the acme and certmgr tests.

cc: @vincentbernat @fpletz
2018-09-02 01:35:59 +02:00
Joseph Lukasik
314d1fcdcb Add gx-go to nativeBuildInputs for ipfs-cluster 2018-09-01 16:01:43 -07:00
Markus Kowalewski
e5974ddaec
jonprl: update homepage 2018-09-02 00:36:01 +02:00
Markus Kowalewski
b9bd5519c5
keepnote: update homepage 2018-09-02 00:33:29 +02:00
Markus Kowalewski
b4c8d6c37b
sup: update homepage 2018-09-02 00:31:08 +02:00
Markus Kowalewski
c6e31608d7
tox-prpl: update homepage 2018-09-02 00:28:54 +02:00
Markus Kowalewski
e9d904af55
timewarrior: update homepage 2018-09-02 00:23:23 +02:00
Markus Kowalewski
de43e1346f
pinfo: remove dead homepage link 2018-09-02 00:19:38 +02:00
Markus Kowalewski
8dbe16b523
pdfshuffler: update homepage 2018-09-02 00:15:39 +02:00
Markus Kowalewski
bb6263af72
orpie: update homepage 2018-09-02 00:13:21 +02:00
Markus Kowalewski
7bc523c492
jamomacore: update homepage 2018-09-02 00:09:28 +02:00
Markus Kowalewski
3cbd6c559e
grafx2: update homepage 2018-09-02 00:05:49 +02:00