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
xeji
6891bda370
nixos/tests/keymap: wait for xdotool to succeed
...
xdotool failed in rare cases when a window was already created
but not yet decorated by the window manager.
also prevent a (never observed but possible) race condition
2018-04-25 10:16:52 +02:00
xeji
84a6e18947
nixos/tests/keymap: improve keymap tests
...
simplify tests, prevent timeouts and non-deterministic failures
2018-04-24 11:13:48 +02:00
xeji
236703f9f3
nixos/systemd-networkd: wait for udev to settle
...
... to avoid race condition between udevd renaming and
networkd configuring interfaces (39069)
2018-04-22 21:02:57 +02:00
xeji
4c14202bd1
nixos/tests/gnome3-gdm: fix broken test
...
test always failed due to multiple bugs
2018-04-21 12:09:30 +02:00
xeji
5be6943696
qemu: add separate output for qemu-ga guest agent
2018-04-20 11:05:50 +02:00
xeji
582774828a
gede: switch to qt5
2018-04-19 23:00:08 +02:00
xeji
3cf0012da4
gede: 2.0.4 -> 2.6.1, fix ctags dependency
2018-04-19 19:55:36 +02:00
xeji
b3d50c7afa
shogun: disable paralllel building
...
... to avoid sporadic failures
2018-04-19 12:27:00 -05:00
xeji
223aad2053
kdeApplications.mbox-importer: fix hydra build
...
build failed with "log limit exceeded", disable verbose logging
2018-04-17 12:35:28 +02:00
xeji
9d5af5871d
nixos/test/systemd: fix broken test
...
timing bug resulted in sporadic test failures on hydra
2018-04-16 00:43:33 +02:00
xeji
10149ef5e3
qemu: add option to build with gtk support
2018-04-15 23:31:42 +02:00
xeji
0a74fca535
extundelete: fix build with e2fsprogs 1.44
2018-04-15 01:46:09 +02:00
xeji
b48ba55ab1
splLegacyCrypto: fix build
2018-04-14 18:48:19 +02:00
xeji
d20c6ffd65
Revert "qtstyleplugin-kvantum: mark as broken"
...
No longer broken on master, fixed by
version bump in 35049f9e61 .
This reverts commit 2456b4e4a5 .
2018-04-13 17:42:33 +02:00
xeji
a82aae3084
nixos/containers: add extraFlags option
...
to pass extra flags to systemd-nspawn
2018-04-12 23:29:20 +02:00
xeji
cdc293b19b
pythonPackages.pyblock: disable on python 3
2018-04-12 23:04:06 +02:00
xeji
efbd773828
pythonPackages.lightblue: disable on python 3
...
... build fails
2018-04-12 23:04:06 +02:00
xeji
cc648ab387
pythonPackages.weboob: mark as broken
2018-04-12 23:04:06 +02:00
xeji
db93c68f80
pythonPackages.serversyncstorage: mark as broken
2018-04-12 23:04:05 +02:00
xeji
0925b16a20
pythonPackages.pyocr: disable on python2
...
doesn't build
2018-04-12 23:04:05 +02:00
xeji
ac7d466107
pythonPackages.pycapnp: mark as broken
2018-04-12 23:04:05 +02:00
xeji
c307e5b0f3
pythonPackages.dynd: disable on python2
...
tests fail on python2
2018-04-12 23:04:05 +02:00
xeji
db872b1bc1
python27Packages.caldavclientlibrary-asynk: mark as broken
2018-04-12 23:04:04 +02:00
xeji
6866542751
torchPackages.{sundown,lbase64}: mark as broken
2018-04-12 23:04:04 +02:00
xeji
af555f8f21
stumpwm, stumpwm-git: mark as broken
2018-04-12 23:04:04 +02:00
xeji
b5a9656511
seeks: mark as broken
2018-04-12 23:04:04 +02:00
xeji
d7cb688d68
retdec-full: mark as broken
2018-04-12 23:04:04 +02:00
xeji
6c2b87fd3c
rapcad: mark as broken
2018-04-12 23:04:03 +02:00
xeji
bc17a66732
pretty: mark as broken
2018-04-12 23:04:03 +02:00
xeji
eb9a133eb6
percona-server: mark as broken
2018-04-12 23:04:03 +02:00
xeji
48573657b5
osquery: mark as broken
2018-04-12 23:04:03 +02:00
xeji
8146cf699a
ori: mark as broken
2018-04-12 23:04:03 +02:00
xeji
d63702a473
openmvg: mark as broken
2018-04-12 23:04:02 +02:00
xeji
3edb293d8a
ndn-cxx: mark as broken
2018-04-12 23:04:02 +02:00
xeji
1ca9e4ae4c
mstflint: mark as broken
2018-04-12 23:04:02 +02:00
xeji
386772b665
mi2ly: mark as broken
2018-04-12 23:04:02 +02:00
xeji
9768b0457a
mht2htm: mark as broken
2018-04-12 23:04:01 +02:00
xeji
db409adaac
meshlab: mark as broken
2018-04-12 23:04:01 +02:00
xeji
a13945e1a2
lispPackages.postmodern: mark as broken
2018-04-12 23:04:01 +02:00
xeji
2456b4e4a5
qtstyleplugin-kvantum: mark as broken
2018-04-12 23:04:01 +02:00
xeji
1f8712c00b
julia_04: mark as broken
2018-04-12 23:04:01 +02:00
xeji
68c15ceaa8
jamomacore: mark as broken
2018-04-12 23:04:00 +02:00
xeji
5ee52f9d4e
imatix_gsl: mark broken on linux
2018-04-12 23:04:00 +02:00
xeji
11a7c29004
ignition.transport: mark as broken
2018-04-12 23:04:00 +02:00
xeji
96cf58abf4
gnokii: mark as broken
2018-04-12 23:04:00 +02:00
xeji
0defae41cf
gencfsm: mark as broken
2018-04-12 23:04:00 +02:00
xeji
b82170a1bc
dvb_apps: mark as broken
2018-04-12 23:03:59 +02:00
xeji
ccbefc66bb
cpp_ethereum: mark as broken
2018-04-12 23:03:59 +02:00
xeji
51cc22c14a
client-ip-echo: mark as broken
2018-04-12 23:03:59 +02:00
xeji
d862700486
avxsynth: mark as broken
2018-04-12 23:03:59 +02:00
xeji
1fc55ad414
avarice: mark as broken
2018-04-12 23:03:59 +02:00
xeji
535f2eeea5
ao: mark as broken
2018-04-12 23:03:58 +02:00
xeji
dc3aeab753
antimicro: mark as broken
2018-04-12 23:03:58 +02:00
xeji
4af83283cd
altcoins.hevm: mark as broken
2018-04-12 23:03:58 +02:00
xeji
d0d320803e
altcoins.dcrwallet: mark broken on linux
...
builds on darwin
2018-04-12 23:03:58 +02:00
xeji
54dc22f6ef
altcoins.dcrd: mark broken on linux
...
builds on darwin
2018-04-12 23:03:57 +02:00
xeji
2c84e347ee
pythonPackages.kmsxx: fix build
...
gcc7 build fails with "internal compiler error", use gcc6 instead
by inheriting stdenv from pkgs.kmsxx
2018-04-08 23:21:19 +02:00