mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libmusclecard: remove dead package
No upstream release since 2009. Broken since 2013.
This commit is contained in:
parent
f30b8a9197
commit
2ee6396bf7
2 changed files with 0 additions and 25 deletions
|
@ -1,23 +0,0 @@
|
|||
{stdenv, fetchurl, pkgconfig, pcsclite}:
|
||||
stdenv.mkDerivation {
|
||||
name = "libmusclecard-1.3.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://alioth.debian.org/frs/download.php/3024/libmusclecard-1.3.6.tar.bz2;
|
||||
sha256 = "1sswy7vcy0w9p6818al7prv9d3whj7w3w98k55zw9nhspbj6lppb";
|
||||
};
|
||||
|
||||
# The OS should care on preparing the services into this location
|
||||
configureFlags = [ "--enable-muscledropdir=/var/lib/pcsc/services" ];
|
||||
|
||||
buildInputs = [ pkgconfig pcsclite ];
|
||||
|
||||
meta = {
|
||||
description = "Library for MUSCLE smartcard applications";
|
||||
homepage = http://pcsclite.alioth.debian.org/;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
|
@ -7424,8 +7424,6 @@ let
|
|||
|
||||
libmspack = callPackage ../development/libraries/libmspack { };
|
||||
|
||||
libmusclecard = callPackage ../development/libraries/libmusclecard { };
|
||||
|
||||
libmusicbrainz2 = callPackage ../development/libraries/libmusicbrainz/2.x.nix { };
|
||||
|
||||
libmusicbrainz3 = callPackage ../development/libraries/libmusicbrainz { };
|
||||
|
|
Loading…
Reference in a new issue