Merge pull request #116405 from sgraf812/alttab
alttab: `doCheck`+`gpl3Plus`
This commit is contained in:
commit
03eb6426af
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, ronn, libpng, uthash
|
{ lib, stdenv, coreutils, fetchFromGitHub, autoconf, automake, pkg-config, procps, ronn,
|
||||||
, xorg }:
|
libpng, uthash , which, xnee, xorg, python3Packages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
@ -35,10 +35,22 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
coreutils
|
||||||
|
procps
|
||||||
|
python3Packages.xvfbwrapper
|
||||||
|
which
|
||||||
|
xnee
|
||||||
|
xorg.xeyes
|
||||||
|
xorg.xprop
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/sagb/alttab";
|
homepage = "https://github.com/sagb/alttab";
|
||||||
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
|
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.sgraf ];
|
maintainers = [ maintainers.sgraf ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user