ldns: Add linux to platforms

wip/yesman
Jascha Geerds 9 years ago
parent dc2a6e3d3d
commit 8c6a2e3b5d
  1. 5
      pkgs/development/libraries/ldns/default.nix

@ -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;
};
}

Loading…
Cancel
Save