From 8c6a2e3b5d291bfc08bb62a50772431e3a5f1854 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Mon, 3 Aug 2015 11:37:15 +0200 Subject: ldns: Add linux to platforms --- pkgs/development/libraries/ldns/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/ldns/default.nix') diff --git a/pkgs/development/libraries/ldns/default.nix b/pkgs/development/libraries/ldns/default.nix index 01aeeecc6f6..2b153036f90 100644 --- a/pkgs/development/libraries/ldns/default.nix +++ b/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; }; } -- cgit 1.4.1