From 71e40eeb4b3f2de13ec607318c98db3a3e54aadd Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 20 Apr 2015 14:44:53 -0700 Subject: Add some missing platforms --- pkgs/development/libraries/crypto++/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/crypto++') diff --git a/pkgs/development/libraries/crypto++/default.nix b/pkgs/development/libraries/crypto++/default.nix index c326fb7fd38..cf22a775b14 100644 --- a/pkgs/development/libraries/crypto++/default.nix +++ b/pkgs/development/libraries/crypto++/default.nix @@ -46,10 +46,11 @@ stdenv.mkDerivation rec { doCheck = true; checkPhase = "LD_LIBRARY_PATH=`pwd` make test"; - meta = { + meta = with stdenv.lib; { description = "Crypto++, a free C++ class library of cryptographic schemes"; homepage = http://cryptopp.com/; - license = stdenv.lib.licenses.boost; + license = licenses.boost; + platforms = platforms.all; maintainers = [ ]; }; } -- cgit 1.4.1