From abffb0bdcb415609a7d938d4ba2f619c0143352b Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sat, 9 Jan 2010 21:33:28 +0000 Subject: Fixing the descsription of some packages. Previously I misunderstood what they were for, in particular. svn path=/nixpkgs/trunk/; revision=19321 --- pkgs/tools/security/muscleframework/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/security/muscleframework') diff --git a/pkgs/tools/security/muscleframework/default.nix b/pkgs/tools/security/muscleframework/default.nix index 7b1827aef74..e2a87119dd9 100644 --- a/pkgs/tools/security/muscleframework/default.nix +++ b/pkgs/tools/security/muscleframework/default.nix @@ -1,3 +1,9 @@ +# The tarball has different plugins in it, and as I don't need all of them, +# I only build one of those in this derivation +# This is an arbitrary decision, and this simplicity fit my needs. +# Anyone can extend the extension to build all the plugins, or to make +# different derivations for each plugin. + {stdenv, fetchurl, libmusclecard, pkgconfig, pcsclite}: stdenv.mkDerivation { name = "muscleframework-mcardplugin-1.1.7"; @@ -15,7 +21,7 @@ stdenv.mkDerivation { buildInputs = [ libmusclecard pkgconfig pcsclite]; meta = { - description = "Smart card framework"; + description = "MUSCLE smart card framework - mcard plugin"; homepage = http://muscleplugins.alioth.debian.org/; license = "BSD"; maintainers = with stdenv.lib.maintainers; [viric]; -- cgit 1.4.1