ldns: Add linux to platforms

This commit is contained in:
Jascha Geerds 2015-08-03 11:37:15 +02:00
parent dc2a6e3d3d
commit 8c6a2e3b5d

View File

@ -16,9 +16,10 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-ssl=${openssl}" "--with-drill" ];
meta = {
meta = with stdenv.lib; {
description = "Library with the aim of simplifying DNS programming in C";
license = stdenv.lib.licenses.bsd3;
license = licenses.bsd3;
homepage = "http://www.nlnetlabs.nl/projects/ldns/";
platforms = platforms.linux;
};
}