Merge pull request #93068 from Luflosi/batinfo-linux-only

batinfo: limit build to Linux
This commit is contained in:
Maximilian Bosch 2020-07-13 17:53:58 +02:00 committed by GitHub
commit ad2fc0b16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}