batinfo: limit build to Linux
According to the README of batinfo, it runs only on Linux-based operating systems.
This commit is contained in:
parent
9730290b77
commit
97c8c99f1d
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/nicolargo/batinfo";
|
||||
description = "A simple Python lib to retrieve battery information";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ koral ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user