Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.

+1 -1
+1 -1
pkgs/development/libraries/ldns/default.nix
··· 65 65 description = "Library with the aim of simplifying DNS programming in C"; 66 66 license = licenses.bsd3; 67 67 homepage = http://www.nlnetlabs.nl/projects/ldns/; 68 - platforms = platforms.linux; 68 + platforms = platforms.unix; 69 69 maintainers = with maintainers; [ jgeerds ]; 70 70 }; 71 71 }