Merge pull request #93068 from Luflosi/batinfo-linux-only
batinfo: limit build to Linux
This commit is contained in:
commit
ad2fc0b16d
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user