Uli Baum
a70e52647a
restic: 0.9.2 -> 0.9.4
2019-02-14 23:27:34 +01:00
Uli Baum
69e64aa3ba
i3-gaps: update releaseDate to match version
2019-02-14 22:09:32 +01:00
Uli Baum
e1ff8dc5df
pythonPackages.django_classytags: clarify why tests are disabled
2018-10-29 23:44:34 +01:00
Uli Baum
cd82d267b9
coturn: mark broken on darwin
2018-10-21 22:29:02 +02:00
Uli Baum
ac6f485148
Revert "vulkan-headers: 1.1.82.0 -> 1.1.85 ( #47702 )"
...
This reverts commit e6b0646b3b .
The bump broke vulkan-loader (eval error).
2018-10-13 15:02:15 +02:00
Uli Baum
9665e64848
linuxPackages.evdi: mark broken on aarch64
...
never built in available Hydra history
2018-10-12 23:02:32 +02:00
Uli Baum
63ff7bd008
st: remove unused build inputs, drop wrapper
...
- remove unused buildInputs
- ncurses belongs in nativeBuildInputs (tic to compile terminfo)
- drop dmenu wrapper, st doesn't use dmenu at all
2018-10-03 10:42:59 +02:00
Uli Baum
9beaa6dcad
herqq: mark broken
...
- build fails with qt511 and qt59
(it used to build with qt510 which is not available anymore)
- no nixpkgs maintainer
- upstream repo looks inactive, last commit a year ago
2018-09-25 11:59:26 +02:00
Uli Baum
6b4abb9fa7
monodevelop: mark broken
...
build has failed since 2018-03-08
cc maintainer @obadz
2018-09-25 11:59:26 +02:00
Uli Baum
395a1528f0
gtk-sharp-3_0: mark broken
...
build has failed since 2018-04-28
no maintainer
2018-09-25 11:59:26 +02:00
Uli Baum
2742063677
nixos/network-interfaces-scripted: fix container networking bug
...
When a bridge interface was reconfigured, running containers using
this bridge lost connectivity: restarting network-addresses-brN.service
triggered a restart of network-setup.service via a "partOf" relationship
introduced in 07e0c0e0a2 .
This in turn restarted brN-netdev.service.
The bridge was thus destroyed and recreated with the same name but a new
interface id, causing attached veth interfaces to lose their connection.
This change removes the "partOf" relationship between
network-setup.service and network-addresses-brN.service for all bridges.
2018-09-23 23:08:19 +02:00
Uli Baum
845ae983f6
nixos/iso-image: fix 32bit UEFI boot
...
UEFI iso image for i686 didn't boot because the
default boot file was incorrectly named bootx32.efi.
The correct name is bootia32.efi.
2018-09-23 00:18:50 +02:00
Uli Baum
7dd6a5192d
nixos/tests/installer: stop udev queue before calling mdadm
...
In the swraid test, temporarily stop udev queue execution while
creating mdraid devices to prevent a race with udev, see
https://groups.google.com/forum/#!topic/scylladb-dev/u87yHgo3ylU
2018-09-22 12:33:15 +02:00
Uli Baum
c46677fec2
nixos/tests/installer: use flock for all parted calls
...
to further reduce risk of race with udev, like util-linux
recommends for sfdisk:
https://github.com/karelzak/util-linux/blob/v2.32/disk-utils/sfdisk.8#L71
2018-09-22 12:22:17 +02:00
Uli Baum
a5183762c5
nixos/tests/installer: prevent race between parted and udev
...
by combining all parted commands into a single parted call.
This eliminates one cause of non-deterministic failure.
2018-09-22 01:32:06 +02:00
Uli Baum
819c47f1c4
jdupes: fix source hash
2018-09-21 20:48:24 +02:00
Uli Baum
8ffd65b12e
nixos/tests/atd: wait for atd to start
...
The test failed non-deterministically when an at command was
issued before the atd daemon was running.
2018-09-21 09:22:03 +02:00
Uli Baum
5e7b7b805a
nixos/tests/ferm: disable dhcpcd
...
The test failed in one run on Hydra, logs look like
dhcpcd changed ipv6 routing at just the wrong time.
Disable dhcpcd. It's not needed, the test uses static IPs anyway.
2018-09-21 01:17:41 +02:00
Uli Baum
8cd90e40be
gitlab: add missing meta.platforms
2018-09-20 12:27:24 +02:00
Uli Baum
08b94e3c45
Revert "iasl: 20180313 -> 20180629 ( #46272 )"
...
This reverts commit 11d0ae3632 .
It broke xen.
2018-09-19 12:03:44 +02:00
Uli Baum
5a9c916222
Revert "sudo: 1.8.24 -> 1.8.25 ( #46057 )"
...
This reverts commit d93aa1c50f .
Moved to master, no mass rebuild.
2018-09-19 08:50:25 +02:00
Uli Baum
d734328f5d
ostree: fix tests
...
- Workarounds for https://github.com/ostreedev/ostree/issues/1592
- Disable failing test-gpg-verify-result.test, see
https://github.com/ostreedev/ostree/issues/1634
2018-09-17 02:51:07 +02:00
Uli Baum
d6ecbe1410
gtk-doc: don't build with dblatex by default
...
make it optional: withDblatex ? false
This removes the dependency of gtk-doc on texlive.
2018-09-17 01:33:20 +02:00
Uli Baum
f896867ae5
ipfs-migrator: update dependencies in deps.nix
...
Most dependencies are vendored in the upstream source anyway,
deps.nix just contains the few that are not.
Dependencies were updated manually because go2nix doesn't
work correctly for this package - it produces an empty deps.nix.
2018-09-16 20:18:41 +02:00
Uli Baum
6823fe9fb0
ipfs-migrator: 6 -> 7
...
New version is required to migrate existing ipfs repos to repo v7.
2018-09-16 19:57:23 +02:00
Uli Baum
a66c00d780
pythonPackages.dendropy: fix build
...
Build failed after update to 4.4.0 because the tests are incorrectly
packages in the pypi version.
Switch to upstream github repo, fix tests, disable failing test cases
2018-09-16 17:37:28 +02:00
Uli Baum
541b2413b4
afew: add manpage
...
Generate the manpage which was previously missing.
2018-09-14 20:01:59 +02:00
Uli Baum
79d9145469
parmetis: set license to unfree
...
generic unfree license fits best
2018-09-13 21:10:40 +02:00
Uli Baum
d9bdd64f04
pythonPackages.nilearn: fix tests
...
disable failing tests
2018-09-13 19:40:29 +02:00
Uli Baum
be12bb81aa
pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build
...
Previous version didn't build (test failure).
Update to latest, tests use pytest now, disable failing tests.
2018-09-13 18:16:34 +02:00
Uli Baum
0bda601ee5
pythonPackages.pytest-rerunfailures: fix build
...
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
2018-09-13 17:48:38 +02:00
Uli Baum
781eaa1377
pythonPackages.flask-pymongo: fix build
...
add missing dependency: vcversioner
2018-09-13 17:25:38 +02:00
Uli Baum
9e4b0b795c
pythonPackages.eve: fix build, drop incorrect dependencies
...
Build failed because of dependency Flask-PyMongo, which actually
isn't a dependency of eve as they have their own flask_pymongo code.
- Drop incorrect dependency flask-pymongo
- Drop redunant dependencies already propageted by flask:
itsdangerous, werkzeug, jinja2
- Drop dependency markupsafe, not required any more
2018-09-13 17:09:51 +02:00
Uli Baum
abe97e9446
pythonPackages.daphne: 2.1.0 -> 2.2.2
...
Update, re-enable all tests on linux, disable tests on darwin.
This fixes the build of pythonPackages.channels
2018-09-13 16:45:27 +02:00
Uli Baum
b54677969b
pythonPackages.zodb: fix tests
...
Tests failed after `persistent` was updated to 4.4.
Apply an upstream patch to fix them.
2018-09-13 13:35:34 +02:00
Uli Baum
83e5bbfb58
qt56.qtwebengine: mark as broken
...
- no successful build since 2018-04-25
- not used in nixpkgs anymore
2018-09-13 12:28:18 +02:00
Uli Baum
6dc57134da
pythonPackages.restview: fix tests
...
Failed after readme_renderer was updated. Apply an upstream patch.
2018-09-13 11:21:19 +02:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
Uli Baum
ba757ffdc9
btanks: mark as broken
...
no successful hydra build since 2018-03-16, last upstream release 2009.
2018-09-13 02:45:53 +02:00
Uli Baum
ab5a8b69b0
leksah: mark as broken
...
no successful build since 2017-08-19
2018-09-13 02:27:04 +02:00
Uli Baum
d225a91b7c
mitmproxy: 3.0.4 -> 4.0.4, fix tests
...
- add missing checkInputs
- apply upstream patch to fix some tests that failed due to
expired test ssl certs
- re-enable a previously disabled test case
2018-09-13 00:06:53 +00:00
Uli Baum
19d1daedd0
kippo: mark as broken
...
no successful hydra build since 2017-12-11
2018-09-13 00:58:57 +02:00
Uli Baum
bd02a1931a
pythonPackages.pyfakefs: fix darwin build
...
One test failed on darwin due to case-insensitive file system,
disable it.
2018-09-10 22:42:23 +02:00
Uli Baum
bc036397a3
pythonPackages.pydub: fix aarch64 build
...
one test failed due to rounding errors, disable it
2018-09-10 22:36:14 +02:00
Uli Baum
40c469e56b
pythonPackages.pydub: remove obsolete patch
2018-09-10 18:19:01 +02:00
Uli Baum
80ecef8e4b
pythonPackages.pydub: fix build and tests
...
- remove obsolete patch that caused build failure
- no tests were run because required data files were missing in pypi
version; use github version instead
2018-09-10 18:05:40 +02:00
Uli Baum
d2a885a3b5
pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix build
...
Update and disable some failing test cases
2018-09-10 17:43:18 +02:00
Uli Baum
bb1f3422e0
pythonPackages.readme_renderer: fix build
...
Disable one test case that has failed since last bleach update.
2018-09-10 17:19:05 +02:00
Uli Baum
a7166cdc35
pythonPackages.us: fix build
...
Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
2018-09-10 17:06:54 +02:00
Uli Baum
15fedb51b3
frab: mark as broken
...
No successful hydra build since 2018-02-14.
The build fails in the ruby gem json-1.8.3, which we cannot
mark directly as broken in nixpkgs, so we mark this as broken.
2018-09-08 20:08:49 +02:00
Uli Baum
4c2388dee3
clasp-common-lisp: mark as broken
...
no successful hydra build since 2018-01-03
2018-09-08 20:08:49 +02:00
Uli Baum
4795c2a23a
darwin.maloader: mark as broken
...
no successfull build in Hydra history back to 2017-08-21
2018-09-08 20:08:34 +02:00
Uli Baum
2953d4c994
banshee: remove
...
- was broken since June 2016 because it depends on `boo`
- no visible attempts to fix in over 2 years
2018-09-08 10:24:22 +02:00
Uli Baum
dc84de59d1
nant: remove
...
- our version is from 2015
- it doesn't build
- upstream project is dead, last release 2012, last commit Oct 2016.
- used by only 1 nixpkgs package: `boo`, marked broken since 2016.
2018-09-08 10:23:23 +02:00
Uli Baum
5a166ffd47
boo: remove, broken since Jun 2016
...
marked broken in June 2016, no visible attempt to fix it,
so let's get rid of it
2018-09-08 10:23:23 +02:00
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
8aa09a2887
cmake_2_8: fix build, restore search-path.patch
...
cmake 3.12 update in #44910 modified search-path.patch
and broke cmake 2.8. This restores the previous version
of the patch as search-path-2.8.patch
2018-08-31 01:04:44 +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
03c1f567d5
systemd: don't use options from fstab on remount
...
Include fix by @aszlig to fix remount with comment/application-specific
fstab options.
2018-08-30 12:53:18 +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
20d88c1a4b
texlive: add IPFS URL for package source snapshot
2018-08-29 11:03:45 +02:00
Uli Baum
5c9ebf4fc7
biber: 2.10 -> 2.11
...
2.11 is the version used in TexLive 2018
2018-08-29 11:03:45 +02:00
Uli Baum
831551a9a1
texlive.bin.core-big: disable luatex53
...
build failed on Darwin
Patch by @veprbl
2018-08-29 11:03:45 +02:00
Uli Baum
ac03d2e571
texlive.bin.core-big: remove unneeded compiler flags
2018-08-29 11:03:45 +02:00
Uli Baum
2737f17d38
texlive: add detailed upgrade instructions in separate file
2018-08-29 11:03:45 +02:00
Uli Baum
f3961e5dae
texlive-packages: snapshot 2017-final -> 20180827
...
and use fixed hashes
2018-08-29 11:03:44 +02:00
Uli Baum
738bae4ec2
texlive: make packages fixed-output derivations
...
This reverts a part of the changes made in #40826 .
Fixed-output derivations save time and space on rebuilds.
2018-08-29 11:03:44 +02:00
Uli Baum
d5816c9bcb
texlive: update server URLs
2018-08-29 11:03:44 +02:00
Uli Baum
149b180f18
texlive.bin: 20170524 -> 20180414
2018-08-29 11:03:44 +02:00
Uli Baum
c52174030e
poppler_min: 0.61 -> 0.67
...
currently only used for texlive
2018-08-29 11:03:44 +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