tint2: limit platforms to Linux since macOS is not supported and fails the tests
This commit is contained in:
parent
66a362daf7
commit
0a37d94b4d
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://gitlab.com/o9000/tint2;
|
homepage = https://gitlab.com/o9000/tint2;
|
||||||
description = "Simple panel/taskbar unintrusive and light (memory, cpu, aestetic)";
|
description = "Simple panel/taskbar unintrusive and light (memory, cpu, aestetic)";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.romildo ];
|
maintainers = [ stdenv.lib.maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue