batinfo: limit build to Linux

According to the README of batinfo, it runs only on Linux-based operating systems.
This commit is contained in:
Luflosi 2020-07-06 11:13:26 +02:00
parent 9730290b77
commit 97c8c99f1d
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
homepage = "https://github.com/nicolargo/batinfo"; homepage = "https://github.com/nicolargo/batinfo";
description = "A simple Python lib to retrieve battery information"; description = "A simple Python lib to retrieve battery information";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.all; platforms = platforms.linux;
maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ koral ];
}; };
} }