xfce.xfce4-mailwatch-plugin: remove broken status
This commit is contained in:
parent
11188c1746
commit
21fb9c538e
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4-panel, libxfce4ui,
|
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4-panel, libxfce4ui,
|
||||||
xfconf, gtk2, exo, gnutls, libgcrypt, xfce }:
|
gtk2, exo, gnutls, libgcrypt, xfce }:
|
||||||
|
|
||||||
let
|
let
|
||||||
category = "panel-plugins";
|
category = "panel-plugins";
|
||||||
@ -14,10 +14,21 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1bfw3smwivr9mzdyq768biqrl4aq94zqi3xjzq6kqnd8561cqjk2";
|
sha256 = "1bfw3smwivr9mzdyq768biqrl4aq94zqi3xjzq6kqnd8561cqjk2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ intltool libxfce4util libxfce4ui xfce4-panel
|
intltool
|
||||||
xfconf gtk2 exo gnutls libgcrypt ];
|
pkgconfig
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
libxfce4util
|
||||||
|
libxfce4ui
|
||||||
|
xfce4-panel
|
||||||
|
gtk2
|
||||||
|
exo # needs exo with gtk2 support
|
||||||
|
gnutls
|
||||||
|
libgcrypt
|
||||||
|
];
|
||||||
|
|
||||||
passthru.updateScript = xfce.updateScript {
|
passthru.updateScript = xfce.updateScript {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
attrPath = "xfce.${pname}";
|
attrPath = "xfce.${pname}";
|
||||||
@ -25,10 +36,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://goodies.xfce.org/projects/panel-plugins/${pname}";
|
homepage = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
|
||||||
description = "Mailwatch plugin for Xfce panel";
|
description = "Mail watcher plugin for Xfce panel";
|
||||||
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user