Uli Baum
e5d9c16f2a
gnu-smalltalk: fix build
...
disable format hardening
2018-09-05 23:01:15 +02:00
Uli Baum
62086c6be6
nixos/tests/novacomd: prevent non-deterministic failure
...
A sporadic failure occured on Hydra because a request was sent
to the daemon after the systemd unit was started, but before the
daemon was actually listening. Fix by checking for open port first.
2018-09-04 22:46:44 +02:00
Uli Baum
e7a82cac35
swift: broken on aarch64
...
never built according to available hydra logs
2018-09-04 01:13:55 +02:00
Uli Baum
9889c0f241
Revert "[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103"
...
It broke perlPackages.MouseXGetOpt
This reverts commit ad47c381bd .
2018-09-03 21:52:56 +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
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
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
Uli Baum
15e6e1ff6f
nixos/nginx: fix type of sslTrustedCertificate option
...
The option was added in 1251b34b5b
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
Uli Baum
d660428f85
nixos-generate-config.pl: remove executable bit
...
it was erroneously set in cb1ca42009
although this file isn't executable before patching shebangs.
2018-09-01 21:29:30 +02:00
Uli Baum
8938eede28
dhcpcd: 6.11.5 -> 7.0.8
2018-09-01 20:07:11 +02:00
Uli Baum
43e30b1ead
nixos/tests/installer: add missing system.extraDependencies
...
Since 1b11fdd0df the test VM
depends on some extra packages to build the system to be installed.
This broke the installer test as it tried to download/build these
packages in a sandbox.
2018-09-01 11:50:02 +02:00
Uli Baum
865301fb82
Revert "mdds: 1.3.1 -> 1.4.1 ( #45814 )"
...
This update appears to break libreoffice.
This reverts commit 897206755e .
2018-08-31 14:05:17 +02:00
Uli Baum
f2a4adfec2
rpcbind: switch to upstream git repo, drop patch
2018-08-31 00:04:15 +02:00
Uli Baum
037d27ed00
nfs-utils: simplify code using placeholders
2018-08-30 20:11:40 +02:00
Uli Baum
e0ca51c367
nixos/tests/nfs: fix nfs4 client mount path
...
nfs4 exports from a virtual filesystem root,
so the client mount path differs from nfs3
2018-08-30 19:57:39 +02:00
Uli Baum
c62bb34f7a
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
...
- switch source to kernel.org
- libnfsidmap 2.3.2 is built from the nfs-utils source,
put it in nfs-utils.lib
- split outputs
- adapt sssd, the only other package using libnfsidmap
2018-08-30 19:55:54 +02:00
Uli Baum
be356b3d4a
linux-libre: fix argument list
...
Building a system with boot.kernelPackages = pkgs.linuxPackages-libre
failed because the expression is called with extra arguments,
See linux-4.14.nix.
2018-08-29 23:00:47 +02:00
Uli Baum
3f8756ce10
nixos/tests/networking: fix "virtual" tests
...
`ip route` now displays extended tun attributes, so the expected
output of this test changed.
Upstream change: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=118eda77d6602616bc523a17ee45171e879d1818
2018-08-26 14:24:07 +02:00
Uli Baum
f021702d21
nixos/tests/networking: fix routes tests
...
The output format of `ip route` changed, it now explicitly
shows "proto static" for static routes.
2018-08-26 14:15:15 +02:00
Uli Baum
a44469d7b6
nixos/tests/netdata: fix non-deterministic failure
...
The test sporadically failed on hydra when a request was made
before the service was actually listening on its port.
Explicitly wait for the port to open.
2018-08-26 13:38:58 +02:00
Uli Baum
cd8bcb5f9f
ceph: fix build, 12.2.2 -> 12.2.7
...
Since 772eef9168 , Boost
doesn't support by python by default, which broke ceph.
Also bump to 12.2.7, the latest release of ceph 12.
2018-08-26 13:11:57 +02:00
Uli Baum
268bb4ea3c
nixos/tests/munin: fix non-deterministic failure
...
- wait for node to listen before starting munin-cron
- increase timeout for munin-cron startup
- disable a failing plugin to remove irrelevant error message
2018-08-25 14:27:41 +02:00
Uli Baum
7b1f5f70c0
mesos: fix build
...
was broken due to missing dependencies
2018-08-25 01:21:46 +02:00
Uli Baum
da0ce8ca52
munin: fix build
...
fallout from perl 5.24 -> 5.28 update
2018-08-25 01:00:05 +02:00
Uli Baum
2abe3956e4
todoman: limit to linux
...
glibcLocales doesn't exist on Darwin
2018-08-25 00:13:47 +02:00
Uli Baum
519012bcdf
nss_ldap: fix build
...
an upstream perl script needed during build wasn't found, fix path
2018-08-24 23:40:32 +02:00
Uli Baum
bf5d8a72c1
pam_ldap: fix build
...
an upstream perl script needed during build wasn't found, fix path
2018-08-24 23:40:32 +02:00
Uli Baum
672a0ebd80
nixos/tests/wordpress: fix test
...
- explicitly add dbHost to fix test
- remove unnecessary options that are set by default anyway
2018-08-24 15:48:39 +02:00
Uli Baum
00aee56f3d
Revert "miniupnpd: 2.1 -> 2.1.20180706 ( #43186 )"
...
This reverts commit 5d56adb4fd .
2018-08-24 15:45:44 +02:00
Uli Baum
9232c6dc36
chromedriver: update darwin hash for 2.41
2018-08-22 12:17:15 +02:00
Uli Baum
ebac61b0d0
libvirt: explicitly configure qemu support
...
it is enabled by default in 4.5.0 but conditional in 4.6.0 so
let's already put it in here to avoid issues on the next bump.
2018-08-21 22:54:54 +02:00
Uli Baum
6b5b7d96fb
Revert "libvirt: 4.5.0 -> 4.6.0 ( #44566 )"
...
This reverts commit 8835240895 .
4.6.0 is quite broken. Let's wait for the next release.
2018-08-21 22:08:21 +02:00
Uli Baum
528f4a2d1f
Revert "libvirt: jansson required for qemu suppport"
...
This reverts commit df05344d96 .
Upstream has reverted their move from yajl to jansson after 4.6.0
because of major issues.
Let's revert to libvirt 4.5.0 and wait for the next upstream release.
2018-08-21 22:07:05 +02:00
Uli Baum
4ad233e518
Revert "libvirt: fix dlopen("libjansson.so.4")"
...
This reverts commit 929a53f281 .
Upstream has reverted their move from yajl to jansson after 4.6.0
because of major issues. No point in trying to fix it.
Let's revert to libvirt 4.5.0 and wait for the next upstream release.
2018-08-21 22:03:58 +02:00
Uli Baum
bd9bca4c01
mono5: mark 5.x broken on aarch64
...
5.x has been broken on hydra since 2017-07-06
2018-08-21 20:41:30 +02:00
Uli Baum
bcb5005a4d
spidermonkey_1_8_5: broken on aarch64
...
never built on hydra as far back as 2017-03-08
2018-08-21 19:48:45 +02:00
Uli Baum
c47aafde87
bowtie2: broken on aarch64
...
never built as far back as hydra logs go.
2018-08-21 19:11:37 +02:00
Uli Baum
e59d109e09
appstream-glib: remove gcab dependency
2018-08-21 15:00:47 +02:00
Uli Baum
6e3d0efdc4
python.pkgs.orderedset: fix ofborg checkMeta
...
broken by 44a4370b1f
2018-08-15 09:54:58 +02:00
xeji
980505dc3b
nixos/libvirtd: add option to run qemu as non-root
...
New option virtualisation.libvirtd.qemuRunAsRoot (default: true).
If false, qemu is run as non-privileged user qemu-libvirtd,
reducing security risk
2018-08-10 13:59:58 +02:00
Uli Baum
945a24db1b
Revert "scallion: use mono4 ( #44744 )"
...
This reverts commit c51043a1bd .
See comments in #44744 .
2018-08-10 10:47:26 +02:00
Uli Baum
28dc72f7da
biber: 2.7 -> 2.10
...
2.10 is the appropriate version for latest texlive 2017.
2018-08-09 18:52:28 +02:00
Uli Baum
5a25e17628
tengine: fix build with gcc7
2018-08-07 22:02:39 +02:00
Uli Baum
33b71398fc
bazel_0_4: mark as broken
...
build has failed since 2018-04-29
2018-08-07 16:53:36 +02:00
Uli Baum
d0a2767e60
ezquake: replace vimNox with vim
...
this was the only package depending on the outdated vimNox
2018-08-06 21:37:29 +02:00
Uli Baum
9f96ec8b03
vimNox: drop
...
not updated since 2012, see #40876
2018-08-06 21:36:00 +02:00
Uli Baum
6820e2f0dd
mpd: don't use smbclient alias
...
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299
Use samba instead.
2018-08-06 10:07:20 +02:00
Uli Baum
a4ec1ec039
pythonPackages.shippai: fix eval (typo)
2018-08-03 13:18:41 +02:00
Uli Baum
052e4baf0a
somatic-sniper: disable parallel building
...
to fix non-deterministic failure
2018-08-03 08:27:41 +02:00
Uli Baum
6840ae4aee
polkit: 0.114 -> 0.115
2018-08-02 21:33:35 +02:00
Uli Baum
3835786896
gitter: fix eval
...
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Uli Baum
26210f556a
memo: don't use ag alias
...
using the alias `ag` for `silver-searcher` broke the nixpkgs tarball
with an error in eval-release.nix, see discussion in #44273 .
2018-08-01 10:44:04 +02:00
Uli Baum
7be0521a25
file: 5.33 -> 5.34
...
fixes CVE-2018-10360
2018-08-01 09:04:54 +02:00
Uli Baum
77b501b902
tortoisehg: 4.5.2 -> 4.6.1
2018-07-30 23:24:55 +02:00
Uli Baum
906d376ef7
poppler_utils: remove obsolete darwin patch
2018-07-30 23:12:57 +02:00
Uli Baum
6ea7b48c2b
xapian: add patch to fix notmuch tagging
...
Patch is from xapian master and can be removed on next update.
2018-07-30 22:10:37 +02:00
Uli Baum
77eab67b76
xapian: 1.4.6 -> 1.4.7
2018-07-30 20:36:56 +02:00
Uli Baum
8e5dbacd85
aerospike: fix ofborg eval
...
platforms = [ "x86_64-linux" ] broke ofborg eval of nixos manual
because the aerospike module references this package.
Fixed for now by setting platforms to platforms.linux,
even if aarch64 isn't really supported.
2018-07-16 08:45:31 +02:00
Uli Baum
e40a09e3ac
percona-xtrabackup: fix build with gcc7
2018-07-15 13:48:43 +02:00
Uli Baum
0b1b8a8dc2
olm: limit to linux
...
doesn't build on Darwin, tries to use gcc
2018-07-11 11:28:39 +02:00
Uli Baum
7ac794f878
nixos/tests/taskserver: fix eval
...
Since IP address options were changed for 18.03, eval has failed with:
"The option `networking.interfaces.eth1.subnetMask' is used but not defined."
although this option is not used at all in nixos anymore.
The misleading error message seems to be generated from evaluating warnings
for `mkRemovedOptionModule ["subnetMask"]` which apparently broke here
when this test inherited network.interfaces from one VM config to another.
Cc: @aszlig
2018-07-11 00:27:06 +02:00
Uli Baum
6f0c92fda9
meson: set auto_features=disabled
2018-07-09 23:06:25 +02:00
Uli Baum
0aaf209b33
mxt-app: limit platforms to linux
...
never built on darwin
2018-07-05 23:35:49 +02:00
Uli Baum
19ce96584a
git-sync: move to gitAndTools.git-sync
...
By convention, git-related tools in nixpkgs are not added to
the top level but bundled under gitAndTools.
2018-06-26 12:33:18 +02:00
Uli Baum
41f3dee176
nixos/tests/morty: fix non-deterministic failure
...
... due to improper timing
2018-06-13 16:29:58 +02:00
Uli Baum
2483720ad9
xlockmore: disable format hardening to fix build
...
build output was empty since hardening was enabled by default
2018-06-13 01:08:30 +02:00
Uli Baum
93cbb9b72f
nixos/tomcat: fix eval error introduced by #40657
2018-06-11 11:02:54 +02:00
Uli Baum
4c25fbe338
nixos/release-combined: remove keymap tests from tested job
...
Temporary fix for #41538 ; non-deterministic failures
blocked the release channel.
2018-06-06 21:02:55 +02:00
Uli Baum
f44c16401e
s-tar: fix eval error
...
Fixes #41479
2018-06-05 13:43:28 +02:00
Uli Baum
0046d42397
cargo-edit: remove reference to <nixpkgs>
...
... it broke nixpkgs.tarball
2018-06-01 01:55:31 +02:00
Uli Baum
828ddc2e20
perlPackages.DBDPg: disable tests
...
Build was broken because tests freeze in sandbox, disable them.
Fixes #41199 .
2018-05-31 11:46:28 +02:00
Uli Baum
98a4fbf857
libgdiplus: fix build
...
was broken after b22cc53db1
2018-05-28 22:53:19 +02:00
Uli Baum
382c20912e
wireshark-gtk: fix build
...
didn't build (assertion failure) after 48a1345eaa modified the
overrides.
2018-05-28 20:00:30 +02:00
Uli Baum
7ba417aeca
nixos/slurm: fix xml tag mismatch in manual
...
build of nixos manual broke because of mismatched xml tags
in an option description introduced in #41016 .
2018-05-24 22:56:57 +02:00
Uli Baum
3b336d0c18
perlPackages.DateManip: disable tests on i686
...
Build froze and timed out during tests on i686.
2018-05-24 22:30:26 +02:00
Uli Baum
d9bdd77eb5
vimNox: pin to lua 5.1
...
vimNox is currently built from a patched vim 7.3 source from 2012
that requires lua 5.1. Temporary fix, see discussion in #40749 .
2018-05-21 11:46:44 +02:00
Uli Baum
8dbd8f4d69
nixos/dnscrypt-proxy: fix apparmor profile and test
...
Test failed because of an incomplete apparmor profile.
- fix apparmor profile
- improve test timing, prevent non-deterministic failure
2018-05-20 02:25:42 +02:00
Uli Baum
bd6a3b2160
Revert "iasl: 20180313 -> 20180508 ( #40613 )"
...
Broke xen and virtualbox.
This reverts commit 5e49920d41 .
2018-05-19 10:39:32 +02:00
Uli Baum
fc716e64a7
Revert "houdini: Fix libGL ( #40736 )"
...
This reverts commit f07c44bb7c .
PR was incorrectly based on staging instead of master.
2018-05-19 00:55:41 +02:00
Uli Baum
d44e68c856
prometheus_1: 1.8.1 -> 1.8.2
2018-05-18 23:01:05 +02:00
Uli Baum
cab0bd00e1
staging: fix eval error (undefined 'ncursesReal')
...
broken by an apparently faulty merge
in ddbe9191ef
2018-05-18 16:13:19 +02:00
Uli Baum
dd73ab0092
nixos/tests: prevent stateVersion warnings in eval
...
... introduced by 1f0b6922d3
continuation of 88fa50c2f2
2018-05-15 00:22:35 +02:00
Uli Baum
88fa50c2f2
nixos/tests: set default stateVersion in test VMs
...
... to avoid lots of warnings during eval
introduced by 1f0b6922d3
2018-05-14 00:01:15 +02:00
Uli Baum
5829045fc5
dbus-glib: diable tests
...
Test fails in sandbox due to some path impurity but passes locally.
Not worth fixing since dbus-glib is deprecated.
2018-05-12 16:47:58 +02:00
Uli Baum
108cf05ff0
poppler_min: pin to poppler_0_61
...
poppler_min is only used by texlive.bin, which doesn't build
with poppler 0.64 and blocked the update poppler 0.63->0.64.
Pin to poppler_0_61 (which we currently need for libreoffice)
so we don't have to keep 0_63 as a third version.
See discussion in #40327 and #40180
2018-05-12 14:16:22 +02:00
Uli Baum
13f83ba05f
nixos/tests/kafka: fix and refactor tests
...
- refactor into single file for all versions
- improve timing, prevent non-deterministic failures
- fix tests for i686-linux
2018-05-12 02:16:25 +02:00
Uli Baum
ec00b6fbb3
nixos/mesos-slave: start after docker
...
If docker is enabled, start mesos-slave.service after docker.service
to avoid a race condition that could result in mesos-slave to fail
with "Failed to create docker: Timed out getting docker version"
2018-05-11 19:37:31 +02:00
Uli Baum
0d2a4ed49c
nixos/tests/mesos: wait for all services and ports
...
to be available before sending requests.
Avoids non-deterministic test failure.
2018-05-11 19:26:35 +02:00
Uli Baum
50efa1979d
nixos/release-combined.nix: fix eval of tested job
...
bug introduced by f8d047da50
2018-05-11 00:47:43 +02:00
Uli Baum
840e5d8bda
nixos/tests/graphite: fix test
...
- adapt netcat options to libressl-nc
- wait for services to be started and accepting connections
2018-05-10 23:30:56 +02:00
Uli Baum
844698c436
nixos/tests/statsd: fix non-deterministic failure
...
Test failed sometimes because the service took more time to start.
2018-05-09 12:38:09 +02:00
Uli Baum
b7ad8d667c
Revert "poppler_data: 0.4.8 -> 0.4.9" ( #39524 )
...
This reverts commit 95d1d753dc .
See discussion in #39742
2018-05-09 00:20:26 +02:00
Uli Baum
ae8d6b08fd
Revert "poppler_utils: 0.63.0 -> 0.64.0" ( #39742 )
...
This reverts commit 3dfe97c62d .
Breaks texlive.bin.core build, see discussion in #39742
2018-05-09 00:18:09 +02:00
Uli Baum
c3eefe801a
fleet: remove package, module, test
...
deprecated and unmaintained upstream
2018-05-05 00:28:16 +02:00
Uli Baum
f039bf9abc
panamax: remove packages, module and test
...
was broken and depends on (deprecated) fleet
packages: panamax_api, panamax_ui
2018-05-05 00:27:15 +02:00
xeji
3c4efe448d
xen_4_10: fix build (qemu-xen memfd patch)
2018-04-29 00:58:50 +02:00
xeji
0963abfb41
maintainer-list.nix: add real name for xeji
2018-04-27 14:15:42 +01:00
xeji
9badee01c1
teamviewer 12.0.90041 -> 13.1.3026
...
bump, move to qt5, drop i686 support
2018-04-27 00:45:32 +02:00
xeji
00610fe090
qemu-riscv: remove, obsolete with qemu 2.12
...
upstream qemu 2.12 includes riscv support
2018-04-26 18:15:21 +02:00
xeji
3e3b39f173
qemu: 2.11.1 -> 2.12.0
2018-04-26 01:41:53 +02:00