mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00: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:
parent
475d653afd
commit
189fbae95b
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user