mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
muscletool: remove dead package
Broken since 2013. Upstream don't smell too good since 2009.
This commit is contained in:
parent
bc6f9ff90d
commit
f30b8a9197
@ -1,20 +0,0 @@
|
|||||||
{stdenv, fetchurl, libmusclecard, pcsclite, pkgconfig }:
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "muscletool-2.1.1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = https://alioth.debian.org/frs/download.php/3180/muscletool-2.1.1.tar.bz2;
|
|
||||||
sha256 = "11d812ijvhsaxwkr05hzxfl0n6ji9hwl5j1kv56f9gv8kyy3b9kw";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ libmusclecard pcsclite pkgconfig ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "Smart card applications for use with MUSCLE plugins";
|
|
||||||
homepage = http://muscleapps.alioth.debian.org/;
|
|
||||||
license = licenses.bsd3;
|
|
||||||
maintainers = with maintainers; [viric];
|
|
||||||
# XXX: don't build before libmusclecard is fixed
|
|
||||||
# platforms = with stdenv.lib.platforms; linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -2358,8 +2358,6 @@ let
|
|||||||
|
|
||||||
munge = callPackage ../tools/security/munge { };
|
munge = callPackage ../tools/security/munge { };
|
||||||
|
|
||||||
muscletool = callPackage ../tools/security/muscletool { };
|
|
||||||
|
|
||||||
mysql2pgsql = callPackage ../tools/misc/mysql2pgsql { };
|
mysql2pgsql = callPackage ../tools/misc/mysql2pgsql { };
|
||||||
|
|
||||||
nabi = callPackage ../tools/inputmethods/nabi { };
|
nabi = callPackage ../tools/inputmethods/nabi { };
|
||||||
|
Loading…
Reference in New Issue
Block a user