Merge pull request #125411 from NixOS/backport-125392-to-release-21.05
[Backport release-21.05] pdns-recursor: disable on i686-linux
This commit is contained in:
commit
d0f1a29ed0
@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A recursive DNS server";
|
description = "A recursive DNS server";
|
||||||
homepage = "https://www.powerdns.com/";
|
homepage = "https://www.powerdns.com/";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
badPlatforms = [
|
||||||
|
"i686-linux" # a 64-bit time_t is needed
|
||||||
|
];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user