1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ldns: relax platform requirements

Seems to have built OK on darwin. I only needed it to build freeswitch
though, so not sure how to test functionality. I successfully ran the
`drill` command.
This commit is contained in:
Patrick Mahoney 2018-12-10 16:43:24 -06:00
parent 475d653afd
commit 189fbae95b

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
description = "Library with the aim of simplifying DNS programming in C";
license = licenses.bsd3;
homepage = http://www.nlnetlabs.nl/projects/ldns/;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ jgeerds ];
};
}