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
|
||||
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
||||
postgresql-simple-migration = dontCheck super.postgresql-simple-migration;
|
||||
powerdns = dontCheck super.powerdns; # Tests require networking and external services
|
||||
process-streaming = dontCheck super.process-streaming;
|
||||
punycode = dontCheck super.punycode;
|
||||
pwstore-cli = dontCheck super.pwstore-cli;
|
||||
|
|
|
@ -4014,7 +4014,6 @@ broken-packages:
|
|||
- postmaster
|
||||
- potato-tool
|
||||
- potoki-core
|
||||
- powerdns
|
||||
- powermate
|
||||
- powerpc
|
||||
- powerqueue-levelmem
|
||||
|
|
Loading…
Reference in a new issue