haskellPackages.powerdns: unbreak
This commit is contained in:
parent
3615f9502d
commit
c29d8a06e1
2 changed files with 1 additions and 1 deletions
|
@ -379,6 +379,7 @@ self: super: {
|
||||||
posix-pty = dontCheck super.posix-pty; # https://github.com/merijn/posix-pty/issues/12
|
posix-pty = dontCheck super.posix-pty; # https://github.com/merijn/posix-pty/issues/12
|
||||||
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
||||||
postgresql-simple-migration = dontCheck super.postgresql-simple-migration;
|
postgresql-simple-migration = dontCheck super.postgresql-simple-migration;
|
||||||
|
powerdns = dontCheck super.powerdns; # Tests require networking and external services
|
||||||
process-streaming = dontCheck super.process-streaming;
|
process-streaming = dontCheck super.process-streaming;
|
||||||
punycode = dontCheck super.punycode;
|
punycode = dontCheck super.punycode;
|
||||||
pwstore-cli = dontCheck super.pwstore-cli;
|
pwstore-cli = dontCheck super.pwstore-cli;
|
||||||
|
|
|
@ -4014,7 +4014,6 @@ broken-packages:
|
||||||
- postmaster
|
- postmaster
|
||||||
- potato-tool
|
- potato-tool
|
||||||
- potoki-core
|
- potoki-core
|
||||||
- powerdns
|
|
||||||
- powermate
|
- powermate
|
||||||
- powerpc
|
- powerpc
|
||||||
- powerqueue-levelmem
|
- powerqueue-levelmem
|
||||||
|
|
Loading…
Reference in a new issue