Commit 42d49fd7 authored by ajs124's avatar ajs124
Browse files

gnokii: remove after being marked broken for over two years

It was marked in commit 96cf58ab by xeji on 2018-04-10 (commited on 2018-04-12)
parent 7fdc8476
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, intltool, perl, gettext, libusb-compat-0_1, pkg-config, bluez
, readline, pcsclite, libical, gtk2, glib, libXpm }:

stdenv.mkDerivation rec {
  pname = "gnokii";
  version = "0.6.31";

  src = fetchurl {
    sha256 = "0sjjhm40662bj6j0jh3sd25b8nww54nirpwamz618rg6pb5hjwm8";
    url = "https://www.gnokii.org/download/gnokii/${pname}-${version}.tar.gz";
  };

  buildInputs = [
    perl intltool gettext libusb-compat-0_1
    glib gtk2 pkg-config bluez readline
    libXpm pcsclite libical
  ];

  meta = {
    description = "Cellphone tool";
    homepage = "https://www.gnokii.org";
    maintainers = [ lib.maintainers.raskin ];
    platforms = lib.platforms.linux;
    broken = true; # 2018-04-10
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -6140,8 +6140,6 @@ with pkgs;
  gnome-randr = callPackage ../tools/wayland/gnome-randr { };
  gnokii = callPackage ../tools/misc/gnokii { };
  gnuapl = callPackage ../development/interpreters/gnu-apl { };
  gnu-shepherd = callPackage ../misc/gnu-shepherd { };