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