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";
|
description = "Library with the aim of simplifying DNS programming in C";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homepage = http://www.nlnetlabs.nl/projects/ldns/;
|
homepage = http://www.nlnetlabs.nl/projects/ldns/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ jgeerds ];
|
maintainers = with maintainers; [ jgeerds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user