Fixing the descsription of some packages. Previously I misunderstood what

they were for, in particular.


svn path=/nixpkgs/trunk/; revision=19321
This commit is contained in:
Lluís Batlle i Rossell 2010-01-09 21:33:28 +00:00
parent 517fdec44b
commit abffb0bdcb
3 changed files with 10 additions and 4 deletions

View File

@ -13,8 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig pcsclite ]; buildInputs = [ pkgconfig pcsclite ];
meta = { meta = {
description = "Smart card framework"; description = "Library for MUSCLE smartcard applications";
homepage = http://muscleplugins.alioth.debian.org/; homepage = http://pcsclite.alioth.debian.org/;
license = "BSD"; license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -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, fetchurl, libmusclecard, pkgconfig, pcsclite}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "muscleframework-mcardplugin-1.1.7"; name = "muscleframework-mcardplugin-1.1.7";
@ -15,7 +21,7 @@ stdenv.mkDerivation {
buildInputs = [ libmusclecard pkgconfig pcsclite]; buildInputs = [ libmusclecard pkgconfig pcsclite];
meta = { meta = {
description = "Smart card framework"; description = "MUSCLE smart card framework - mcard plugin";
homepage = http://muscleplugins.alioth.debian.org/; homepage = http://muscleplugins.alioth.debian.org/;
license = "BSD"; license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ libmusclecard pcsclite pkgconfig ]; buildInputs = [ libmusclecard pcsclite pkgconfig ];
meta = { meta = {
description = "Smart card applications for use with muscle plugins"; description = "Smart card applications for use with MUSCLE plugins";
homepage = http://muscleapps.alioth.debian.org/; homepage = http://muscleapps.alioth.debian.org/;
license = "BSD"; license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];