xxkb: remove outdated assert, cleanup meta
This commit is contained in:
parent
3a3705ba30
commit
8ce8d73bdd
@ -14,9 +14,6 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert svgSupport ->
|
|
||||||
librsvg != null && glib != null && gdk-pixbuf != null && pkg-config != null;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xxkb";
|
pname = "xxkb";
|
||||||
version = "1.11.1";
|
version = "1.11.1";
|
||||||
@ -27,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ imake gccmakedep ];
|
nativeBuildInputs = [ imake gccmakedep ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libX11
|
libX11
|
||||||
libXt
|
libXt
|
||||||
@ -49,11 +47,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installTargets = [ "install" "install.man" ];
|
installTargets = [ "install" "install.man" ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A keyboard layout indicator and switcher";
|
description = "A keyboard layout indicator and switcher";
|
||||||
homepage = "http://xxkb.sourceforge.net/";
|
homepage = "http://xxkb.sourceforge.net/";
|
||||||
license = lib.licenses.artistic2;
|
license = licenses.artistic2;
|
||||||
maintainers = with lib.maintainers; [ rasendubi ];
|
maintainers = with maintainers; [ rasendubi ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user